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.
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
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:
Posts: 27300
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&p=72752#72752
Posts: 2
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.
Posts: 27300
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