MyBB Community Forums

Full Version: Remove this image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I remove the "New posts" and No new posts" images from next to the forums.

[Image: off.gif]

I don't want any images beside the forum, just the forum name. I was planning on adding 24x24 images next to the forum name.

www.Halogear.net
You'll need to remove the column from the Forum Bit Templates, let me know if you need it explaining in detail. Smile
Could you just give me which template(s) exactly to edit?
forumbit_depth2_cat and forumbit_depth2_forum to remove the columns.

You'll also have to change the tcat colspan in forumbit_depth1_cat and forumdisplay_subforums
What do I remove though in forumbit_depth2_cat and forumbit_depth2_forum?
Remove from both:
<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>
(2010-10-02, 11:46 AM)AJS Wrote: [ -> ]Remove from both:
<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>

I've set both colspans to be 4 now, yet it's stuffed up. Help please? Toungue

I'm kind of new to the forumbit template modification, sorry.
Actually, it's okay. Looks better with the images, thanks anyways.