MyBB Support

Added tables and sub-forums screw up

Submitted by Niko, , Thread ID: 12823

Thread Closed

RE: Added tables and sub-forums screw up

#5
AdminCP > Templates & Style > Templates > Your Theme Templates > Forumdisplay Templates > forumdisplay_subforums

Replace everything with:

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%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="14%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Statistics</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />

Users browsing this thread: 3 Guest(s)