MyBB Community Forums

Full Version: Category background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've added "subforums" into my forum, but when I change the initial label to take you to the list of subforums to not an active forum, but a category, it adopts the background settings of the main forum sub-headings. I know it's possible to have a different background setting for a category link as this forum has one for the "Plugins" subforums, but am darned if I can replicate. Help...?
Hi,

You need to login to your Admin CP and under the template section, modify the "forumbit_depth2_cat" template co contain the following:
<tr>
<td class="{$bgcolor}" align="center" valign="top"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td class="{$bgcolor}" colspan="4"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td>
</tr>

Regards,
Chris
Only got one word - superb. Thank you very much - that works an absolute treat and was exactly what I was trying to do. (OK, maybe more than just one then! Smile )