MyBB Community Forums

Full Version: Remove Forum Contains New Posts On The Bottom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Guys could anyone tell me how to remove this ?
[Image: aaafy.png]


Thanks in Advance
thanks dude for this, but the they still on the forum i don't know why :| i have done everything right as post of Yaldaram says! :|
ACP >> Templates & Style >> Templates >> yourtheme >> Index Templates >> index

Find and delete:
<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>
yesss worked fine, thanks alan for the support Smile

Solved
(2012-04-17, 08:01 PM)JovanJ. Wrote: [ -> ]http://yaldaram.com/showthread.php?tid=240

That's for removing the column, not the icon's legend.
(2012-04-18, 05:15 PM)Yaldaram Wrote: [ -> ]
(2012-04-17, 08:01 PM)JovanJ. Wrote: [ -> ]http://yaldaram.com/showthread.php?tid=240

That's for removing the column, not the icon's legend.

Yea i know, i just saw later -.-
My bad.
But i told invulner about that Smile