Hello,
In your navbar template find:
Code:
<a
href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a>
Change it to:
Code:
<a href="search.php?$session[sessionurl]do=getnew&exclude=X" accesskey="2">$vbphrase[new_posts_nav]</a>
The "
X" will be the forum id you do not want displayed. To stop more than one forum from displaying, just seperate the forum ids with commas.
Another great way to do this is to install this modification:
https://vborg.vbsupport.ru/showthread.php?t=91025