01-19-2008, 12:44 PM
I've added the Advanced Stats plug-in, and now it shows on my index page attached to the bit that says "this forum contains new posts; this one doesn't, this one is locked, etc etc." And that's annoying me. :@P
Can be seen here.
I'm not familiar with PHP so can anyone tell me what to edit in this index template's code or anywhere else to detach it. I tried entering a break here & there, but to no avail. Any help is appreciated.
Can be seen here.
I'm not familiar with PHP so can anyone tell me what to edit in this index template's code or anywhere else to detach it. I tried entering a break here & there, but to no avail. Any help is appreciated.
Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$forums}
{$boardstats}<!-- ASOIP_2_0_I -->
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%">
<tr>
<td>
<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
<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><br />
<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
</td>
<td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span>
{$loginform}
</td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}
</body>
