Hi! I've made a small patch for adding a "random" feature to the slideshow CS block. It is very simple. Would you like to include it on the module?
Thanks for your attention.
Regards.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | slideshowcs-6.x-1.10.tar_.gz.jpg | 29.38 KB | Anonymous (not verified) |
| slideshow_random.patch | 370 bytes | finex |
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