The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Google ads
Hey there, I am trying to get google ads on my forum. Well I have them after the 1st post, but I need to also get some on the front page, but I need to make it so people who actually donate to the forum, does not see them... Anyone have any idea?
|
#2
|
|||
|
|||
anyone???
|
#3
|
||||
|
||||
In the template, just wrap it with conditionals:
Code:
<if condition="!is_member_of($bbuserinfo, X, Y, Z)"> AD CODE </if> |
#4
|
||||
|
||||
I guess you can use Conditional around your Ad code. An example will be,
Code:
<if condition="!is_member_of($bbuserinfo, X,Y,Z)"> Google Ad Code </if> A better way may be to use some Ad Management Mod though, If you are not experienced enough. Shishir EDIT: I am always late. I thought none is replying so gave my shot. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|