MyBB Community Forums

Full Version: How to remove forum legends ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, everyone..
Would you please tell me how to remove the forum legends ?
I think that removing forum legends will make forum cleaner ..
And, Most IPB forums don't insert legends too..
So, please tell me how to?
goto Admin CP >> Templates & Style >> Templates >> Your theme's Templates >> Index Page Templates >> index

find 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>
(2012-12-22, 09:27 AM)mmadhankumar Wrote: [ -> ]goto Admin CP >> Templates & Style >> Templates >> Your theme's Templates >> Index Page Templates >> index

find 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>

Hi, I've removed the code as described and the Legend is still there.
Could this be because, I've made a forum the homepage instead of the categories?
Please advise. Very much appreciated.
Do you maybe have a link where we can look for you?