The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to incorporate a jQuery image rotator into the header of my forum so the logo rotates after a set amount of time. I think I'm on the right track but am bumping into a wall.
I created a new template called banner_rotatorwith the jQuery code: Code:
<link rel="stylesheet" href="clientscript/nivo-slider.css" type="text/css" media="screen" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="clientscript/jquery.nivo.slider.pack.js" type="text/javascript"></script> <div id="slider"> <img width="500px" src="images/titleimage/BLUESKIES.jpg" alt="" /> <img width="500px" src="images/titleimage/CBB_WD12.jpg" alt="" /> <img width="500px" src="images/titleimage/DK_RMBJ.jpg" alt="" /> <img width="500px" src="images/titleimage/Q2_T4.jpg" alt="" /> </div> <vb:literal> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect:'random', slices:15, animSpeed:500, pauseTime:3000, startSlide:0, directionNav:false, directionNavHide:true, controlNav:false, controlNavThumbs:false, controlNavThumbsFromRel:false, controlNavThumbsSearch: '.jpg', controlNavThumbsReplace: '_thumb.jpg', keyboardNav:true, pauseOnHover:true, manualAdvance:false, captionOpacity:0.8, beforeChange: function(){}, afterChange: function(){}, slideshowEnd: function(){} }); }); </script> </vb:literal> Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:raw banner_rotator}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> |
#2
|
|||
|
|||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=238004" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=238004</a>
is not what you want but i think it will help you a lot |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
|||
|
|||
![]()
*bump*
No one has any idea? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|