The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|