MyBB Community Forums

Full Version: Any plug in for a right side bar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any good plug in for a left side bar to use in myBB forum rather than changing the codes in templates?

Because currently Im using some code extracted from a source.
according to the particular source,
I should add following code below the {$header} in index template.

<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">

Also I have to add following code before the {$footer} in index template.

</td>
<td valign="top" width="160px">
<table border="0" cellspacing="2px" cellpadding="2px" width="100%" align="center">
<tr>
<td class="thead">
Title One
</td>
</tr>
<tr>
<td>
add the Codes For Title One
</td>
</tr>
<tr>
<td class="thead">
Title Two
</td>
</tr>
<tr>
<td>
<!-- add the Codes For Title Two-->
</td>
</tr>
</table>
</td>
</tr>
</table>

Actually It works. But if I do a modification in index template for another purposes, my web site's index page gets out of order. That's why im seeking for a good plug in for a right side bar.
you can try this : QWS-Tech
(2011-06-17, 10:12 AM)ranjani Wrote: [ -> ]you can try this : QWS-Tech
Tnx. But This is a theme. I don't want a new theme. I want add the side bar to my existing theme with a plug in.

I do not find any sidebar plugin on this site - but here is an excellent tutorial : jQuery based sidebar