I am currently designing a website that has multiple portfolios.
The design is created according to the clients specs, so the front-end of zenphoto is of no use. I understand I can create a template, but I have very little time to delve into that (I know, sorry).
The main problem is, I allready have the pages for the portfolios ready and I was looking for a solution for uploading, resizing, watermarking and thumbnailing. I tried all scripts I could find, but only zenphoto has all the things I need... except for 1 thing: it doesn't save the details (sized pictures) and the thumbnails in a logical place with a logical name. As I understand it, I need to use the functions/classes that come with zenphoto to access those (like getDefaultSizedImage etc.)
The problem I am having is this: which files must I include into my existing pages to have access to those functions?
These pages are now designed as follows, each page is loaded with portfolio.php?gallery=galleryName
This script loads all filenames in the folder "galleryName" and creates an unordered list of the associated thumbnails. Each thumbnail then has a link to the detail. For now this only works because I physically created the details and thumbnails. But this needs to be automated for the client. For this I hope to use zenphoto, but I have no idea how to get the url to the details and thumbs from the filelist?
Any help is much appreciated.