![]() |
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.
|
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)"> 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)"> |
All times are GMT. The time now is 08:02 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|