MyBB Community Forums

Full Version: Remove the new post image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I basically want to know what to edit to remove the new post image thing that updates when there is a new post in a section.

[Image: 8AZBJgD.png]

I want it so the photoshop icon is where the image in the red box is, and to completely remove that image in the red box from all forums.

Is this possible?

Thanks!
In forumbit_depth2_forum remove:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
or similar code. Also <td>, if it is wrapped by it - then you may need to adjust colspans in forumbit_depth1_cat template.