MyBB Community Forums

Full Version: Board Stats Disspapeared
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The board statistics were removed because we had the sidebox plugin installed. I've uninstalled that plugin and am trying to get the stats to reappear, but they won't. I have all the right templates in place and have copied/pasted from the MyBB default theme. Any thoughts?

http://www.customybb.net
Try reverting the index template to default.
How about in the default theme, do the stats appear correctly?
@ Joshua - Still the same

@babjusi - no...that theme is really screwed up, its like the edits from the other themes are doing it there but it doesent look the same. Its realllly screwed up. (columns out of place and 3 sets of tabs)
Did you get any errors when you un-installed the plugin?
No. I had a bunch of issues with ficons but that was along while ago.
Bump.
Can you post the code you are using?
Bump

<html>
<head>
<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}
<p class="alert"><strong style="color:maroon">The Beta forums are currently offline. Sorry for the inconvienence.</strong></p>
<!--[if IE]><p class="alert">Upgrade to <a href="http://www.apple.com/safari/download">Safari</a>, <a href="http://www.firefox.com">Firefox</a>, or <a href="http://www.google.com/chrome">Google Chrome</a> to make the square borders and ugly template edits disappear.</p><![endif]-->
<p class="notice2"><strong>Latest News:</strong> <a href="http://www.customybb.net/showthread.php?tid=86">CustoMyMobile</a> (December 7 2009)</p>
<p class="notice"><strong>Latest Theme:</strong> <a href="http://www.customybb.net/showthread.php?tid=82">Sleek Blue</a> (Subscriber's Only)</p>
<br />
{$tabmenu}
{$forums}
<script type="text/javascript">
<!--//var myflowers=new ddtabcontent("menutabs")myflowers.setpersist(true)myflowers.init()--></script>
{$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}
</body>
</html>

Now that I think about it, some of the ACP features are different then other boards I'm on. I wonder if Scoutie44 had a later version of MyBB running on there?