MyBB Community Forums

Full Version: Thread,post columns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum,I have categories inside categories. Could someone please explain how to get rid of the thread,post,and last post columns like on the myBB support forum?
Please see attached to see what I mean...
Change your forumbit templates > forumbit_depth2_cat to:
<tr>
<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>
<td class="{$bgcolor}" valign="top" colspan="4">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
</tr>