MyBB Community Forums

Full Version: Isit possible to get sidebars on the following pages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am in the processof building my new mybb community and have ran into a slight issue

I am trying to add the exact same sidebar that I have on my index page at www.bamajunkee.com to the following pages:

http://bamajunkee.com/Forum-Alabama-Crimson-Tide-Sports

http://bamajunkee.com/User-junkee

http://bamajunkee.com/games.php

http://bamajunkee.com/newthread.php?fid=2

I was easily able to add it to the index page using this awesome walk through http://mybbgroup.com/how-to-add-a-mybb-s...IDoccXA_a9

but cannot seem to figure out how to add it to the otherpages on the site.

I have tried installing the sidebar plugin but for some reason it does not work.

Can someone please give me some insight on how I can achieve this?

I really appreciate your help..

Thanks
Why not make it part of the header template? That way it would display on all the pages of your site.
You would have to adjust the header and footer template.
Keep in mind i have not tested this myself but i think this would work:

In the header templates (header) completely at the bottom add:

<table width="100%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr><td valign="top" width="160">
<table border="0" cellspacing="0" cellpadding="4" class="tborder"><tr><td class="thead"><strong>Sidebox A</strong></td></tr><tr><td class="trow1">This is a sidebox, edit me to change this text.</td></tr></table><br />
</td>
<td>&nbsp;</td>
<td valign="top">

Now go to your footer templates (footer) at the top add:
</td>
</tr>
</table>

Otherwise you would have to go to each individual template to add it manually.

http://bamajunkee.com/Forum-Alabama-Crimson-Tide-Sports = forumdisplay
http://bamajunkee.com/User-junkee = member profile
http://bamajunkee.com/newthread.php?fid=2 = new thread

And you would have to do more or less the same as you did on the index page. For all those pages.
(2012-10-19, 02:21 PM)anori Wrote: [ -> ]Why not make it part of the header template? That way it would display on all the pages of your site.
You would have to adjust the header and footer template.
Keep in mind i have not tested this myself but i think this would work:

In the header templates (header) completely at the bottom add:

<table width="100%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr><td valign="top" width="160">
<table border="0" cellspacing="0" cellpadding="4" class="tborder"><tr><td class="thead"><strong>Sidebox A</strong></td></tr><tr><td class="trow1">This is a sidebox, edit me to change this text.</td></tr></table><br />
</td>
<td>&nbsp;</td>
<td valign="top">

Now go to your footer templates (footer) at the top add:
</td>
</tr>
</table>

Otherwise you would have to go to each individual template to add it manually.

http://bamajunkee.com/Forum-Alabama-Crimson-Tide-Sports = forumdisplay
http://bamajunkee.com/User-junkee = member profile
http://bamajunkee.com/newthread.php?fid=2 = new thread

And you would have to do more or less the same as you did on the index page. For all those pages.

Wow!

Thank you very much Anori!

This worked perfectly!

Does exactly what I needed to be done. Thank you very much for helping me out.. I was pulling my hair out trying to figure this out!... Awesome stuff!