Phoca Gallery Plugin Settings

Phoca Gallery - image gallery extension
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Phoca Gallery Plugin Settings

Post 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}
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Phoca Gallery Plugin Settings

Post 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
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Re: Phoca Gallery Plugin Settings

Post 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}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin Settings

Post by Jan »

Hi,

you should use:

detail = different methods

detail - selecting the detail view type
displaydetail - display or hide icon below the image


Jan
If you find Phoca extensions useful, please support the project
Post Reply