The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
placing a rotating banner
Hello,
I need to place a rotating banner on the forum. How can i do this, i look on the internet and found some nice jquery rotators. But i can't get them to work. this is what i did. i used this plugin http://ekallevig.com/jshowoff/ in the header template i added these lines Code:
{vb:js http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js} {vb:js js/jquery.jshowoff.min.js} <script type="text/javascript"> $(document).ready(function(){ $('#features').jshowoff(); }); </script> Code:
<div id="features"> <div><p>This is a slide!</p></div> <div><a href="http://google.com"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="Google Logo" /></a></div> </div> But not it only displays the 2 lines but not rotating it. Could someone help me with this? see what happens on this page www.reefersquest.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|