PDA

View Full Version : embeded adsense in thread topics


thecool
08-04-2005, 04:04 PM
Is there a way to embed adsense into the actual topics (i already have the one that displays random banner ads in threads)

but i was wondering if there was something more along the lines of this that was available.

check it out, i think its ingenus

http://movietalk.blisspark.com/forum5.html

tm3500
08-14-2005, 05:53 PM
very cool, I would like that too! :)

slim cutty
08-15-2005, 01:25 PM
wow.. that seems as if it would be soo annoying...

and it looks so out of place... isn't google in the footer enough? lol

thecool
08-18-2005, 01:45 AM
ad revenue by any (legal) means possible

bigcurt
08-18-2005, 02:11 AM
Just put the code in your footer or header 0_o

~curt

artonex
09-12-2005, 12:07 PM
Yeah i would like to give this a try if someone haves the code.

italks
09-15-2005, 04:42 PM
<if condition="$post[postcount] == 1">
<if condition="$bbuserinfo[usergroupid] == 1 || $bbuserinfo[usergroupid] == 2 || $bbuserinfo[usergroupid] == 6">
<center>
***** PLACE YOUR ADSENSE CODE HERE *****
<br>
<if condition="$bbuserinfo[usergroupid] == 2"><span class="smallfont">These ads suck... Why dont you become a <a href="http://www.your-domain.com/donating-members">donating member</a>?</span><br></if>
</center>
</if>
</if>

Place this in your postbit or postbit_legacy template, at the VERY BOTTOM.

The first if statement will place that ad below the first post in showthread.

The second if statement will show ads to all in thoes usergroups. I have it set to show ads to guests, registered members, and admins. My donating members and moderators dont see the ads.

The third if statement is only shown to my registered members. Its a reminder for them to donate to the forums and become ad free.

(Orginally created by a member steel)