MyBB Community Forums

Full Version: adjust topics no. and last post to be same on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
still looking
There are two colspan errors in your forumbit_depth1_cat template.

Replace all with:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<td class="tcat" colspan="5"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
{$sub_forums}
</tbody>
</table>
<br />
change it
but still the same problem
Pages: 1 2