Member
Member
wirecutter   27-10-2010, 05:41
#1

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)) {
    ?>

Administrator
Administrator
acrylian   27-10-2010, 08:45
#2

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.