The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(Easy) How to write this IF conditional in php format
Guys i want to write this code in plugin, what is the right code for that
<if condition="is_member_of($vbulletin->userinfo, 1, 2)"></if> |
#2
|
||||
|
||||
Code:
if (is_member_of($vbulletin->userinfo, 1, 2)){ stuff } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|