I have a set that I want to have displayed so I select to display a set and make all the settings eg. time for slideshows etc etc and add it to a page and it displays fine. BUT I then go in to my file manager and modify my set order and go back to my slideshow and it doesn't update the order.
I have deleted the block, reinstalled the block, everything I can think of but it doesn't pick up the new file order.
Currently, the Cu3er block doesn't support any specific ordering when using a fileset. In order to obtain a specific ordering, you'll need to add the images individually, rather than using a fileset.
When I try and add just individual images it comes up with the error someone else had Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /development/packages/cu3er/blocks/cu3er/controller.php on line 149
This warning is due to a strict security setting on your server. There are 2 quick ways to get rid of it:
1) Change the debug level via the C5 Dashboard from "development" to "production"; or
2) Comment out line 148 to 166 in packages/cu3er/blocks/cu3er/controller.php
JB