The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Code:
<if condition="$GLOBALS[forumid] == X"> MESSAGE HERE <else /> STUFF FOR ALL OTHER FORUMS </if> I'd like to use either X OR Y ? How can I do it ? |
|
#2
|
|||
|
|||
|
Something like this?
Code:
<if condition="in_array($GLOBALS['forumid'], array(X,Y))"> |
|
#3
|
||||
|
||||
|
Or just
Code:
<if condition="$GLOBALS['forumid'] == X OR $GLOBALS['forumid'] == Y"> Stuff <else /> Other stuff </if> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|