MyBB-Themes - Designs and Themes for the MyBBoard

Full Version: Board Statistics On DarkOrange
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot see Board Statistics on the theme DarkOrange, Please can someone tell me how to show them ( Whos online etc )
Did you use any modifications?

Whats in your index template?
No modifications and here is whats in index template.

PHP Code:
<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
{
$forums}
{
$boardstats}
<
table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="{$theme['imgdir']}/tablesmall/thead_l.png" alt="" /></td>
<
td class="thead3"></td>
<
td><img src="{$theme['imgdir']}/tablesmall/thead_r.png" alt="" /></td>
</
tr>
</
table>
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
tr>
<
td class="trow1" align="center"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span></td>
<
td class="trow1" align="center"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span></td>
<
td class="trow1" align="center"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span></td>
</
tr>
</
table>
<
table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="{$theme['imgdir']}/tablesmall/tfoot_l.png" alt="" /></td>
<
td class="tfoot3"></td>
<
td><img src="{$theme['imgdir']}/tablesmall/tfoot_r.png" alt="" /></td>
</
tr>
</
table>
{
$footer}
</
body>
</
html
hmm and whats about you boardstatistic template? (in the "index" template group)
PHP Code:
<table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<
td class="thead"><div style="white-space:nowrap"><strong>{$lang->boardstats}</strong></div></td>
<
td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<
td class="thead2"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif.png" id="boardstats_img" class="expander" alt="[-]" /></div></td>
<
td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</
tr>
</
table>
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<
tr>
{
$whosonline}
{
$birthdays}
{
$forumstats}
</
tbody>
<
tr><td class="tcat" colspan="2">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></td></tr>
</
table>
<
table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="{$theme['imgdir']}/tfoot_l.png" alt="" /></td>
<
td class="tfoot2"></td>
<
td><img src="{$theme['imgdir']}/tfoot_r.png" alt="" /></td>
</
tr>
</
table>
<
br /> 
I cant see any reason why the board stats doesn't work on your forum. You should try to delete the theme and reinstall a fresh version of it
Reference URL's