2018-10-06, 09:47 PM
What you will end up with.
![[Image: Screenshot_1.jpg]](https://camo.mybb.com/e051a3f24daa0a4645381e6b7308371d6d726a6c/68747470733a2f2f692e706f7374696d672e63632f645676646b7a30362f53637265656e73686f745f312e6a7067)
Templates > Your theme > Forum Bit Templates > forumbit_depth2_forum + forumbit_depth2_cat
Templates > Your theme > Forum Bit Templates > forumbit_subforums
Templates > Your theme > Forum Bit Templates > forumbit_depth2_forum + forumbit_depth2_cat
<tr>
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>
{$subforums}
</tr>
Templates > Your theme > Forum Bit Templates > forumbit_subforums
<tr>
<td class="trow1" colspan="6">
<strong>{$lang->subforums}</strong> {$sub_forums}
</td>
</tr>