MyBB Community Forums

Full Version: Remove On, Off, Offlock Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I Remove On, Off, Offlock Icons??
ACP >> Templates & Style >> Templates >> yourtheme >> Forum Bit Templates

In forumbit_depth1_cat find:
<td class="tcat" colspan="2">

Replace with:
<td class="tcat">


In forumbit_depth2_forum and forumbit_depth2_cat find and delete:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>


ACP >> Templates & Style >> Templates >> yourtheme >> Forum Display Templates

In forumdisplay_subforums find and delete:
<td class="tcat" width="2%">&nbsp;</td>
sad..............................................