MyBB Community Forums

Full Version: Where in ACP would I be able to find this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
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>