The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 4.2.2 Conditional terms in templae
Hey guys,
I would like to set a condition so few members id can see the content of the code. I know this code: <vb:if condition="$bbuserinfo['userid'] == 667"></vb:if> How do i set for more users? 667, 779, 499 for example? |
#2
|
||||
|
||||
You could use:
HTML Code:
<vb:if condition="in_array($bbuserinfo['userid'], array(667, 779, 499))">
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|