MyBB Community Forums

Full Version: Sidebox Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is possible make plugin who add side boxes on new way
see picture

[Image: ScreenShot104-1.png]
Open index template and find;
{$forums}
and Change it into;
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="200">First Box</td>
<td valign="top">{$forums}</td>
<td valign="top" width="200">Second Box</td>
</tr>
</table>
thanks but that not what i asking for need sidebox in empty left and right space in background template.After add your code see picture

[Image: ScreenShot105-1.png]
Yes, I left those spaces for you to add table code yourself :s
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>BOX NAME</strong>
</td>
</tr>
<tr>
<td class="trow1">
BOX CONTENT
</td>
</tr>
</table>
<br />
thanks for help but i think you dont understand me see first post where i want to add side boxes.
not inside of the index page.Outside in the empty space background image with bubbles.
Try adding it outside of the content div in the header template.
i try it not works
Well blocking out your URL so I could test it on your site doesn't help me much. Just try putting it in places and see if it works I guess.
like i said not works