The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is it possible to disable advertising for people who use the paid subscriptions function? At the moment im putting together a subscription system which my members are willing to pay for but they all request no advertising... There must be a way of doing this?
|
#2
|
|||
|
|||
![]()
If you find out I would be most interested also
|
#3
|
||||
|
||||
![]()
You could make an additional usergroup so that when they purchase their paid subscription, they get moved into that usergroup and then you could use a conditional like this one...
HTML Code:
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)"> YOUR CODE YOU DON'T WANT YOUR SUBSCRIBERS TO VIEW HERE </if> |
#4
|
||||
|
||||
![]()
so I put in the usergroups on that havent paid for a subscription?
|
#5
|
||||
|
||||
![]()
Basically you can set it up like this...
You have a default "registered users" usergroup, you just need to add an additional usergroup for users to be moved to after purchasing the paid subscription (for example: "vip members"). Then create your paid subscription and change "Usergroup Options" to make the user be moved to the new usergroup you created. Then you may use the code I posted to place your advertisements in so your "vip members" won't see those advertisements |
#6
|
||||
|
||||
![]()
fantastoic, thank you very much
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|