Remove Down Lines & Better Post Count Display [MyBB] 11-11-2012, 12:01 AM
#1
Small tutorial on removing those annoying lines.
Example:
![[Image: d4c7923e8872fdcb52eb71da90019126.png?1352396026.png]](http://gyazo.com/d4c7923e8872fdcb52eb71da90019126.png?1352396026.png)
Just follow the tutorial below!
AdminCP > Templates > Your theme's templates > and open these two templates;
forumbit_depth1_cat
and find the following and REMOVE;
With in the same template, find;
and Change 5 into 3
Next, open "forumbit_depth2_forum" template and find;
and Change it into;
Now in: Forumdisplay Templates > forumdisplay_subforums > find the following and REMOVE;
With in the same template find;
Example:
![[Image: d4c7923e8872fdcb52eb71da90019126.png?1352396026.png]](http://gyazo.com/d4c7923e8872fdcb52eb71da90019126.png?1352396026.png)
Just follow the tutorial below!
AdminCP > Templates > Your theme's templates > and open these two templates;
forumbit_depth1_cat
and find the following and REMOVE;
Code:
<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>Code:
colspan="5"Next, open "forumbit_depth2_forum" template and find;
Code:
</td>
<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>Code:
<div class="smalltext">
<strong>{$lang->forumbit_threads}:</strong> {$threads}{$unapproved['unapproved_threads']}
<strong>{$lang->forumbit_posts}:</strong> {$posts}{$unapproved['unapproved_posts']}</div></td>Now in: Forumdisplay Templates > forumdisplay_subforums > find the following and REMOVE;
Code:
<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>Code:
colspan="5"Quote:and Change 5 to 3
![[Image: tumblr_m5jiy2NOLX1qi4a7wo69_r4_500.png]](http://24.media.tumblr.com/tumblr_m5jiy2NOLX1qi4a7wo69_r4_500.png)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)