random image in module phocagallery slideshow floom

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
team94
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 11 Jul 2011, 14:42

random image in module phocagallery slideshow floom

Post by team94 »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: random image in module phocagallery slideshow floom

Post by Jan »

Hi, no there is no such option, needs to be customized in the code (it is prepared for such customization), in sql query:

FROM:

Code: Select all

//. ' ORDER BY RAND()'
. ' ORDER BY a.ordering'
TO:

Code: Select all

. ' ORDER BY RAND()'
//. ' ORDER BY a.ordering'
If you find Phoca extensions useful, please support the project
team94
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 11 Jul 2011, 14:42

Re: random image in module phocagallery slideshow floom

Post by team94 »

thank's i test it tonight ! :twisted:
Post Reply