ZenphotoCMS Forum
Updates to iPhone theme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Updates to iPhone theme (/thread-7762.html)



Updates to iPhone theme - wirecutter - 27-10-2010

I grabbed the iphone theme:
http://code.google.com/p/zenphotoiphone/

and had a few problems and made some fixes. I don't do a lot of web programming and am not sure how to feed this back to the theme author, so I'll post the changes here:

  1. album.php is using a deprecated function getnumsubalbum()
    change line 112 from:
    $anumber = getNumSubalbums();
    to:
    $anumber = getNumAlbums();

  2. Edited image.php to use html5 video tag for video. Note if you encode your mp4 video for iphone, then the same files will work well for flowplayer on the desktop and Safari on iPhone.
    start at line 49:
    if (!isImagePhoto($_zp_current_image)) {
    ?>




Updates to iPhone theme - acrylian - 27-10-2010

Maybe he reads this but a good way to inform the original creator would probably be the http://groups.google.com/group/zenphoto-iphone as listed on the Google code page.