View Full Version : Banner Rotator
I'm looking for an banner rotator that can be placed between the top forum buttons and the breadcrumbs of the forum board on each and every page of the forum.
Can somebody help me with this?
PS
This is not for my own website, this is for a website (legal vBulletin) where I'm a moderator and doesn't use vbportal like I do !
Snake~eyes
12-02-2001, 03:35 AM
why can't you just place it in the header?
Thank you, but no, because the header holds the logo of the site.
Snake~eyes
12-02-2001, 01:03 PM
Right but couldn't you place it under the logo?
DarkReaper
12-02-2001, 02:53 PM
Here's what I do. Put this in your phpinclude template:
ob_start();
view("html");
$banner = ob_get_contents();
ob_end_clean();
For me, view("html") is a function that gets a random html banner from the cycle. That code chunk gets the banner and stores it into a variable, $banner. Then place $banner where the banner/ad should be.
DuDeinPA
11-24-2002, 04:14 PM
how does that work? Where do you store the banners at?
MuSuL
09-08-2003, 04:34 AM
Ya how does this work?
Godzilla MR2
02-26-2004, 01:36 AM
I just found this
http://phpadsnew.com/two/index.html
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.