I have tried checking the forumdisplay_subforums, but all the code seems to be as normal (I compared it with another themes template).
Code:
Seems this is the problem:
That above code is in the forumbit_depth2_forum template. When I take that out it goes to normal which is great, but now the index page messes up like above!
So it seems if I leave it in the subforums mess up, leave it out the index page messes up.
Here is a screenshot!: http://img838.imageshack.us/img838/7360/errord.jpg
Code:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
Seems this is the problem:
Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}"/></td>
That above code is in the forumbit_depth2_forum template. When I take that out it goes to normal which is great, but now the index page messes up like above!
So it seems if I leave it in the subforums mess up, leave it out the index page messes up.
Here is a screenshot!: http://img838.imageshack.us/img838/7360/errord.jpg







