Page 1 of 1

4 thumbnails and 7 detail images

Posted: 26 Sep 2011, 18:47
by milko
I am using the phocagallery plugin to let specific categories of images show at specific pages.

I only want 4 thumbnails to be visible at the page (category has 7 images), when i click a thumbnail i want to be able to navigate trough all. Code at the bottom shows 4 thumbnails at main page.
It works with te standard view ('detail=0'), this way i can view all 7 images in the imagebox. But i want to use slimbox ('detail=8). When i use slimbox i can only navigate trough the 4 images and not the 7 in the category. How can i solve this?
See code:

{phocagallery view=category|categoryid=28|limitstart=1|limitcount=4|detail=8|displayname=0|displaydetail=1}
{phocagallery view=category|categoryid=28|limitstart=1|limitcount=4|detail=0|displayname=0|displaydetail=1}

Thanks in advance for the help

Re: 4 thumbnails and 7 detail images

Posted: 27 Sep 2011, 12:24
by Jan
Hi, this is because modal box is an iframe method and there the php can be run and you can navigate to all images in the category, but slimbox is an image method where javascript displays the thumbnails, there is no behaviour for content, see:
https://www.phoca.cz/documents/50-phoca/ ... al-advices (8)

Jan