Version: 2.0.4, by Valter
Developer Last Online: Nov 2023
Category: Miscellaneous Hacks -
Version: 4.x.x
Rating:
Released: 02-17-2010
Last Update: 06-15-2012
Installs: 334
DB Changes Uses Plugins Auto-Templates
No support by the author.
Info:
Easy to use/manage banner rotator which works with both, image and flash banners.
Features:
-simple installation
-specify display duration/dimensions of individual image/swf
-set destination pages/templates, and floating in ACP
-play modes: continuous, random, single per refresh
-exclude usergroups from viewing banners
-automatically add to forum navbar (can be turned on/off)
-easy manage banners
-click counter
-send e-mail form
-set if you wish to force reload on individual images
Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL:
- Open desired template and add "{vb:raw vsa_flashimagebanners}" where you wish banners to appear
- Go to product settings and add THIS_SCRIPT and template name of destination page
Credits and Notes:
-Part of the javascript code was originally written by M. K. Namdeo
-Only SuperAdmins can access Banner Management page
-Don't add to several locations on the same page, as it will not work
-It would be good idea to set the same height for all banners to avoid page content jumping
To set options:
Go to: AdminCP > vBulletin Options > VSa - Flash-Image Banner Rotator
Versions:
v1.0 - Nov 11. 2006.
-Initial release
v1.8 - Dec 28. 2008.
-Latest version for vB3.x
v2.0 - Feb 17. 2010.
-Updated for vBulletin 4
-New: Option to force reload of selected banners
-Known bugs fixed
v2.0.1 - Mar 01. 2010.
-Fixed: 'Manage Banners' link permissions
-Fixed: Positioning and insertion issues
-New: Ability to adjust CSS (ACP Option)
-New: Trim titles/links on Manage Banners page to save some space
-Note: Happy Independence Day to all Bosnians
v2.0.2 - Apr 18. 2010.
-Fixed: SuperAdmin permissions
-Fixed: Some style issues
v2.0.3 - May 22. 2012.
-Compatible with vBulletin 4.2
v2.0.4 - Jun 16. 2012.
-QL Link compatible with vBulletin 4.2.1
-Several style improvements
Any ideas why this happens? My Quote fields get stretched. If I take out the code for showing the ad and just make it a direct image linke <img src="image...."> it shows up fine in it's own div. Once I make the code from this mod work, everything gets pushed down below the advertisement. This would be ABSOLUTELY PERFECT if I could figure out this quirk.
How do I add supermoderators for editing the banners?
By default only administrators can access the banner managment.
This change:
PHP Code:
if (($_REQUEST['do'] == 'vsabannman') AND in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministrators']['supermoderators'], -1, PREG_SPLIT_NO_EMPTY)))
will led any access on XXXX/misc.php?do=vsabannman to the smilie page.
Any solutions so far?
I would like to have an acp setting available for allowed usergroups for the administration of banners if possible.
Has anyone gotten this to work on footer, I've seen several members request this, but I haven't seen the solution. I have BOTH "footer" and "ad_global_above_footer" with {vb:raw vsa_flashimagebanners} inserted into both but no display in the footer. Any assistance would be greatly appreciated.