The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can I shorten these statements into one?
Can I shorten this into one statement?
<if condition="is_member_of($userinfo, 2)"><if condition="is_member_of($userinfo, 6)"><if condition="is_member_of($userinfo, 5)"><if condition="is_member_of($userinfo, 7)"></if></if></if></if> Becuase I want to show the item only if the person is a member of those 3 groups. |
#2
|
|||
|
|||
Quote:
Code:
<if condition="is_member_of($userinfo, 2,6,5,7)"> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|