Closed (fixed)
Project:
Slide Show CS
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Dec 2008 at 09:40 UTC
Updated:
6 Jan 2009 at 14:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davebv commentedThanks for contributing the patch, I just applied the patch. Should be in the dev version, I will test it a little bit longer and then I will release as a new version.
Comment #2
davebv commentedAdded as a new release in 1.10. Thanks for the contribution.
Comment #3
Anonymous (not verified) commentedhi, it seems slideshowcs-6.x-1.10.tar.gz randomize the images into the folder, but grouping first all the top-to-bottom images and then all the bottom-to-top ones.
Comment #4
davebv commentedI do not see anything strange in the screenshot you provided, could you provide a more detailed description of what is the problem?
Comment #5
Anonymous (not verified) commentedthe screenshot is just about the setting to move alternatively images up and down. With this setting the random process show first all the images set to move top-to-bottom, and than all the images that move bottom-to-top
Comment #6
davebv commentedI tried again and in my setup the images shuffle properly. Could you provide the js chunk in the head, which says "jQuery.extend(Drupal.settings,......"
Reload the page and post it several realizations.
Comment #7
Anonymous (not verified) commentedsorry, what do you mean for
Comment #8
davebv commentedOnce you have enabled the block in your page, inspect the source of the html page you are viewing in your browser.
In the
<head>section you should find a script line with the Drupal.settings variable. Please, copy that in a text file and attach it.Repeat the above several times, to see the order your pictures are loaded in that variable.
Hope this is more clear. Thanks