The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|