Hi guys,
I'm integrating my ZenPhoto into my wordpress. And I only want to use the Image.php and discard the other pages.
Here's what I planned ...
I plan to create a template(in wordpress) that extracts all the albums I have from the database and the album names will link to my image.php in zenphoto.
So I only need my gallery to have these few ...
myurl.com/gallery => Lists all the album names like an archive.
myurl.com/gallery/albumname => Runs the Image.php I have that displays the thumbnails and the image.
Is this feasible? Do I need to alter a lot of codes ?
OR
Do suggest me a plugin/gallery that does this
It is absolutly possible to "skip" album.php and link directly to the image.php but you will have some work to do. Here are some threads where this has been discussed (the forum search helps...:-)):
http://www.zenphoto.org/support/topic.php?id=752#post-4141
http://www.zenphoto.org/support/topic.php?id=63#post-246
If you really want to have a page of a wordpress theme to extract your albums you will probably need to this, too: http://www.zenphoto.org/2008/01/hacks/#zenphoto-as-plugin
A good alternative might be Zenphotopress, although perhaps not exactly what you need: http://simbul.bzaar.net/zenphotopress/
You could also just make your theme look like your wordpress site.