View Full Version : Google ads
Mellymonster
01-31-2009, 09:18 PM
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?
Mellymonster
02-03-2009, 04:47 AM
anyone???
Dismounted
02-03-2009, 04:53 AM
In the template, just wrap it with conditionals:
<if condition="!is_member_of($bbuserinfo, X, Y, Z)">
AD CODE
</if>
Shishir
02-03-2009, 04:54 AM
I guess you can use Conditional around your Ad code. An example will be,
<if condition="!is_member_of($bbuserinfo, X,Y,Z)">
Google Ad Code
</if>
Here X,Y,Z are the UserGroup IDs which do not see the Ads, you should change it to yours. You can use it in your Ad location template.
A better way may be to use some Ad Management Mod though, If you are not experienced enough.
Shishir
EDIT: I am always late. :D I thought none is replying so gave my shot.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.