Page 1 of 1

random image in module phocagallery slideshow floom

Posted: 11 Jul 2011, 14:51
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

Re: random image in module phocagallery slideshow floom

Posted: 12 Jul 2011, 22:32
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'

Re: random image in module phocagallery slideshow floom

Posted: 13 Jul 2011, 12:32
by team94
thank's i test it tonight ! :twisted: