I would like to have multiple galleries containing multiple albums.
I am sure this is a simple feature in the admin I am just missing. Any help would be highly appreciated.
Thanks
In Zenphoto terminology (see http://www.zenphoto.org/2008/08/zenphoto-glossary/) "gallery" is the entire Zenphoto installation. If you just mean albums within an album (=subalbums) that is a standard feature.
I saw this great piece of code in the "Stopdesign" Template:
`
`
So if you have a structure like this in your "albums" folder:
It will display
something like this under a folder containg pictures
"Foldername" ( 5 photos)
and under a folder containing subfolders:
"Foldername" ( 2 album)
This is great!
Only thing.... if a folder contains videos it still print "xx photos"
Maybe some coder here is able to add something to this code so it will recognise videofiles and print out "video" instead, then it would be perfect.