MyBB Community Forums

Full Version: How to remove "forum is locked" icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am building a new board at the moment and I would like to remove the "forum is locked" icon from the bottom of the main forum page. The other two icons for new posts & old posts are fine.

What template edits do I need to make? I appreciate any help.
You will need to edit the "index" template, located under the "Index Page Templates" category.
http://yoursite.com/admin/index.php?modu...-templates

Choose your theme, then go to "index page templates". Once there, click 'index' then you shall see an editor. Scroll down and find:

<td class="trow2"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" border="0" /></td>
	<td class="trow1"><div class="smalltext">{$lang->forum_locked}</div></td>

Delete that. Save it, then check your forum.
Renegader and Spencer, thank you! The code change suggested worked perfectly. Smile