Page 1 of 1
Only random images
Posted: 06 Apr 2011, 14:21
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
Re: Only random images
Posted: 06 Apr 2011, 19:50
by nomad
Re: Only random images
Posted: 07 Apr 2011, 16:40
by hjt
hello,
i want to *disable* random images ...
Re: Only random images
Posted: 07 Apr 2011, 19:11
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.
Re: Only random images
Posted: 08 Apr 2011, 11:18
by hjt
Thank you!
I tried your first suggestion - now it works.