slideshow question

suzmagic

Joined: 2005-07-15
Posts: 2
Posted: Fri, 2005-07-15 17:09

Is there a way to change the default seconds on the slideshow? I understand how to manually change the seconds one the slideshow has started, but I want it to start with a different number of seconds.

Thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2005-07-16 04:43
 
suzmagic

Joined: 2005-07-15
Posts: 2
Posted: Thu, 2005-07-21 15:55

Thanks for your help, I feel very silly.

I'm looking in my user directory for gallery/includes/slidshow/high.inc and I can't find it. I get as far as gallery and there isn't an includes directory. I have to admit I'm just a Gallery user not a programmer. Used to do some webwork so I understand directory structure and have enough info to make me dangerous but that's about it. I'm assuming there isn't a way in the program itself to change the default. Does it have to be hardcoded? Maybe I don't have the right version? I have v1.4.2

Thanks again.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2005-07-21 19:31

All I have is 1.4.4 and 1.5x You will have to look for:

// default settings ---
$defaultLoop = 0;
$defaultTransition = 0;
$defaultPause = 3;

or upgrade.

Dave