The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Web Page for paid members only
I would like to add a page to my forum that only paid members can view. How do I do that? I know how to make vbulletin pages. I just don't know how to do this so only paid members are the only ones viewing it. Thanks in advance for any help.
|
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|