MyBB Community Forums

Full Version: Problem with forum display...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey i got some problem in my theme when enter in some topic then up like Home > Tutorials > Tutorial for etc.. and click on Tutorials i get this:
Image link:
http://tiphoto.info/images/4yPUH.png

Can anyone help me fast to solve this problem.
Reduce one colspan count in your 'forumbit_depth1_cat' template.
(2012-12-06, 08:41 PM)effone Wrote: [ -> ]Reduce one colspan count in your 'forumbit_depth1_cat' template.

Still have the same problem:

<div id="tabmenu_{$forum['fid']}"><div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<p>
</p>
<p>
</p>
<thead>
<tr>
<td class="thead" 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><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="1"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table><br /></div>
</div>
The code you've posted is fine with colspan="2".

Please provide the page URL where the problem can be seen.
(2012-12-06, 08:53 PM)effone Wrote: [ -> ]The code you've posted is fine with colspan="2".

Please provide the page URL where the problem can be seen.

URL Page is private forum... Btw i can send you on pm ?
BUMP?? Anyone