The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is it possible to disable google adesense for "paying premium members"?
is it possible? It would be a nice intensive to get people to sign up for a premium membership
|
#2
|
|||
|
|||
Yes. Just use conditionals.
|
#3
|
|||
|
|||
is there something where I can read about this?
--------------- Added [DATE]1234368654[/DATE] at [TIME]1234368654[/TIME] --------------- also would making an announcement about the forum now having google ads on it and to not see them sign up for a premium membership violate googles terms? I guess it would be okay as long as I don't say go click on them, right? |
#4
|
|||
|
|||
Quote:
couple of handy conditionals to use in your ad templates Code:
<if condition="$bbuserinfo['userid'] == 0"> show ads to guests only here</if> Code:
<if condition="!is_member_of($bbuserinfo, 29, 6, 7)">ads for people not a member of those groups</if> More conditionals: http://www.vbulletin.com/forum/showthread.php?t=200894 |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Into any of your ad templates.
The conditionals do two different things. So If you wanted guests to see ads use the first one and if you wanted regular members and guests to see ad you'd use the second one. Please note your usergroups may be different to mine so check the numbers in the second conditional. |
#7
|
|||
|
|||
What about in vb3.8? Haven't upgraded yet, but it seems like you do not have to paste codes in anymore to display ads. Are there VB build in options to managa whom the ads are shown to or do you also have to use the conditionals in templates?
|
#8
|
||||
|
||||
Are you referring to the new AdSense Integration?
|
#9
|
|||
|
|||
|
#10
|
|||
|
|||
I'm not sure if it's possible with the built-in integration. It may be but I don't use it. Maybe ask support over at vbulletin.com
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|