Highslide settings problem

Phoca Gallery plugins - plugins for Phoca Gallery extension
hjr
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Mar 2009, 19:03

Highslide settings problem

Post by hjr »

I have my global gallery preferences set to use highslide JS plugin to view detailed image.

How is it possible that If i use that kind of code in some article it uses standard Modal Box? It also does not load highslide libraries into html <head> section.

Code: Select all

{phocagallery view=category|categoryid=3}
sample: http://iceteam.internetwizard.pl/index. ... 27&lang=pl

But if I display my all categories using below code they works with HighSlide?

Code: Select all

{phocagallery view=categories}
sample: http://iceteam.internetwizard.pl/

Is there any explanation for that kind o behaviour?

thanks in advance,
Martin from Poland
Last edited by hjr on 12 Mar 2009, 19:13, edited 1 time in total.
If you play PS2 visit best polish PS2 Forum!
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Highslide settings problem

Post by caro84g »

Hi,

to set the detail view for the gallery plugin you need to add detail=4 or detail=5 (for image only) to your code.
See: https://www.phoca.cz/documents/14-phoca- ... ery-plugin

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
hjr
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Mar 2009, 19:03

Re: Highslide settings problem

Post by hjr »

I tried that, but it does not work :(. I set Highslide globally in phoca preferences panel.
If you play PS2 visit best polish PS2 Forum!
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Highslide settings problem

Post by caro84g »

Hi,

the plugin (category view) doesn't use the component parameters (except for the sizes)

So everything you want to change you have to add into the plugin code.

If you want to display highslide you must have the code:

Code: Select all

{phocagallery view=category|categoryid=3|detail=5}
Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
hjr
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Mar 2009, 19:03

Re: Highslide settings problem

Post by hjr »

caro84g wrote:
the plugin (category view) doesn't use the component parameters (except for the sizes)
Good to know that for the future. Now it works perfect ;). Thanks for fast reaply.
If you play PS2 visit best polish PS2 Forum!
Post Reply