MyBB Community Forums

Full Version: Sidebox by Nayar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the two options for a custom side box but I want to add another side box for polls. Is this possible?
I think the answer is not, you need to edit the templates or something.
Its possible. I've done that for my friend's forum, www.dedduck.com/forum/ , it also uses Nayar's sideboxes plugin. In the sidebox textbox option, just add another similar code below it like:

<table border="0" cellspacing="1" cellpadding="4" class="tborder"><tr><td class="thead"><strong><center>Another Box</center></strong></td></tr><tr><td class="trow1">http://www.mybb.com/index.html</td></tr></table><br />

and repeat such steps and sideboxes would be getting created and so on.