Thank you Ozzy
The problem with the solution you posted is that the code below is not in the forumhome_forumbit_level2_post template.
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
The only thing with the condition 'subforums' is:
</vb:if>
<vb:if condition="$show['subforums']">
{vb:raw forum.subforums}
|