The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
is_member_of Help
This works...
Code:
<if condition="is_member_of($vbulletin->userinfo, 5,6,10)"> Code:
<if condition="is_member_of($vbulletin->userinfo, $vboptions[ircchat_permissions])"> |
#2
|
||||
|
||||
In the first sample, you are overloading the function (look it up). In the second sample, you are merely making the second value a string.
See this example (note the quotes): PHP Code:
|
#3
|
|||
|
|||
Thanks, that worked. Knew it had to be something simple that I was overlooking.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|