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 reactions in forum wraped? [Solved] | Forum

Topic location: Forum home » Support » General Questions
Jordi
Jordi Apr 8 '15
Hi, i want to wrap the reactions in the forum to wraped with a background. Just like the the first topic start.


Who can help me with that?


Kind regards


Jor


The Forum post is edited by Taissa Apr 9 '15
Taissa Team
Taissa Apr 9 '15
Jordi, if I understand you correctly you need to modify the /ow_system_plugins/base/decorators/ipc.html file.
Find the line

<div class="ow_ipc {if !empty($data.addClass)}{$data.addClass}{/if} clearfix">


and add the CSS class "ow_box".

 So the modified code will be:

<div class="ow_ipc {if !empty($data.addClass)}{$data.addClass}{/if} clearfix ow_box">

It will make changes for all the forums sitewide.

P. S. this solution is valid for the Darklets theme.
The Forum post is edited by Taissa Apr 9 '15
Jordi
Jordi Apr 9 '15
Super!!!! that was what i mean! thanks again
Taissa Team
Taissa Apr 9 '15
Great :) I'm going to mark this thread as Solved.