Page 1 of 1

Shadowbox gallery : I don't want autostart, is it possible ?

Posted: 16 Apr 2009, 15:51
by TNZ
Hello everybody,

I am setting Phoca Gallery and I'm very happy of this component. However, I have a question, I've searched on the forums an answer but didn't find anything.

I am using Shadowbox gallery and I really like it but the diaporama autostart when i open a picture and I don't want that. I would like that the diaporama is off when we open a picture and, if we want, we can start the diaporama.
I looked for a solution but...I didn't find anything.

Is it possible to do that ? How can I do ?

Thanks in advance.
Best regards,

Re: Shadowbox gallery : I don't want autostart, is it possible ?

Posted: 20 Apr 2009, 14:23
by TNZ
Hey,

Is it in this file : /administrator/components/com_phocagallery/config.xml ?

I found that :

Code: Select all

<param name="slideshow_pause" type="list" default="0" label="Slideshow Pause" description="Slideshow Pause DESC">
	<option value="1">Yes</option>
	<option value="0">No</option>
I tried to put default="1", as that :

Code: Select all

<param name="slideshow_pause" type="list" default="1" label="Slideshow Pause" description="Slideshow Pause DESC">
	<option value="1">Yes</option>
	<option value="0">No</option>
Unfortunately, autostart is still working. Do you know why ?

Thanks.

Re: Shadowbox gallery : I don't want autostart, is it possible ?

Posted: 24 Apr 2009, 22:32
by Jan