MyBB Community Forums

Full Version: How to remove the "no new threads" and "new threads" icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: myJKfW.png]
How do I remove this? I've been going thru almost everything on the edit template section and I can't find where I can remove it.
Go to: ACP > Templates > Forumbit Templates > forumbit_depth2_forum > find the following and Remove;
<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>

In "forumbit_depth1_cat" , find the following;
<td class="tcat" colspan="2">
and Change it into;
<td class="tcat" colspan="1">

In "forumdisplay_subforums" , find the following and remove;
<td class="tcat" width="2%">&nbsp;</td>

Result;
[Image: attachment.php?aid=553]