I've already tried disabling forum statistics but it's not disappeard, where in the templates options would i be able to delete these statistics & images?
![[Image: 21609_acp.png]](https://camo.mybb.com/017137527a61c09bd3813dbddc99b5e2188421ad/687474703a2f2f7777772e70696374757265736861636b2e75732f696d616765732f32313630395f6163702e706e67)
Go to ACP>Templates & Styles>Templates>YOUR THEME>Index Templates>Index
Find and Remove
{$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>