MyBB Community Forums

Full Version: Deleting footer.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get rid of these things in the footer? Or at least change it...?

http://img329.imageshack.us/img329/8100/untitledto2.png
It's located in the "index" template (within the "Index Page Templates" category)

For the default template, you'd remove:
					<td>
						<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
						<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
						<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
					</td>
Since you're using a custom template, you'll have to find something similar to the above