Quote:
Originally Posted by BBR-APBT
Show is every forum but one: Remember to change x
Code:
<vb:if condition="$forum[forumid] != x">Show this if forum id is not x</vb:if>
Show in several forums:
Code:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>
|
Hello all,
How would I be able to make a mix of this? ie: Show in all forums except for 40, 41, and 42?
Cheers