Page 1 of 1
Phoca Gallery Plugin Settings
Posted: 02 Feb 2010, 03:53
by likestuff
I want to use the highslide pop-up display, how do I add it to the code below or can I? And I also would like to control the size of the popup image, I enter the size in the code below but it did not work, what did I do wrong. Thanks!!!
Code: Select all
{phocagallery view=category|categoryid=3|switchheight=800|switchwidth=600|displayname=0|displaydetail=0|displaydownload=0|displaydescription=1|displayimgrating=0}
Re: Phoca Gallery Plugin Settings
Posted: 02 Feb 2010, 09:41
by reko
Hi, you need to specify the
detail view method:
# detail - 0|1|2|3|4|5 - 0 - Modal Box | 1 - Standard Popup Window | 2 - Modal Box (only image) | 3 - Shadowbox | 4 - Highslide JS | 5 - Highslide JS (only image)
see
documentationfor more.
The dimensions of the image are set in the pg component for all pop-ups (large image size). If you change that don't forget to recreate thumbnails! Guide on
resizing images.
regards
/rk
Re: Phoca Gallery Plugin Settings
Posted: 03 Feb 2010, 01:08
by likestuff
Hi,
I checked out the documentation first before posting...but I'm still stumped.
I thought all I need to do is change the number after "displaydetail" to get the type of popup that I want, so if I enter 5 I would get "Highslide JS (only image)".
Code: Select all
{phocagallery view=category|categoryid=3|displayname=0|displaydetail=5|displaydownload=0|displaydescription=1|displayimgrating=0}
Re: Phoca Gallery Plugin Settings
Posted: 03 Feb 2010, 18:57
by Jan
Hi,
you should use:
detail = different methods
detail - selecting the detail view type
displaydetail - display or hide icon below the image
Jan