MyBB Community Forums

Full Version: sidebar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to add right sidebar to all forum?

Now I added a code to index in main site, changing:

{$forums}

to:
<div class="sidebar" style="float: right; width: 19%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
   <td class="thead">
        Tytuł boxa
   </td>
</tr>

<tr>
   <td class="trow2">
    Opis
   </td>
</tr>
</table>
</div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<br class="clear"/>