MyBB Community Forums

Full Version: Global Smash Society
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Nice site but you have a problem with your cat in a cat.

Do this to fix them

Go into Admin CP > Templates > Modify / Delete > [Your Theme] (click expand) > Forum Bit Templates (click expand) > forumbit_depth2_cat (and click edit)

Replace the code with this

<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']}{$subforums}</span></td></tr>

That should sort out that problem but other then site the site looks great Smile
Jag100 Wrote:Nice site but you have a problem with your cat in a cat.

Do this to fix them

Go into Admin CP > Templates > Modify / Delete > [Your Theme] (click expand) > Forum Bit Templates (click expand) > forumbit_depth2_cat (and click edit)

Replace the code with this

<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']}{$subforums}</span></td></tr>

That should sort out that problem but other then site the site looks great Smile

Thanks.