MyBB Community Forums

Full Version: Footer below sideboxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to have the footer below the sidebars, ergo stretching it all the way the bottom?  This is what happens now.

[attachment=33453]
are you using any plugin for the sidebar... the footer should be placed just above closing body as below...


<br class="clear" />
{$footer}
</body>

could you share your index template to check it...
<html>
<head>
<link type="text/css" rel="stylesheet" media="all" href="/cometchat/cometchatcss.php" /> 
<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}


<br class="clear" />
{$footer}
</body>
</html>

I am using a plugin to add sideboxes to the right.
Hmmm... the sidebar not added from index template... may i have the forum url and the sidebar plugin link that you are using....