MyBB Community Forums

Full Version: Remove this template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I absolutely want to get rid of this part of the footer that shows the "new posts" blah blah blah text
[Image: vqDmB.jpg]

I know PERFECTLY well why I want to annihilate and totally remove that part of the template. I just don't know where to find the part of the template that loads that part.

All I want to know is where the html code for it is, and I can handle the rest. I know why I am doing this, just tell me where I can totally and completely revoke it's existence from my forum forever.
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Index Templates > index.

2. 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>
<br style="clear: both" />
I'll try that.
Be patient, you only waited 2 minutes and you were already bumping your thread? Toungue Anyways, my answer above is what you need to do.
Thank you muchly^
It worked so well. That thing is finally deleted from my forum. phew!