The vB Geek

Go Back   The vB Geek > vB Geek Modifications > Tutorials

Tutorials Tutorials and articles on using vB Geek stuff.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

 
 
Tutorial Tools Display Modes
Prev Previous Post   Next Post Next
Ad after first post
Ad after first post
How to get GAB ads to appear after x amount of posts
Published by The Geek
03-08-2007
Default Ad after first post

Getting GAB to appear in between x amount of posts is simple and easy.

This tutorial assumes that you have GAB set up and configured (including the banner you want to show).

1. Create a plug in.

Since posts are created in a private function within vB, you must scope $GAB_ads. That way, your $GAB_ads[x] variable will be available in your postbits. We will also scope $counter which increases by one for each visible post on that page.

go to admincp->Plugins & Products->Add new plugin

Product: vBulletin (or GAB )
Hook Location: postbit_display_start
Title: GAB ad between posts
Plugin PHP code:
PHP Code:
global $GAB_ads$counter
Plugin is active: Yes

2. Modify your postbit template (this is the postbit or postbit_legacy template, whichever one you are using).

We need to stick a conditional at the end of the postbit that says 'if this is the first post, then show $GAB_ads[x]. Note that you will need to change the x in $GAB_ads[x] to denote the billboard you are using (see admincp-> gab ->scripts->MASTER script to see which billboard is assigned). Also note that you can change the $counter == 1 in the statement below to denote where to show the banner . For instance if it were change to 3, then a banner would appear after the third post on the page.

Place the following HTML at the very end of your postbit:

HTML Code:
<if condition="$counter == 1"><if condition="THIS_SCRIPT!='private'"><div style="padding-top:5px">$GAB_ads[x]</div></if></if>
Note that I have put in a provision so that the banner will NOT appear after a private message. Depending on your style and the size of the banners, the sidebar in the usercp can whack out the look.

HTHs!
Tutorial for
GAB

Tutorial Tools
Show Printable Version  Email this Page 

 

Tutorial Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:57 PM.


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

Tutorial powered by GARS 2.1.9 ©2005-2006