MyBB Community Forums

Full Version: Have Sidebar w/ chatbox on all pages.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Problem With: Sidebar/Chatbox
Problem: I would like my sidebar and chat box be on all pages, not just the front page.
Evidence: My link: http://1on1orp.icyboards.net/index.php

Based on Autumn theme found on the skin index.

Theme>chalkboard>Templetes>Index

<html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} {$overview_headerinclude} <script type="text/javascript"> <!-- lang.no_new_posts = "{$lang->no_new_posts}"; lang.click_mark_read = "{$lang->click_mark_read}"; // --> </script> <style type="text/css"> .buttons { background: url(images/jb/arrowright.png) no-repeat; width: 32px; height: 32px; display: block; cursor: pointer; } .clickedbuttons { background: url(images/jb/arrowleft.png) no-repeat; width: 32px; height: 32px; display: block; cursor: pointer; } </style> </head> <body{$overview_body_onload}> {$header} {$overview} <a class="buttons" style="float: right;"></a> <a class="clickedbuttons" style="float: right;"></a> <br class="clear" /> <div class="sidebar" style="float: right;width: 30%;"> <!-- Start Item 1--> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong> Welcome to {$mybb->settings['bbname']}! </strong></td> </tr> <tr> <td class="trow1"> Have a look around, enjoy your stay and if you like what you see, why not register? Admin is at -9 GMT so if not here when you visit just drop a line in the guest friendly Suggestion forum! Remember to keep the Cbox lighthearted and good fun! <br><br> <!-- BEGIN CBOX - www.cbox.ws - v001 --> <div id="cboxdiv" style="text-align: center; line-height: 0"> <div><iframe frameborder="0" width="250" height="296" src="http://www7.cbox.ws/box/?boxid=727604&amp;boxtag=cr3w1q&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain7-727604" style="border: 0px solid;" id="cboxmain7-727604"></iframe></div> <div><iframe frameborder="0" width="250" height="84" src="http://www7.cbox.ws/box/?boxid=727604&amp;boxtag=cr3w1q&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform7-727604" style="border: 0px solid;border-top:0px" id="cboxform7-727604"></iframe></div> </div> <!-- END CBOX --> </td> </tr> </table> <!--End Item 1--> <!--Item 2--> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong> Board Info! </strong></td> </tr> <tr> <td class="trow1"> >>What kind of board is this? <br><br> Free form sandbox one on one RP.<br> No app because each thread is unique.<br> No WC because each writer will be writing with someone they know, or picked up a wanted thread with.<br> All levels because if you bring someone or pick up a wanted, it's assumed you pick someone who liked your same level, or you are willing to tutor.<br> PG 13 on the general board, Mature on the Red Light Forum. <br><br><br> >>How do I play? <br><br> Sign up (one account per person for the board).<br> Put up a wanted or bring a friend who also signs up.<br> Start a thread in one of the genre forums.<br> </td> </tr> </table> <!--End Item 2--> <!--Item 3--> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong> Listed at: </strong></td> </tr> <tr> <td class="trow1"> <br /> <a href="http://www.rpg-directory.com/" target="_blank"><img src="http://rpg-directory.com/images/affiliate.png" alt="RPG-D" title="RPG-Directory" border="0" /></a> <br><br> <a href="http://z10.invisionfree.com/CAUTIONTOTHEWIND"><img src="http://i1055.photobucket.com/albums/s512/cautiontothewind/skins/lovesocruelBYcoti/affi.png"></a> <br><br> <a href="http://rpads.b1.jcink.com" target="blank"><img src="http://i40.tinypic.com/15347tg.png"></a> <br><br> <a href="http://board.distant-fantasies.net" target="_blank"><img src="http://img.photobucket.com/albums/v339/artisticchardon/df/forumbutton.png" border="0" alt="Distant Fantasies"/></a> <br><br> </td> </tr> </table> <!--End Item 3--> </div> <div class="forums" style="float: left;width: 70%;"> {$forums} </div> <br class="clear" /> {$boardstats} <dl class="forum_legend smalltext"> <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->new_posts}</dd> <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->no_new_posts}</dd> <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt> <dd>{$lang->forum_locked}</dd> </dl> <br style="clear: both" /> {$footer} {$overview_body} </body> </html>[/SIZE][/FONT]