Version: 1.1.0, by Frapegliko
Developer Last Online: Aug 2023
Category: Miscellaneous Hacks -
Version: 3.6.2
Rating:
Released: 10-17-2006
Last Update: 02-14-2012
Installs: 1118
Template Edits
Code Changes
No support by the author.
This is the first vbulletin Banner Rotator written in PHP that works with none Errors.
You can add Adsense, Adbrite, Banners or what you want.
- 2 Banner Rotator Sets added in product-bannerrotator-two.xml
- 1 Banner Rotator Set added in product-bannerrotator.xml
Version: 1.1.0 - No Template needs to create
- Second Set of Banners added (max 5 Banners)
- Import max 10 Banner Codes (vBulletin options)
- Enable or Disable vbBannerRotator & Banners (vBulletin options)
1. Download and Install this Product
1a. Click here to Install
2. Open your Header, Footer or what you want
3. Add $GLOBALS[bannerads] for Set 1 (max 10 Banners)
3a. Add $GLOBALS[banneradstwo] for Set 2 (max 5 Banners)
4. Go to vbBannerRotator in vBulletin Settings and insert your Codes
5. And Finish
Update: (since v.1.0.0 & 1.0.1)
1. Backup your Bannercodes from template: bannerbns
2. Restore (Delete) Template: bannerbns
3. Overwrite Old Product Version with New
4. Open your Header, Footer or what you want
5. Add $bannerads
6. Go to vbBannerRotator in vBulletin Settings and insert your Codes
7. And Finish
ookk im new at this im using vBulletin 3.6.2 where do i find this product i mean where do i add my banner script
AdminCP -> vBulletin Settings -> vbBannerRotator by Frapegliko
Quote:
Originally Posted by radarhunter
it`s not showing on my site i dunno why is there sum
template modification i ned to so first
Yes, you need to edit templates. Please read the instructions.
You have to put the code $GLOBALS[bannerads] (for bannerscript#1 with 10 banners) or $GLOBALS[banneradstwo] (for bannerscript#2 with 5 banners) at the location of your forum that you want them to be.
How else would they show up where you want them to be?
I'm using both YPN and Adsense. To ensure that only one type displays on each page, I have a rotator in my header. I then use a conditional in the body that basically says <if condition="$banner_no==3">YPN<else />Adsense</if>
This works perfectly on my homepage, but on showthread the $banner_no variable does not carry and has no value. Why is this?
Frapegliko, thank you very much. This is an excellent mod.
Quote:
Originally Posted by voteforbird
I'm using both YPN and Adsense. To ensure that only one type displays on each page, I have a rotator in my header. I then use a conditional in the body that basically says <if condition="$banner_no==3">YPN<else />Adsense</if>
This works perfectly on my homepage, but on showthread the $banner_no variable does not carry and has no value. Why is this?
Perfect! This was one of my concerns, and I believe you just fixed it. This works with $GLOBALS[bannerads] (i.e. in non-vB pages like vBA), or do I have to reference banner_no through $GLOBAL[] too?
thanks for your reply.
but what do u mean by put global in the template?
i am new to vbulletin
please guide me
It means that you go to your adminCP -> styles and templates -> style manager -> pick the style you want to include the banners in (since you're new, I can only gues you only have one styles to choose from) -> in the dropdown, selcect "edit templates" and then find the template you want the banners to be in.
(an example, if you want the banners to be in the HEADER, then you edit the god for the HEADER template and write $GLOBALS[bannerads] or $GLOBALS[banneradstwo] where ever in that template you want it to show up in)
..this of course means you have to be familiar with HTML, if not, ask someone you know.
confused about the difference between $GLOBALS[bannerads] and $GLOBALS[banneradstwo]? Read the instructions the creator of the hack has made. Pretty simple. Top post on all pages of this thread.
And to add banners, just go to the vBulletin settings at the top of the menu in your adminCP.