MyBB Community Forums

Full Version: hide thread and post count on index/home page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to hide thread and post count on index/home page ?
Yes, there is.

From the forumbit_depth2_forum template under "Forum Bit Templates", remove the following:

<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>

Also remove this from forumbit_depth1_cat:

<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>

Please note, these count be a little bit different depending on theme.