Only random images

Phoca Gallery plugins - plugins for Phoca Gallery extension
hjt
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 06 Apr 2011, 13:16

Only random images

Post by hjt »

Hello,

i use the phoca gallery plugin on my page like this:

Code: Select all

{phocagallery view=category|categoryid=1|limitstart=12|limitcount=4|imagerandom=0}
I expected to see pictures from #12 to #15. But there are alway shown random pictures.
Whats my mistake?

http://schuemann.server105.vz01.pcnetse ... Itemid=102


hjt
nomad
Phoca Member
Phoca Member
Posts: 10
Joined: 04 Apr 2011, 19:14

Re: Only random images

Post by nomad »

imagerandom should be 1
*read the info please - https://www.phoca.cz/documents/14-phoca- ... ery-plugin
hjt
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 06 Apr 2011, 13:16

Re: Only random images

Post by hjt »

hello,

i want to *disable* random images ...
nomad
Phoca Member
Phoca Member
Posts: 10
Joined: 04 Apr 2011, 19:14

Re: Only random images

Post by nomad »

Hi, my mistake :)

There are two ways, one is to add imageordering parameter, that will set ordering of images: 1 - Ordering ASC, 2 - Ordering DESC, 3 - Title ASC, 4 - Title DESC, 5 - Date ASC, 6 - Date DESC, 7 - ID ASC, 8 - ID DESC, 9 - Random

The other way (what I also use) will have effect on all image categories, just go in Joomla Administration -> Components -> Phoca Gallery -> Control Panel -> Parameters and scroll a bit down to Category View Settings (List of Images), find Category Image Ordering dropdown and choose anything you desire.

Hope it helps you.
hjt
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 06 Apr 2011, 13:16

Re: Only random images

Post by hjt »

Thank you!

I tried your first suggestion - now it works.
Post Reply