MyBB Community Forums

Full Version: How to Fix This?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: qv167.png]

I need someone who can tell me why it happen (lol) and how to fix it.
In the forum bit templates, remove the following.

forumbit_depth1_cat
Quote:<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>

Ok, I will do that but first I need to know why it happen?
Its because you made the thread and post count to show in the threads column itself. So since the posts column has nothing to display, the lastpost column moves to it.

If you remove the code i shown above, the posts column will be removed from the cat. So, the alignment will be correct.
I haven't found the code to remove but I will show my forumbit_depth1_cat.

Here is the code

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<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">
{$sub_forums}
</tbody>
</table>
<br />
May i know what's the theme is?
It's greenysh

Link: http://www.awesomestyles.com/mybb-themes/demo/greenysh

Haha the demo itself has this bug. Btw thanks for the reply
Hmm. For me, the demo doesn't even have a cat.
Ok..I will just replace this

Thanks kavin