MyBB Community Forums

Full Version: Remove this please hae a look
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello mates,
I want to remove this from my forums, so please could me tell me how can i do this?
[Image: 25psjrl.jpg]
hope you guys will tell me how can i do this?
AdminCP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum > 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>

Now in "forumbit_depth1_cat", 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 in: Forumdisplay Templates > forumdisplay_subforums > find the following and 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>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
thanks bro. Its working now.