Page 1 of 1

Highslide settings problem

Posted: 12 Mar 2009, 19:10
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

Re: Highslide settings problem

Posted: 12 Mar 2009, 19:13
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

Re: Highslide settings problem

Posted: 13 Mar 2009, 10:22
by hjr
I tried that, but it does not work :(. I set Highslide globally in phoca preferences panel.

Re: Highslide settings problem

Posted: 13 Mar 2009, 10:30
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

Re: Highslide settings problem

Posted: 13 Mar 2009, 10:42
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.