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

Make the wall wrapped?? | Forum

Topic location: Forum home » Support » General Questions
Jordi
Jordi Jul 23 '15
Hi,


which file do i have to edit to make the wall wraped? 

The wall is being used with several plugins like events etc.


ross Team
ross Jul 23 '15
You can make the wall widget wrapped via widget settings on index and profile pages only, the same wrapped look on other pages like events, etc can be achieved via CSS
Jordi
Jordi Jul 24 '15
Thanks Ross,


but the wall get thic class: ow_box_empty ow_add_comments_form ow_stdmargin ow_break_word

i want to remove the class empty. Because then its wraped. I did the same with the forum.


http://www.oxwall.org/forum/topic/35115


So iwant to do the same with the wall.


Thanks

ross Team
ross Jul 24 '15
I believe you're looking for this file: ow_system_plugins/base/decorators/box.html


however empty is added to the class via the component, so you want be able to delete it, which is why it easy to do via CSS

Jordi
Jordi Jul 24 '15
Thanks Ross,


added this <div class="ow_box{$data.addClass} ow_break_word ow_box"{if !empty($data.style)} style="{$data.style}"{/if}>


and it works

ross Team
ross Jul 24 '15
Great, thanks for letting us know.