The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Rotatiing banner for 3.0 and 3.01
Is there a hack for this yet for 3.0 and 3.01???
I also am looking for the arcade hack that lets you change the size of the games.. I can't find it.. Thanks |
#2
|
|||
|
|||
I 2nd the rotating banner request for 3.0...I have searched and have not yet found one.
|
#3
|
|||
|
|||
I use an extrnal script and then use the phpinclude_start template to call the banners.. lemme find the program and will post link..
Power Banner Manager.. http://www.akde.com/projects.php very nice program.. allows for different types of banners and total banner/ad management.. |
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
Thanks, I am not as skilled at searching as you are..lol
I'll check out that banner program to..Thanks Rich |
#6
|
||||
|
||||
Quote:
considering this, where exactly does it throw the banners in when I place it in the phpinclude_start templete? Can you give me a screenshot of the placement? |
#7
|
|||
|
|||
just go to http://www.dbcenter.org and look at top right.. you'll see the banners..
|
#9
|
|||
|
|||
Quote:
The line of code they want me to insert is as follows: <? $bid=6755; include "banner.php"; ?> How do I include that? Thanks in advance! |
#10
|
||||
|
||||
Code:
ob_start(); require("http://www./your_site_path/banner.php"); $banners = ob_get_contents(); ob_end_clean(); In the PHPinclude_start The add $banner in the template to display the banners PS. The include code was included with you copy of vBulletin from jelsoft. You can include many different features with it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|