The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Slider Widget s3slider Details »» | |||||||||||||||||||||||||||||
Here is a lite slider for vbulletin CMS
Login into Admin Panel(Admincp) Open up vBulletin CMS in Sidebar click Widgets when page opens click Create New Widget near bottom page Then a new page will come up and choose the following options: Code:
Widget Type: Static HTML Title: Slider Description: Content Slider now you will see a widget called slider click configure and paste the following into the Enter Static HTML Box Edit the pictures you want and then Click save and you done. Edit your Layout to show the widget where you want i would choose the Middle box in Home Layout Code:
<style type="text/css"> ul#slider { width: 430px; height: 270px; list-style-type: none; margin: 0; padding: 0; overflow: hidden; } ul#slider li { float: left; position: relative; /*display: none;*/ } ul#slider li div { position: absolute; width: 373px; background-color: #000; color: #fff; left: 0; /*display: none;*/ padding: 10px; } .top { top: 0; } .bottom { bottom: 0; } </style> <script src="js/jquery.js" type="text/javascript"></script> <script src="js/mySlider.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $("#slider").mySlider({ timeOut: 4000, captionOpacity: .7 }); }); </script> <ul id="slider"> <li> <img src="images/slider/2.jpg" alt="" /> <div class="top"> Some nice text captions.. </div> </li> <li> <img src="images/slider/3.jpg" alt="" /> <div class="bottom"> Some nice text captions.. </div> </li> <li> <img src="images/slider/4.jpg" alt="" /> <div class="bottom"> Some nice text captions.. </div> </li> </ul> Download Now
Screenshots
Show Your Support
|
Comments |
#32
|
|||
|
|||
|
#33
|
|||
|
|||
Ok
I got it working. I was wondering if anyone could tell me how I would get pictures to pull from an created album instead of images/slider folder as it is now. Anyone?? Thanks in advance |
#34
|
|||
|
|||
I'd like to see this one work on vb4: http://landofcoder.com/our-porfolios...ws-plugin.html
|
#35
|
||||
|
||||
can you update it please? Currently we have to manually edit the images to a specific height..otherwise the text wont show
|
#36
|
||||
|
||||
Quote:
But i think i'd rather than put it in an iframe (cuz im not sure that will change anything), id rather just get it working like its supposed to. Anyone know what causes it to stay still, & not rotate.? Quote:
Did you want it to resize the images for you.? (you would still have to tell it what size, so you might as well just change the size of the images, or the slider window) |
#37
|
||||
|
||||
does this work with vb 4.1.2
|
#38
|
|||
|
|||
Just put it fine into 4.1.2 all seems to be working, will play around with images height etc and let you know if any problems
|
#39
|
||||
|
||||
works on 4.1.3
to the dev or anyone that knows how to work with the javascript, can you please add a prevButton / previous button or something or give us the code to it? So that we are able to slide back and forward ? |
#40
|
||||
|
||||
This is a great looking slider, just needs a little more work to be completed. I'd donate if it worked properly.
|
#41
|
||||
|
||||
Javascript error. Make sure you upload it properly. The problem could be a conflict with the included javascript and the jQuery included with vBulletin.
I put the mySlider.js in my clientscript/jquery folder and changed the code slightly. I didn't upload the include jquery.js file. Put the css in the additional.css template: Code:
ul#slider { width: 430px; height: 270px; list-style-type: none; margin: 0; padding: 0; overflow: hidden; } ul#slider li { float: left; position: relative; /*display: none;*/ } ul#slider li div { position: absolute; width: 373px; background-color: #000; color: #fff; left: 0; /*display: none;*/ padding: 10px; } .top { top: 0; } .bottom { bottom: 0; } Code:
<vb:if condition="THIS_SCRIPT == 'vbcms'"> <script src="clientscript/jquery/jquery-1.4.4.min.js" type="text/javascript"></script> <script src="clientscript/jquery/mySlider.js" type="text/javascript"></script> </vb:if> HTML Code:
<script type="text/javascript"> $(document).ready(function() { $("#slider").mySlider({ timeOut: 4000, captionOpacity: .7 }); }); </script> <ul id="slider"> <li> <img src="images/slider/thor_movie.jpg" width="100%" alt="" /> <div class="top"> The powerful but arrogant warrior Thor is cast out of the fantastic realm of Asgard and sent to live amongst humans on Earth, where he soon becomes one of their finest defenders. </div> </li> <li> <img src="images/slider/on_stranger_tides.jpg" width="100%" alt="" /> <div class="bottom"> After crossing paths with a woman from his past, Captain Jack Sparrow is swept aboard the Queen Anne's Revenge, the ship of the formidable pirate Blackbeard, on an unexpected mission to find the elusive fountain of youth. </div> </li> <li> <img src="images/slider/the-deathly-hallows.jpg" alt="" /> <div class="bottom"> The end begins as Harry, Ron, and Hermione go back to Hogwarts to find and destroy Voldemort's final horcruxes... </div> </li> </ul> http://wayneflix.com/content/1-box-office |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|