View Full Version : In post, in thread, Google Adsense "user" ad posts...
Drile
01-29-2004, 12:43 AM
See third post in this thread as an example...
http://bikeforums.net/showthread.php?t=44669
That seems like an awesome idea.
Would something like that be a hack, or template based?
eXtremeTim
01-29-2004, 12:58 AM
Thats a good idea. I might work on that one latter as a good way to keep ad banners off and still help support my site.
Drile
01-29-2004, 10:21 AM
Thats a good idea. I might work on that one latter as a good way to keep ad banners off and still help support my site.
Thanks.
eXtremeTim
01-29-2004, 06:40 PM
Im still looking into. If you could post some good places for you to get ads from and stuff so I can make a mini info page for people who wish to use it. But yes I am very certain I will make a form of this.
NTLDR
01-29-2004, 06:48 PM
Just a simple template mod, in your postbit/postbit_legacy template at the end add:
<if condition="$post[postid] == $GLOBALS['FIRSTPOSTID']">
your code here
</if>
Replacing your code here with what you want displayed after the first post, most liky a copy of your postbit template with some of the values filed in and the message replaced with the add code.
SaN-DeeP
06-01-2004, 01:18 PM
Just a simple template mod, in your postbit/postbit_legacy template at the end add:
<if condition="$post[postid] == $GLOBALS['FIRSTPOSTID']">
your code here
</if>
Replacing your code here with what you want displayed after the first post, most liky a copy of your postbit template with some of the values filed in and the message replaced with the add code.
NTLDR that looks cool ;)
can u also make a code which will display a google ad, while playing arcade games.
a line should appear click here to continue (which displays those ads)
and when a user clicks on those ads, ads open in a new page and game proceeds in current window
what do u think ?
Sandy...
ImportPassion
06-01-2004, 02:35 PM
you will for sure get kicked from adsense, along with any of these listed her. check the terms
BlackxRam
06-06-2004, 07:59 AM
Wait wait, I checked the TERMS... I didnt see anything about posting ADS on webforums... What are you exactly looking at 7thgen?
*post removed by me :ermm: *
flaregun
01-22-2005, 05:04 PM
Just a simple template mod, in your postbit/postbit_legacy template at the end add:
<if condition="$post[postid] == $GLOBALS['FIRSTPOSTID']">
your code here
</if>
Replacing your code here with what you want displayed after the first post, most liky a copy of your postbit template with some of the values filed in and the message replaced with the add code.
How would you go about making it every 'x' posts, like after 3 posts? I've tried to hack it myself, but i'm not getting it.
thanks,
- R
Andreas
01-22-2005, 05:09 PM
Try
<if condition="($post[postcount] % 3) == 0">
your code here
</if>
@BlackxRam
I don't think you'll read that or are still interested, but anyway:
AFAIK it's forbidden to force users to click.
CLKeenan
03-26-2005, 12:51 PM
I've been wanting to do this for a while now... but I can't get this part:
Replacing your code here with what you want displayed after the first post, most liky a copy of your postbit template with some of the values filed in and the message replaced with the add code.
Could anyone show me an example?
Thanks,
-CHris
RichieBoy67
04-09-2005, 12:33 AM
Can we get detailed instructions for this??? Sounds like a great idea!!
n_wattam
07-13-2005, 09:52 AM
Very nice, just what i was looking for when i saw something just like this on another forum.
Just modded my template. :rolleyes:
http://www.kiteforums.net/showthread.php?p=12147#post12147
The result looks quite nice.
If anyone wants theres doing for a small donation, drop me a PM
KevinL
07-13-2005, 10:14 AM
This thread here tells a pretty good way of doing it :)
http://www.theadminzone.com/forums/showthread.php?t=2008
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.