MyBB Community Forums

Full Version: How do I fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: Ob7l3.png]

Thanks,
noreturn
Does anyone know what happened?
Can you give a link to your forum, please?

It seems you have 1 column more in your table header than in the other rows.
(2011-06-02, 07:17 AM)Aries-Belgium Wrote: [ -> ]Can you give a link to your forum, please?

It seems you have 1 column more in your table header than in the other rows.

^ That.

You've either reduced the number of columns inside the table or the colspan in the tcat and thead is wrong.
Ok I found out whats wrong. It's the forum bit.. How do fix that?

I have the code from : forumbit_depth1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage" style="height:0; margin:0 ;">&nbsp;<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><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="4"><span class="smalltext"><strong>&nbsp;{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="right" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
<td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>


Can someone help me fix the Colspan i don't know what it's suppose to be at.. thanks.
In the code, find;
<td class="tcat" colspan="4">
and Change it into;
<td class="tcat" colspan="3">
Still doing it Sad

So now the code is:
<td class="tcat" colspan="3"><span class="smalltext"><strong>&nbsp;{$lang->forumbit_forum}</strong></span></td>
Can you please post your forum's URL ?
Pmed.
Replied.
Replied back anyone else while we're waiting?