MyBB Community Forums

Full Version: removing the icons under the forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

How do I comment out ( not remove, because maybe ill change the layout later ) the icons under the forum?
Like when there are new messages, or when the forum is locked ect.

Here an image of what i mean:

[attachment=29962]
Home » Template Sets » Your Templates
Edit Template: index

<dl class="forum_legend smalltext">
	<dt><img src="images/finalsense/on.gif" alt="Forum bevat nieuwe berichten" title="Forum bevat nieuwe berichten" style="vertical-align: middle; padding-bottom: 4px;"></dt>
	<dd>Forum bevat nieuwe berichten</dd>

	<dt><img src="images/finalsense/off.gif" alt="Forum bevat geen nieuwe berichten" title="Forum bevat geen nieuwe berichten" style="vertical-align: middle; padding-bottom: 4px;"></dt>
	<dd>Forum bevat geen nieuwe berichten</dd>

	<dt><img src="images/finalsense/offlock.gif" alt="Forum is gesloten" title="Forum is gesloten" style="vertical-align: middle;"></dt>
	<dd>Forum is gesloten</dd>
</dl>

MikeInToshx

Thanks mate.