Simple stupid ZenPhoto

Web November 3rd, 2006

Before I moved to Globat, I once had Gallery2 to manage my photo albums. The migration is really a pain of ass. Gallery2 minimum installation is 3.9MB bz2 package, since Globat does not support SSH, I have to upload hundreds of small files via FTP. Thanks to lftp developers, we could resume the mirror action after the server timeout, otherwise it looks like a MI:4. Then I imported the database, and run. Gallery insisted me to go though 20 steps to finish the installation, and Bang, a fresh new gallery without any imported photos.

I thought I made some mistakes somewhere, but I was really bored by the versatile heavy-weight application. I don’t need all those advanced features, I just need a simple, stupid light-weight album, and I found ZenPhoto.

The installation tar ball for ZenPhoto is relatively small, 163K. I followed the INSTRUCTION, modified the zp-config.php fit my database setting, uploaded the files, with just two-step installation, I was done. The management console is quite clean:

ZenPhoto console



since all the trivial work, such as add description for the album and photo is done on the fly in AJAX style. that is really cool.

ZenPhoto on the fly


It took me about 1 hour to integrate ZenPhoto to my Wordpress framework, and another 1 hour to hand tune the CSS to make them match. You can take a look at the final result here. And here is a wonderful wordpress plugin name ZenPress to integrate the albums/photos into your post. I would dig it later.

However there are still some problems I could not solve:

And some features I am missing:

  • AJAX/Flash based slideshow
  • Password protected albums
  • Akismet integration to stop comments spam

2 Comments to “Simple stupid ZenPhoto”

  1. bubba | February 22nd, 2008 at 7:45 pm

    I think you meant mod_rewrite. Seems like you also seem to have no idea what .htaccess files are about.

    mod_rewrite is only used by the webserver internally that powers your site. It makes no difference whether you use IE, FF, Opera or any other browser.

  2. bookstack | April 6th, 2008 at 12:17 am

    The reason is explained here. In fact it is not an issue of .htaccess, the layout of the old theme is wrong.

Leave a Comment