MyBB Community Forums

Full Version: Forum Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is There Any Way To Get It Where It Doesnt display Like The Forum Icons Like The Forum Images for Closed open Ect,
Delete the column from the forum bit templates.
Whats It Called!
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>

In forumdisplay_subforums find and delete:
<td class="tcat" width="2%">&nbsp;</td>
you can replace them with custom icons :p