vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - United-Forum Nivo Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=267024)

Naijasite 06-26-2012 11:25 PM

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.

charlesr 06-27-2012 09:05 AM

Your site is running 4.2
This slider does not work without modification on 4.2 (see recent posts)

forumistat 06-29-2012 01:21 PM

Can someone help me set up this slider i only get a blank white box with nothing on it...

manyaa 07-25-2012 07:29 PM

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.

dormopoco 08-11-2012 03:21 PM

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?

Elenna 08-11-2012 08:40 PM

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.

dormopoco 08-12-2012 06:36 AM

Quote:

Originally Posted by Elenna (Post 2356290)
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.

TNX for support

I tried and tried but I can not only set the fade effect.

Elenna 08-12-2012 02:06 PM

Quote:

Originally Posted by dormopoco (Post 2356349)
TNX for support

I tried and tried but I can not only set the fade effect.

Do you mean that it isn't transitioning between images at all? Or it IS pulling your images successfully, but that you only want to have it do the "Fade" effect and not any of the other ones?

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>

Replace with:
Code:

    <script type="text/javascript">
    $(window).load(function() {
        $("#slider").nivoSlider({
        effect: 'fade' // Specify sets like: 'fold,fade,sliceDown'
                });
    });
    </script>

The available "options" for the red text are:
sliceDo
  • wn
  • sliceDownLeft
  • sliceUp
  • sliceUpLeft
  • sliceUpDown
  • sliceUpDownLeft
  • fold
  • fade
  • random
  • slideInRight
  • slideInLeft
  • boxRandom
  • boxRain
  • boxRainReverse
  • boxRainGrow
  • boxRainGrowReverse

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. :)

dormopoco 08-12-2012 06:33 PM

Quote:

Originally Posted by Elenna (Post 2356415)
Do you mean that it isn't transitioning between images at all? Or it IS pulling your images successfully, but that you only want to have it do the "Fade" effect and not any of the other ones?

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>

Replace with:
Code:

    <script type="text/javascript">
    $(window).load(function() {
        $("#slider").nivoSlider({
        effect: 'fade' // Specify sets like: 'fold,fade,sliceDown'
                });
    });
    </script>


Not Working, :-( whit this code i see only one line. Solved now the correct code is:


HTML Code:

    <script type="text/javascript">
    $(window).load(function() {
        $("#slider").nivoSlider({
        effect: "fade"
                });
    });
    </script>


Elenna 08-12-2012 11:03 PM

Hmm, strange. The only difference is removing the "Specify sets...." comment? Wouldn't have thought that would matter.

Glad you got it working, though!


All times are GMT. The time now is 07:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01501 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete