The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Banner Rotator Details »» | |||||||||||||||||||||||||
New version of https://vborg.vbsupport.ru/showthread.php?t=133954, compliant with vB 3.7 and with new features!!! So, what does this hack do? - This mod allows you to add lots of forum banners. - The banners will be randomly showed everytime you reload your forums. How can i work with it? - It's all controlable through AdminCP. - NOT NEEDED ftp access to upload banners. - You CAN upload banners (jpg, gif & png) through AdminCP. - You can upload flash (SWF) banners! - You can set a description for individual banners. - You can set size (width & height) for each banner individually - You can edit the description easily and individually. - You can delete the banners through AdminCP (this function delete the banner from the ftp) - You can enable/disable you banners. - Disabled banners remains in the ftp, but will not be shown on forum home. - NEW: You can set different URLs for each banner! - NEW: You can select the forums you want the banner to appear!!! (with inherit option) - NEW: Mass delete banners is now possible. - NEW: You can set default values for new banners on vBulletion Options How can i install? (Time to install: 1 minute if you are fast enough ) - Unzip the package and upload the content of the "upload" folder to your forum directory. - Install product-brotator.xml - Go to your AdminCP > Style Manager > YOUR SKIN > Edit HEADER template and find: Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> Code:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center> The improvements over the last version werent tested a lot, so please report any bugs you find! Thanks! SUPPORT GIVEN ONLY FOR WHO CLICKED "INSTALL" UPGRADE IS NOT AVAILABLE, SO YOU NEED TO UNINSTALL THE OLD VERSION AND INSTALL THIS ONE Show Your Support
|
Comments |
#72
|
|||
|
|||
After messing around I have worked out how to put the banner on the right on the same line as the site logo.
Here is the code. 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]"></td> <td align="$stylevar[right]"><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a> </td> </tr> </table> <!-- /logo --> |
#73
|
|||
|
|||
Is it possible to add multiple banners, and have only certain banners show in certain skins?
eg, I add 10 banners. in skin 1. they all show randomly, in skin 2. only 2 of them will be shown randomly, and in skin 3. only 1 banner will be shown. This would be really useful Thanks. |
#74
|
|||
|
|||
I'm having problems with this addon/plugin. The "forum selection" is not working properly. I've set a banner to show in a specific section, and when I go there it doesn't change at all. If I go to a thread of specific sub-section of the forums, then it changes. Can you update / fix this please?
|
#75
|
|||
|
|||
There are provisions for putting in the url destination to the banner the banners do not hyperlink so clicking on it goes nowhere.
The previous version worked fine. Resolution? |
#76
|
|||
|
|||
Quote:
|
#77
|
|||
|
|||
I need to add some style information to the banner code
I need to add Code:
style="float:left;margin-top:15px;" |
#78
|
|||
|
|||
When i click the banner it opens a new window/tab rather than _blank..how do i set this?
Thanks, |
#79
|
|||
|
|||
I have installed this mod and marked as installed, so firstly thanks for that! However, as more of a feature request I would love to be able to track how many clicks each banner has received as we need to report on how successful a particular campaign has been. Do you have any plans to include stat tracking in future versions?
|
#80
|
|||
|
|||
Well, the banners still don't hyperlink. Do they hyperlink for you guys? The old banner rotator hyperlinked just fine, although it is easier in this mod to post the url destination of where one is to be taken if one clicks on the link, but if it doesn't take anyone anywhere, it would be nice if this intended feature actually worked.
|
#81
|
|||
|
|||
I can't locate <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
in my header template file |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|