The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Conditional statement to not show in a couple forums?
What would the conditional statement be to not show something in forums 10, 14, 18?
|
#2
|
|||
|
|||
Try this:
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(10, 14, 18))"> This only shows if forum isn't 10, 14, or 18 </vb:if> |
#3
|
||||
|
||||
Thanks, just what I needed.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|