The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
In the template you make for your page, surround the entire content of the template it in this conditional:
Code:
<if condition="is_member_of($bbuserinfo, x, y, z)"> original content </if> If you want to show a message to non-paying users do something like this: Code:
<if condition="is_member_of($bbuserinfo, x, y, z)"> original content <else /> <strong>Sorry, this page is for paying members only.</strong> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|