MyBB Community Forums

Full Version: Right menu add!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.
My question is:
How can i add a menu on the right? to add what i want in it.
Like here: [Image: 87314285.jpg]

Thanks in advance.
you can use sidebox plugin ..
I think you are using MyBB Central's sidebox plugin so follow these instructions to add another box to the right of the page.

MyBB Central Wrote:In your ACP, go to Templates & Style > Templates > Global Templates > MySideBox. Here you will see the code mentioned above. To add new boxes, add something like the following after the current code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Heading</strong></td></tr>
<tr><td class="trow1">
This is where you can put your content.
</td></tr>
</table><br>

If you aren't using the MyBB Central Sidebox plugin, then ignore the above. Toungue
@Joshua Mayer: thanks for the reply but i installed the plugin which ranjani gave me.
@ ranjani: thanks a lot, +rep / thanks