Page 1 of 1

[solved]phoca gallery plugin "displaybuttons=0" not working

Posted: 28 Feb 2013, 20:26
by QLink
Hi guys,

i'm using phoca gallery plugin to display a picture in an article.

i use following code for displaying:

{phocagallery view=category|categoryid=1|imageid=4|detail=5|displayname=0|displaydetail=0|displaydownload=0|displaybuttons=0|displaydescription=0|displayimgrating=0}

it works fine, except one problem:

the "displaybuttons=0" command seems not to work. if i click on the medium picture in the article to make it large, it shows me the buttons in detail view.
how can i make them disappear ?


Thanks in advance !

Re: phoca gallery plugin "displaybuttons=0" not working

Posted: 01 Mar 2013, 23:41
by Jan
Hi, buttons are rendered by the component, so you can set them in component's parameters - if you disable them in component's parameters they will be not displayed (the plugin code is there only to resize window in case buttons are displayed)

Jan

Re: phoca gallery plugin "displaybuttons=0" not working

Posted: 03 Mar 2013, 13:08
by QLink
Thx Jan !

Got it ! The setting is called "Highslide JS Slideshow". Changing it to "no" removed the buttons from detail view.

Re: [solved]phoca gallery plugin "displaybuttons=0" not work

Posted: 06 Mar 2013, 19:26
by Jan
Ok