The vB Geek

The vB Geek (http://www.thevbgeek.com/index.php)
-   Geek Advertising Banner System (http://www.thevbgeek.com/forumdisplay.php?f=28)
-   -   Update? (http://www.thevbgeek.com/showthread.php?t=3893)

MotMann 01-30-2008 11:05 PM

Update?
 
Did comes an update?

Morgan 01-31-2008 05:18 PM

When a new version of GAB is ready, it'll be released.

RaceJunkie 01-31-2008 07:01 PM

Does this script do anything like the red tyger one over at .org? I am running that one on my site now and there does not seem to be any support over there any more.

Mainly have my adsense inserted into a thread after X amount of posts and leave a link to a remove advertisers page. Like after post #5 Here

It will also add it to the archives page.


If so I will be buying this for sure.

Morgan 02-01-2008 02:44 PM

GAB allows you to add image, Flash, and HTML/AdSense banners, and those ads are made available at the style_fetch hook, so you can place $GAB_ads[x] in various locations to display the banner. There is a tutorial here for how to get GAB ads to show after X amount of posts. The archive would similarly need a plugin. Once I'm done with the code, I'll activate some banners, so people can see GAB working.

RaceJunkie 02-01-2008 02:58 PM

Quote:

Originally Posted by Morgan (Post 22860)
GAB allows you to add image, Flash, and HTML/AdSense banners, and those ads are made available at the style_fetch hook, so you can place $GAB_ads[x] in various locations to display the banner. There is a tutorial here for how to get GAB ads to show after X amount of posts. The archive would similarly need a plugin. Once I'm done with the code, I'll activate some banners, so people can see GAB working.

Will it repeat say after every 5th post.. The tutorial does not say that it will repeat.

Morgan 02-01-2008 03:11 PM

A conditional like the following might do it but I haven't tested it:
Code:

<if condition="$counter AND $counter % 5 == 0">

RaceJunkie 02-01-2008 03:17 PM

Quote:

Originally Posted by Morgan (Post 22862)
A conditional like the following might do it but I haven't tested it:
Code:

<if condition="$counter AND $counter % 5 == 0">

Thanks Morgan, I'll be looking for the update when it comes. :D


All times are GMT. The time now is 12:04 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.