edit the "navbar" template & look for this code:
PHP Code:
<if condition="$show['communitylink'] AND $show['popups']">
<td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
<else />
replace it with:
PHP Code:
<if condition="$show['communitylink'] AND $show['popups']">
<else />
(either that or reverse IF condition & remove ELSE)