vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   In post, in thread, Google Adsense "user" ad posts... (https://vborg.vbsupport.ru/showthread.php?t=60892)

Drile 01-29-2004 12:43 AM

In post, in thread, Google Adsense "user" ad posts...
 
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

Quote:

Originally Posted by eXtremeTim
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:

HTML Code:

<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

Quote:

Originally Posted by NTLDR
Just a simple template mod, in your postbit/postbit_legacy template at the end add:

HTML Code:

<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?

Polo 06-21-2004 08:38 PM

*post removed by me :ermm: *

flaregun 01-22-2005 05:04 PM

Quote:

Originally Posted by NTLDR
Just a simple template mod, in your postbit/postbit_legacy template at the end add:

HTML Code:

<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
Code:

<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...2147#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/s...ead.php?t=2008


All times are GMT. The time now is 04:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01263 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete