The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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) Version: 1.0.1 - Uncached templates fixed Installation: 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 Demo: Click Install Show Your Support
|
Comments |
#62
|
|||
|
|||
![]()
does this work with vBulletin Version 3.6.0?
|
#63
|
|||
|
|||
![]() Quote:
|
#64
|
|||
|
|||
![]()
Placing $bannerads works fine in header / footer template but not at all in Postbit template... Why?
|
#65
|
||||
|
||||
![]()
when do the new version come? You said today, the day before yesterday ;P
|
#66
|
|||
|
|||
![]()
Hi there, I have just installed this, must say it is a really nice hack and something I have been looking for however I have encoutered a few problems
This is the code I am using Code:
<a href=\"URL/" target=\"_blank\" class=\"banner\"><img src=URL OF BANNERwidth=468 height=60 border=2></a> Where am I going wrong? Is the code wrong and that is why the link isn't working correctly? And have I put the $bannerads in the wrong place on the header and that is why it is going under the forum banner rather than opposite the forum banner Thanks in advance |
#67
|
||||
|
||||
![]() Quote:
Code:
<a href=\"URL/" target=\"_blank\" class=\"banner\"><img src=URL OF BANNERwidth=468 height=60 border=2></a> Code:
<a href="URL" target="_blank" class="banner"><img src="URL OF BANNER" width=468 height=60 border=2></a> And to get the banner above the logo of your forum, simply put the $bannerads above <!-- LOGO --> in the header template. |
#68
|
|||
|
|||
![]()
Hi there, I have put the correct code in and all is working fine
![]() No what I want to do is have the banners on the opposite side of the forum banner. The forum banner is on the left hand side, I want the banners to go on the right hand side of the header so that it is opposite the banner Thanks |
#69
|
||||
|
||||
![]() Quote:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --><br> wich of course would turn out like this: Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> <td> $bannerads </td> </tr> </table> <!-- /logo --><br> Basic table building.. |
#70
|
|||
|
|||
![]()
you learn something new everyday
![]() ![]() |
#71
|
||||
|
||||
![]()
Just installed this, done everything you said but its not appearing in my postbit!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|