MyBB Community Forums

Full Version: Delete "Forum Contains New Post" Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

The the left of my forum i have the "forum contains new post" icons like every other forum does

I am just wondering how do i remove it?
In forumbit_depth1_cat find:
<td class="tcat" colspan="2">

Replace with:
<td class="tcat">

In forumbit_depth2_cat and forumbit_depth2_forum 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>
that didn't work, it just messed up the index page

i am trying to delete this part

[Image: imt61I.bmp]

so i can replace it with the ficons plugin
Undecided Just messed up the index how? URL?