hello and thank you for these great modules
I use the slideshow phocagallery floom
I wonder if it is possible to have the images scroll randomly
thank you to explain how and excuse me for my English
random image in module phocagallery slideshow floom
-
- Phoca Newbie
- Posts: 2
- Joined: 11 Jul 2011, 14:42
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: random image in module phocagallery slideshow floom
Hi, no there is no such option, needs to be customized in the code (it is prepared for such customization), in sql query:
FROM:
TO:
FROM:
Code: Select all
//. ' ORDER BY RAND()'
. ' ORDER BY a.ordering'
Code: Select all
. ' ORDER BY RAND()'
//. ' ORDER BY a.ordering'
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 11 Jul 2011, 14:42
Re: random image in module phocagallery slideshow floom
thank's i test it tonight !