The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IF else Condition?
I am trying to get something to not show up if user is in group 10 or 11
Is there a way to use else statement within vbulletin templates ? <if condition="is_member_of($vbulletin->userinfo, 10, 11)"> You Already joined </if> else Click here to join a click here to join b |
#2
|
||||
|
||||
Code:
<if condition="!is_member_of($bbuserinfo, 10, 11)"></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|