MyBB Community Forums
Box editing. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Box editing. (/thread-165444.html)



Box editing. - michael.b - 2015-01-11

Hello again!

Could I have a tutorial on how to edit his box content:

[Image: b3vRJAc.png]

Forum URL: http://forum.ad-rp.webuda.com/


RE: Box editing. - SvePu - 2015-01-11

Hi,

go to ACP >> Templates & Styles >> Templates >> revolution Templates and open the "index" template to edit.

Search for:
<div class="side" style="float: right; width: 23%">
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Your title</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
Content here
</td>
</tr>
</table>

Place your content between "<td class="trow1">" and "</td>" where is written "Content here".


RE: Box editing. - michael.b - 2015-01-11

Thanks!