MyBB Community Forums

Full Version: adding another additional box for sideboxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im using Side Boxes! 2.0 of zaher1988.
i want to add another additional box for HTML
so tell me the Code which i have to Modify in order to get more than 1 additional box
That plugin is for MyBB 1.2.x....
Paste this in the additional box as many times you want:
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong></strong></td>
</tr>
<tr>
<td class="trow1"></td>
</tr>
</table>
<br />

You may take a look at the sidebox plugin made by me.
http://community.mybboard.net/thread-69317.html
Please note that this plugin is still not tested