Hi all,
I don't know if anyone else is in the same boat but I use zenphoto in conjunction with Textpattern - my cms. I think most folks here are using Wordpress. Anyway, if you do use Textpattern, I haven't found a good way to integrate the two packages. So, to make it look like it's integrated, I've had to tweak the 3 zenphoto php files in a theme and kind of hard-code my website's look into these files. It's not pretty, it doesn't update easily, but it works.
Two examples:
http://www.jaydreyer.com/gallery (I really need to add some real pics to it)
http://www.localtreasureinternational.com/galleryOther than my inability to gracefully integrate the two products, I'm really happy with zenphoto. My customer (LTI) really likes it, too, especially now that they can re-order the galleries with drag-n-drop.
If anyone knows of a better way to integrate zenphoto and textpattern, please share!
Comments
i think it's possibile to import zenphoto function in txp ed
integrate it, like wp ..
thanks
mmm, i don't know tutorial ..
But I'm also displaying the latest from my Zenphoto gallery on the txp blog, using the excellent smd_query textpattern plugin. This fantastically versatile plugin allows you to pull any data from your database. Prerequisites are that you use the same database for textpattern and zenphoto, and of course that you have some basic idea of how databases work.
To display the latest albums with thumbnails in my blog, I use this form code:
`
Latest Albums
{title}
`
Of course you could also pull the zenphoto folder out of the database, and the bit that gives you the complete thumb URL, but in my case these are not going to change any time soon, so I simply hard coded them.
Similarly, you could quite easily display the latest photo, comments, or whatever you want.