MyBB Community Forums

Full Version: how to hide thread and post count and last post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
Can anyone help in hiding the post count and thread count and last post column.
AdminCP > templates > Your theme's templates > Forumbit Templates >
Open "forumbit_depth1_cat" template > find the following and remove;
<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>

Now open "forumbit_depth2_forum" template > find the following and remove;
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>