We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

event page wrap in box [Answered] | Forum

Topic location: Forum home » Support » General Questions
Jordi
Jordi Mar 30 '15
hi,


how can i change the layout of the event page. I want the discription wraped in a box just like groups etc.


i found this topic, but ir didnt gave me the solution.

  1. http://www.oxwall.org/forum/topic/13252

thanks

The Forum post is edited by Taissa Apr 3 '15
Taissa Team
Taissa Mar 31 '15
Jordi,

The answer concerning the CSS code modification depends on the theme you are using. We can give you tips connected with the default themes. So, to modify the content area of the Event page you may use the CSS class 'class="ow_event_list'. By using the Firebug you can inspect the element and compare the "Event's Page" and the "Group's page" CSS rules and then apply the needed CSS rules for the Event page in the CSS section of the theme appearance.

Jordi
Jordi Apr 2 '15
hi taissa. what i did is in file:


/public_html/ow_plugins/event/views/controllers/base_view.html


line 88:


remove: type='empty' 


from:


    {block_decorator name='box' type='empty' iconClass='ow_ic_picture' langLabel='event+view_page_image_block_cap_label' addClass="ow_std_margin clearfix"}



To:


  {block_decorator name='box' iconClass='ow_ic_picture' langLabel='event+view_page_image_block_cap_label' addClass="ow_std_margin clearfix"}

Taissa Team
Taissa Apr 2 '15
Jordi, thank you for sharing the solution. I obviously misunderstood you :)

Jordi
Jordi Apr 3 '15
haha no problem ;-)
Umair
Umair Apr 4 '15
hey jordi,

What this code will do? Will it make my event page look good?
Jordi
Jordi Apr 4 '15
Umair,


it depends.  it makes your event page wraped. 

Umair
Umair Apr 5 '15
ok