Hi guys, I'm using the Piclens slideshow, 1.1.0.457 version on the latest 2.3-RC1 gallery2 version.
I'm trying to set a default slide time, standard value is very long, 10 seconds!!
I'd like to set lower time, like 4 seconds.
How can I change it on the slideshow module code?
Thanks for any help ;)
Posts: 8
You can't say anything...
Don't you think it's definetely too much having 10 seconds as a standard time?
Which file can I edit?
Posts: 32509
edit modules/slideshow/templates/Slideshow.tpl
look for "delay" and change its value from 10 to 4.
finally, clear the template cache. (site admin -> maintenance -> ...)
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 8
Great you got it!
I forgot to clear the template cache.
The delay value is here: gallery2/modules/slideshow/module.inc
on the row 168
. 'p.start({feedUrl:\'%s\', guid:%d, pid:\'2PWfB4lurT4g\', delay:3})',