I just wanted to say that I am really beginning to understand, as a user of my own software, how useful subalbums will be!! I have 10 [i]pages[/i] of albums on http://www.trisweb.com/photos and they're completely useless after the first page.
I'm going to have to make a theme that has several displayed sections... "most recent albums", "most recent images", and "all albums, neatly organized."
I guess this is just for everyone to know -- I'm working on it Currently we have the basic scaffolding for subalbums working, which is easy, but now we need to make it all work with the administration panel and the themes, especially the included ones.
Also, I tried some of the performance improvements I talked about in the Wiki, and the results so far are phenomenal (around 4-8x reduction in processing time), especially for albums with 100+ images, and galleries with lots of albums (like mine). These improvements will come along with subalbums in 1.1 sometime this summer.
Until then, a 1.0.3 release is due out this week (probably tomorrow) with lots of bugfixes and more security fixes, as well as improved image processing (custom sizing and cropping) and loads of other good new features. Stay tuned...
woo hoooo..!!!!!!!
All the files will appear to look like they are 1.0.3 but a few of the files contain the code.. Install the gallery from the subalbums branch and use the testing theme (development) theme and you will see the subalbums. It does not default to the subalbums theme
I definitely can not wait for this feature! As it sits now I have to have multiple instances of ZP installed to categorize my photos, linking them all together with a header so the visitors don't realize they are in separate installations, it just seems they are in sub-albums...
Zen Photo is already BY FAR the best gallery solution, even without the few lacking features. Sub Albums will make it all the better!
I am really eager for this feature, too. I am particularly intersted in the sub-albums being based on the file system directory structure, so photos FTP'ed in their directory structure appear in sub-albums.
Hey Tristen. This is the best piece of online software I've seen for gallery creation. It's simply, modifiable, extendable. Besides sub-directories (that's key) it needs IPTC tag support. I'm looking at a few different IPTC classes and I'll see if I can work something into the "default" theme. Also it needs multiple gallery support. I guess this will come by default with sub-directories.
Also. CSS for non-cropped thumbnails is messed up.
Here's the fix:
.imagethumb a {
float: left;
padding: 8px 20px 20px 0px;
height:90px;
}
The height and padding is based upon the enlargement of the thumbs in zp_config so you need to experiment with it to get it good for each specific setting in zp_config.
KEEP UP THE GOOD WORK! all the best, Walker Blackwell
Tristan,
I created a fix for Zenphoto 1.03 development branch's zen/i.php script for handling subalbums where the parent album does not contain any images. The effect of this bug is that all thumbnails and (large) photos within subalbums where the parent album contains no images fail to display.
Details posted: http://duhblog.com/space/zenphoto+subalbums
The mid-June version of the development patch fails to correctly generate a new cache directory for a subalbum where the parent album's cache directory was not previously created. The fix, a bit clumsy, loops through the entire directory path to make sure all necessary directories exist in the cache.
Thanks for the bug report gregfoto -- it would be much more useful if you could post it at http://bugs.zenphoto.org along with your patch. I probably won't remember it for the next time I have time to work on zenphoto. Make sure to categorize it under the 1.1 version.
blackpoint -- thanks for your comments, you might also want to post that one to the bugtracker. I'm also looking for a good IPTC/EXIF external library -- I don't want to require the PHP EXIF library to be installed. Let me know if you find anything. Thanks!
Hi!
I just discovered zenphoto last week. One of the nicest galleries I've run across. Just hoping to add my 2 cents that I agree with blackpoint that subdirectory support would be VERY helpful. I have several vacation photo sets - some as large as 600 photos - that are hard to organize when they all live in one directory.
Thanks to everyone - Tristan for writing it, and all the others who contribute themes, etc.
One thing I noticed upon installing the subalbums branch on my testing section (just to fiddle with it) is that after creating a sub dir called "sub" in the "dog" folder, and adding images to it, the subfolder won't display when clicking on the link. Here is the link to the testing album: http://www.thinkdreams.com/devzp/dog/
I get: Zenphoto: Album Does Not Exist, and the URL is structured like this:
http://www.thinkdreams.com/devzp/index.php?album=dog%2Fsub
After looking at the code, it looks like a by product of the urlencode call, but I'm not sure hwo to correct it. Anyone care to take a stab at it? I know this is not a supported feature as of yet, but it sounds like a few of you have this working from the development branch.
Definitely not at all a rush, as I know it's in the works. Tristan - do you want me to put this into the bugs.zenphoto.org? Or is this a known issue?
Thanks!
Thinkdreams.