MyBB Community Forums

Full Version: Category Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know this has been asked before but I couldn't find it in the search... how can we make a category look like it does on the MyBB site, specifically the Plugins & Code Modifications forum... whenever I set a forum inside a category to be a category, it just changes the numbers and last post column into a - and it just looks naff. Would I be able to know how you get it like that??
Hmm, your right. I always thought it was just a category inside a category like you said.
Template: forumbit_depth2_cat
<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>
Cheers for the code man, helpful.