MyBB Community Forums

Full Version: Subforum's template messed up.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It currently looks like this:
[Image: x5ZPo.png]

I already tried reverting the code back to original and almost no change at all.

The current code is:
<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="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 />

Thanks in advanced.

Edit: here if needed user: Prueba pass: prueba123
Find:
<td class="thead" colspan="5"

Replace with:
<td class="thead" colspan="6"


Find:
<td class="tcat" width="59%">

Replace with:
<td class="tcat" colspan="2" width="59%">
Almost perfect, but still some of the template looks different.

Sad
[Image: aX0Dd.png]


The way is intended to look like:
[Image: yjecZ.png]


wow I can't believe i'm this bad with simple xhtml/css. Gotta practice more Smile

bump :/?