News
Norwegian translation 30 December 2014
3rd party Lightroom Publishing Service update for Lightroom 5 27 December 2014
Ralf Kerkhoff has updated the Lightroom Publishing Service plugin that hasn't been updated for almost two years to work with Lightroom 5. You find it on his site (German) and he also posted about it on the forum in English.
Lighttpd Rewrite Rules 11 October 2014
Zenphoto rewrite rules for Lighttpd works similarly to NGINX rewrite rules. Most URL resources are passed directly to index.php for processing.
keyboardnav-extended 01 October 2014
A Zenphoto plugin for keyboard navigation using the left/right arrows for gallery/album pages, single image pages, news index/categories and single news articles pages. On single image pages the up arrow key also takes back to the album.
Note: This only works correctly with themes following the standard theme structure.
Inspired by Laurent Marineau's plugin https://www.zenphoto.org/news/keyboard-plugin though no adaption.
3rd party plugin ThumbsZoom update for 1.4.6 12 September 2014
Antonio Ranesi has updated his ThumbsZoom plugin to finally be compatible with Zenphoto 1.4.6.
Path constants 10 September 2014
Zenphoto uses several path related constants internally you should always use these if you work with paths so your themes and plugins are safe for any possible name changes. These constants are defined in /zp-core/global-definitions.php.
For all URL's to actual items (albums, image, news and pages) you should rather use Zenphoto's object model framework or the related template functions.
Available constants
- ALBUMFOLDER
- /albums/ – stores all albums and images. If you use a custom name it of course stores that name.
- ALBUM_FOLDER_WEBPATH
- http(s)://yourdomain.com/albums/ – full webpath to the /albums folder
- ALBUM_FOLDER_SERVERPATH
- /var/www/html/zenphoto/albums/ – The path to the albums folder but with the full server path if you installed in a subfolder "zenphoto" (exact path depends on the host)
- BACKUPFOLDER (...)
New 3rd party theme "Paradigm" 05 September 2014
A new responsive theme based on Bootstrap by Olivier Ffrench: https://www.zenphoto.org/theme/paradigm/index.jpg.html
Blog post about moving from Gallery3 to Zenphoto 16 August 2014
Our user Mark Headrick has written a lengthly post about his personal migration process to Zenphoto: http://blog.markheadrick.com/2014/08/15/galleries-moved-from-gallery-to-zenphoto-platform/
Translation tutorial in Polish (Third party) 08 August 2014
A short two part tutorial in Polish covering theme based translation:
http://www.bpabak.pl/motywy-2
Scriptless socialsharing 21 July 2014
A plugin that provides scriptless and privacy friendly sharing buttons for
- Google+
- Stumbleupon
- Tumblr
- Whatsapp (iOS only)
- Digg
- Livejournal
- Buffer
- Delicious
- Evernote
- WordPress(.com)
To have it work correctly you should to enable the html_meta_tags plugin and the Open Graph (og:) meta data elements.