Active
Project:
Dynamic display block
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2011 at 14:47 UTC
Updated:
2 Jul 2012 at 11:45 UTC
Why module code contains processing of random order for image files, but UI does no?
Comments
Comment #1
ppblaauw commentedThe shuffle does not work on the $filenames array, removed the random order from the user interface but code is still there.
Need to find a solution how to order the slide_images and pager_images randomly.
Help appreciated.
Comment #2
causalloop commentedAny status on this?
Comment #3
ppblaauw commentedYou can always use the random order in the view itself and set order in the configuration page of the ddblock module to none.
This way it will use the order of the items in the view.
Comment #4
Sixfold commentedThere is a very simple workaround for this problem:
Under "custom jquery cycle plugin settings" enter:
{"random":true}But it would be nice to have a UI element for this setting...