The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#2
|
|||
|
|||
![]()
If you're writing a php script, you can use something like:
Code:
if (!is_member_of($vbulletin->userinfo, 1, 2, 3) { // display no permission } else { // display movie } If you're using a template you can do something like: Code:
<vb:if condition="!is_memebr_of($bbuserinfo, 1, 2, 3)"> Members only. <vb:else /> Movie </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|