2013-02-03, 02:49 PM
2013-02-03, 02:53 PM
If I understand what you want to do, you want to remove ON, OFF icons from index page, right?
You can do that on this way:
Go to: Admin CP > Templates > Your theme's templates > Index Templates > index > search the following and remove;
You can do that on this way:
Go to: Admin CP > Templates > Your theme's templates > Index Templates > index > search the following and remove;
<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>