I just upgraded my gallery (www.arthedains.com/portfolio) to the latest Zenphoto. Everything seems to be working fine except for the slide show function. It only works if I turn modrewrite option off in zpconfig. It used to work fine in 1.0.7 with modrewrite turned on. Can anyone tell me why this is happening? Do I need change/add something somewhere? Thanks.
Comments
I assume you grabbed the slideshow from the thinkdreams theme, and moved it into the stopdesign theme right?
That slideshow hasn't been tested on versions past 1.0.6 (I've never gotten around to it) so it may not work with the newer htaccess in versions above 1.0.6 as some things were changed in there.
I'm going to guess it's just something in the htaccess file that needs to be updated for the slideshow choice to work.
If I have some time, I'll take a look.
Thanks a lot...I'll be looking forward to it!
I found another problem too. In the read me file with the original release of Thinkdreams it is mentioned that Line 47 in the template-functions.php file needs to be modified to the following:
`if (isset($zpitems[1]) && $zpitems[1] != 'slideshow')`
However, I can no longer find the line that needs to be modified. Do you think this could be one reason for the problem I'm having?
That might be it. I remember having to make some mods to the template-functions.php. I'm not sure what needs to be modded in the newer versions to make it work properly.
You might check out cimi's theme, and see how he does it. Might be a better way to implement it.
In any case as the only things I'm missing right now by turning off modrewrite are clean urls I think I'll live with the lack of this functionality for now. Or maybe I'll even go back one version.
Thanks for all your help and pointers. In case you do come across a solution please do let me know.