<vb:if condition="$forum[forumid] != x">Show this if forum id is not x</vb:if>
<vb:if condition="!in_array($forum['forumid'], array(1,2,3))">Show this to all forums except forum 1, 2 and 3</vb:if>