MyBB Community Forums

Full Version: hiding threads and posts coloumn?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to hide them? =] thanks
Go to: ACP > Templates > Your theme's templates > Forum bit Templates > forumbit_depth2_forum > and find & 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>

Now Open forumbit_depth1_cat > find & 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>

Now Go to: ACP > Templates > Forumdisplay Templates > forumdisplay_subforums > find & remove;
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>

It should now look like this;
[Image: attachment.php?aid=269]
thank you!
Thanks.