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

Niko
Member
Level:
0
Reputation:
0
Posts:
119
Likes:
6
Credits:
191
OP
16-11-2015, 07:11 PM
#7
16-11-2015, 05:47 PM
Aoki Wrote:
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 />
Thanks Aoki Smile

Users browsing this thread: 1 Guest(s)