Page 1 of 1

Missing functions in Phoca Image Gallery 3.0.0 (J1.6)

Posted: 11 Feb 2011, 11:04
by motioncompany
It is not possible to choose "random" at the menu item "Image ordering" and there is no menu item "Category ID" where i can choose to display images from all categories,

At the documentation i can find the following lines:
. Image Ordering - set image ordering (Random Image, Latest Image, ...)
. Category ID - select ID of category from where image(s) should be displayed - if empty then images will be displayed from all public or all registered (only for registered users) categories

Any idea?

Re: Missing functions in Phoca Image Gallery 3.0.0 (J1.6)

Posted: 13 Feb 2011, 15:36
by Jan
Hi, added into feature request list.

Jan

Re: Missing functions in Phoca Image Gallery 3.0.0 (J1.6)

Posted: 08 Jun 2011, 12:05
by jant
Hi,
Can this request also be noted for the floom module? Or must I use another module to randomize the photo's in the slideshow?

Re: Missing functions in Phoca Image Gallery 3.0.0 (J1.6)

Posted: 15 Jun 2011, 14:16
by Jan
Hi, in the module, the sql needs to be customized:

FROM:

Code: Select all

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

Code: Select all

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