1. DDDS
https://vborg.vbsupport.ru/showthread.php?t=174381
3. I'm currently trying to get something working here
Currently I'm wrapping
forumhome_forumbit_level1_nopost
with this:
<if condition="in_array($forum['forumid'], array(130,6))">
original template code here
</if>
Where 130 and 6 are the forum categories ID's. Seems to do the job, but I need to hide/show child forums as well, and it doesn't seem to work as well trying to show only part a category.