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 |
#22
|
|||
|
|||
Works Perfectly!! thanks
|
#23
|
|||
|
|||
What if you dont have the code in your header?
- 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> replace it to: Code: <center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center> My Header does not contain the code to look for, so not sure what to replace. |
#24
|
|||
|
|||
Quote:
|
#25
|
|||
|
|||
i try to add image and get this error :
Warning: move_uploaded_file(./images/banners/jobs.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in /admincp/brotator.php on line 62 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpDGSgso' to './images/banners/jobs.gif' in /admincp/brotator.php on line 62 |
#26
|
||||
|
||||
Code:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner $banner</a></center> And is it possible to locate more than one banner ... 2 or more lines and 2 - 4 - 6 banners and we are going to have more banners on our forums ... and maybe we can add google addsense ... is it possible ? |
#27
|
|||
|
|||
Quote:
Quote:
You can put the banner anywhere you want, but it'll show the same banner in all places, to change u gotta refresh the page. Maybe with a little tweak you can add the option to get more then one banner from the database. No, google adsense is not supported |
#28
|
|||
|
|||
yeh it is but it dont work still
|
#29
|
|||
|
|||
This is how I added banners to my forum. Works great!! I ended up with my original header with an ad banner right next to it. Both are centered, and both are links to separate sites. My original header links to my forum home page and the ad banner links to page that I told it to when I added the banner. Hope that makes sense.
Code:
<td align="$stylevar[left]"><center><a href="http://www.iemas.us/index.php"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]"><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center> </td> Good job on this mod. Thanks Keith |
#30
|
|||
|
|||
Please try uninstalling the entire modification and reinstalling from the beggining. If that doesnt work, please provide more information, like server configuration.
|
#31
|
|||
|
|||
I'm getting the error 65 error
Warning: move_uploaded_file(./images/brotator/templogo1.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /admincp/brotator.php on line 65 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phppPu2IT' to './images/brotator/templogo1.jpg' in /admincp/brotator.php on line 65 I needed to change permissions on the folder. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|