ZenphotoCMS Forum
Starting a 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: Starting a iPhone Theme (/thread-4095.html)

Pages: 1 2 3 4 5 6 7 8 9


Starting a iPhone Theme - sbillard - 19-09-2009

Build 4465 has implemented early binding of image processing parameters. This should allow you to have your iPhone theme do non-persistent option settings and use the standard functions to create you image links.




Starting a iPhone Theme - omatzyo - 20-09-2009

Excellent! Thank you.




Starting a iPhone Theme - sbillard - 22-09-2009

And build 4475 will isolate options by themes as well as by albums. So you could acutally just set the options the way you want for your iPhone theme. The only drawback is that you will have to set your gallery theme to the iPhone theme while you are setting up the options. Then set it back to whatever you want.




Starting a iPhone Theme - mercator - 01-11-2009

This is really a great piece of work - thanks a lot. Have you thought of using jQuery/jQTouch to make it even look more iPhone-ized? I have started looking at it and made a small theme, but I am not familiar with Ajax, so there is little point for me to personally go down this route on my own...




Starting a iPhone Theme - luxosophy - 05-11-2009

The theme installed successfully, but no images thumbnails appear in the album view. If I manually type in a specific image's url, the image.php works properly, but album.php doesn't seem to be generating any thumbnails or links... anyone know what might be causing this?




Starting a iPhone Theme - shollomon - 27-11-2009

Loaded this theme and changed /zp-core/function.php as noted in the install instructions to make the them work only on iphone browsers. The theme loads just fine and the browser id works great. Only problem is that when I his gallery view I see the same 6 or 7 albums, it never shows me the others. Fix for this?

Also, could it have a search box? My pics are mostly tagged and it would be very helpful.

Great theme, thanks for the effort and time you have put into it.




Starting a iPhone Theme - sbillard - 27-11-2009

Well, changing the core functions can lead to all sorts of problems. That is why we do not recommend it.




Starting a iPhone Theme - soumenb - 17-03-2010

Thanks guys for the excellent forum. Very helpful for guys like me who are new to php and zenphoto. The iPhone theme works great after a little tweaking due to some older functions being used. I have enabled the support for mobile or non mobile theme based on the browser by updating the functions.php (it's a patchwork, not a good solution) but it seems to be working fine. Now I would like to use some video streaming support (like xmoovStream) to stream flv or mp4 video, and switching the video source based on browser (flv with Flash for Windows/Linux, mp4 with QuickTime for Mac/iPhone/mobile browser). Has anybody done any work on this?




Starting a iPhone Theme - acrylian - 17-03-2010

Not that I know but that is surely possible with a plugin.

Also, if you have updated the theme and maybe wish to maintain it for the future let us know. Please see the theme section on our "contributor guidelines" on the user guide for info how to provide third party themes so that we can include them on the themes section.




Starting a iPhone Theme - soumenb - 18-03-2010

I would be happy to provide the minor updates I made to the iPhone theme. Please note that this is not an original theme, I have made two types of modifications:

  1. Updated deprecated functions.
  2. Added a movie icon to overlay movie file images.

The original theme is available at http://code.google.com/p/zenphotoiphone/. I am not sure whether to contact the creator of the theme to include my updates or to add as new theme. It seems the original theme has not been updated since 9/11/2009.