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 |
#132
|
|||
|
|||
I received a question via private message about slider timings. Since that might interest other site owners aswell.
How do I slow down the image timings, at the moment its a bit fast? Answer: That is a setting for the nivo slider: http://nivo.dev7studios.com/#usage There you can see what you can change. I'll give an example for the timings. Search: Code:
<script type="text/javascript"> $(window).load(function() { $("#slider").nivoSlider(); }); </script> Code:
<script type="text/javascript"> $(window).load(function() { $("#slider").nivoSlider({ pauseTime: 6000 }); }); </script> @croft please go through the faq and post the debug you get (last question) if the other questions do not help. It does look like a combination of a jquery (either to many jquery files or old jquery version or no jquery at all) issue and some problems with saving the resized image to file. Debug will help with the last one. If you can't find the jquery problem a link to the site where the slider is implemented would help. Cheers |
#133
|
|||
|
|||
Hi Mooff. I have this installed and looks good. I have one problem the link to the article when clicked takes me to my index page. When you hover over the link it shows the proper URL however.
|
#134
|
|||
|
|||
Quote:
Any ideas? |
#135
|
|||
|
|||
Hi,
i need a live demo of that redirect bug. Doublecheck if the hover urls really are correct. If they are i can't think of a reason why it shouldn't work. |
#136
|
|||
|
|||
Quote:
I just checked the hover URL's and they are correct. Thanks |
#137
|
|||
|
|||
Links in the slider are:
http://www.canadianriflesregiment.co...?r=160-Welcome... correct would be: http://www.canadianriflesregiment.co...hp?160-Welcome... You are missing the crrforums part, thus the link leads to nowhere and gets redirected. search this part: Code:
$article_neu['description'] = '<h2 style="font-weight:bold; font-size: 14px">'. $article['title'].'</h2><span>'. $article['previewtext'] .'</span> <a href="/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '">read on</a>'; $article_neu['htmlcaptionname'] = 'htmlcaption' . $i ; $article_neu['picture'] = '<a href="/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '"><img src="'.$article['previewimage'].'" alt="" title="#htmlcaption'. $i . '" /></a>'; Code:
$article_neu['description'] = '<h2 style="font-weight:bold; font-size: 14px">'. $article['title'].'</h2><span>'. $article['previewtext'] .'</span> <a href="/crrforums/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '">read on</a>'; $article_neu['htmlcaptionname'] = 'htmlcaption' . $i ; $article_neu['picture'] = '<a href="/crrforums/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '"><img src="'.$article['previewimage'].'" alt="" title="#htmlcaption'. $i . '" /></a>'; |
#138
|
|||
|
|||
Mooff you are number ONE in my books!:up:
Thank you. 5 stars and nominated! |
#139
|
|||
|
|||
I managed to get the slider to show and an image in it, but it doesn't add text and it doesn't move from article to article.
|
#140
|
|||
|
|||
Sounds like a jquery problem. Can you link me to your (test)site where the slider is installed?
|
#141
|
|||
|
|||
Thanks very much for the help Mr Mooff. This addition is a must and exactly what I've been waiting for. I can't believe it's taken so long for someone to do and I'm really grateful for all your efforts and help.
Thanks! |
Благодарность от: | ||
Mooff |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|