The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using userid if condition.. help
Hi there i'm trying to use an if condition statement for multiple users.
eg) <if condition="$post['userid'] == 602">something happens</if> I would like this statement to be used for multiple users, for example userid 602, 345, 123 etc.. How do I do this in a statement ratehr than using duplicates? thank you. |
#2
|
|||
|
|||
HTML Code:
<if condition="in_array($bbuserinfo[userid], array(X,Y,Z))">
|
#3
|
|||
|
|||
cheers
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|