The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
United-Forum Nivo Slider Widget Details »» | ||||||||||||||||||||||||||||||||
Based on the Nivo Slider - all credit for slider awesomeness goes to them.
vB4 implementation goes to me. What it is: A slider for cms articles, it gets the articles via database, uses (if possible) the previewimage there and resizes it to slider size *update 1.1.0 cropping function included. Livedemo on a Big Board (>2.000.000 posts) the nivo slider on our site is customized to fit our heavily customized cms. Default look of this addon is shown in the picture below facts about the nivo slider Quote:
Custom settings: Support:
Slider not working. No idea why?
The widget here is completely free. No charge, no branding. But, we do not mind donations either. If you want to give us something. Since we are advertising free and fan based we are happy about every small donation. ( On Forumhome bottom right paypal button: http://www.united-forum.de/forum.php ) That's all Hope it works for you. Regards Mooff Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
13 благодарности(ей) от: | ||
AaronMiller, Aramist, doctorsexy, Gemma, LOGECT, mitch84, nacaruncr, owning_y0u, RaSa, Sage Knight, The Rocketeer, YkudzA |
Comments |
#452
|
||||
|
||||
I have installed the slider on my forum and it's working fine. But the slider is unable to pull thumbnail images from the Article.http://www.naijafinder.com/content/
Note: All my Article images are not uploaded images but they are copied and past into the Article. The slider default images it's showing on my forum but can't pull my Article images. Please how do i make the slider to pull thumbnail images from my Articles. |
#453
|
|||
|
|||
Your site is running 4.2
This slider does not work without modification on 4.2 (see recent posts) |
#454
|
|||
|
|||
Can someone help me set up this slider i only get a blank white box with nothing on it...
|
#455
|
|||
|
|||
1. My nivo-slider files and fallback_slider.png are at this location: ..stories.com/forum/slider/
2. Similarly all my VB files for cms, blog, forum are in: ..stories.com/forum/ ( meaning slider and all files are in a folder named forum.) 3. I created php widget by making following changes in your code: $fallback_img = $slider_img_filepath . 'fallback_slider.png'; $slider_img_filepath = '/slider/'; 4. But the linked images and linked articles are not showing up. They are being linked as follows: ..stories.com/content.php?r=50-destination ..stories.com/slider/fallback_slider.png 5. While the actual location of articles and images are: ..stories.com/forum/slider/fallback_slider.png ..stories.com/forum/content.php?r=50-destination 6. Question: Where and what change should I be making to correct this problem? Thank you so much for your help. |
#456
|
|||
|
|||
A little question: Hot to storage image in folder /images/ ad script in another folder?
image in clientscript/slider/images/ script in clientscript/slider/ tnx for support And how to setup only fade effect? |
#457
|
|||
|
|||
Personally I would recommend NOT storing the images in the clientscript folder. That's a rather sensitive folder that should remain secure, so I wouldn't have a folder in there (images) that is chmod 777.
Either way, I think the mod is hard-coded to assume that the script and image directory is the same, and you'd need to change a bunch of stuff. IMHO it's just easier to follow the instructions and leave both in the same folder. |
#458
|
|||
|
|||
Quote:
I tried and tried but I can not only set the fade effect. |
#459
|
|||
|
|||
Quote:
If you only want the fade effect, edit your widget code like this: Find: Code:
<script type="text/javascript"> $(window).load(function() { $("#slider").nivoSlider(); }); </script> Code:
<script type="text/javascript"> $(window).load(function() { $("#slider").nivoSlider({ effect: 'fade' // Specify sets like: 'fold,fade,sliceDown' }); }); </script> sliceDo
You can choose more than one by putting a comma between them (like effect: 'fade, sliceUp, boxRain'). Another quick tip, if you want to have it re-get your article images, you can either FTP into that images folder and delete any of the article___ ones, OR edit the widget and change the cache time to a low number (like 1 minute). Don't forget to change it back. |
#460
|
|||
|
|||
Quote:
HTML Code:
<script type="text/javascript"> $(window).load(function() { $("#slider").nivoSlider({ effect: "fade" }); }); </script> |
#461
|
|||
|
|||
Hmm, strange. The only difference is removing the "Specify sets...." comment? Wouldn't have thought that would matter.
Glad you got it working, though! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|