I've installed this on 3.6.4, and so far it seems to work great. Thanks.
FWIW I'm using it for images without links only as the main banner in the header.
For the newbies asking how to install, follow the instructions below.
Quote:
Originally Posted by Luggruff
Here's a simple detailed step-by-step: - Download the xml files
- Go to your AdminCP
- Go to the Plugins and products menu
- Go to Manage Products
- [Add/Import Product]
- Browse to the xml and then upload (and the banneradsTWO too, only with this one, ALLOW OVERWRITE)
- Now go to your adminCP -> styles and templates -> style manager -> pick the style you want to include the banners in -> in the dropdown, selcect "edit templates" and then find the template you want the banners to be in. (for example "header").
- Put the code $GLOBALS[bannerads] and or $GLOBALS[banneradstwo] where you want it.
- Now go to vBulletin Options in the AdminCP and make sure the hack is enabled (scroll down to the bottom and you'll find it). Then you just add the code for each banner, and make sure they are enabled too.
Example for banner code:
Code:
<a href="http://www.google.com" target="_blank"><img src="http://www.google.com/intl/en_ALL/images/logo.gif"></a>
|