Template edit to display_Forums_list
change this line:
HTML Code:
<vb:if condition="!empty($forum['subchannels']) ">
to this:
HTML Code:
<vb:if condition="!empty($forum['subchannels']) and $root <> 2">
If that doesn't work, then at the top of the template, add this line to find out what your $root is and then you can delete it after you get the number:
HTML Code:
root = {vb:raw root}