Guillaume Grasset

Results 4 comments of Guillaume Grasset

You have to set a timezone in the php.ini, like that: ``` [Date] date.timezone = America/New_York ``` More info: http://php.net/date.timezone

Ok, but so why don't make it possible through a plug-in. Could it be possible to make PhotoShow "plug-in aware" ?

@boogerlad and @tkaehn, the scroll wheels are nothing else than button mapping: - Button 4 is "Scroll Up": `mouseOut( 4, 0, 0);` - Button 5 is "Scroll Down": `mouseOut( 5,...