Hello.
Just installed zenphoto. Switching from menalto. You know why. Well everything
went smooth. Now i have my first issue. I have activated downloadlist plugin
but i can't find a way to use this. There is no download link on none of my
albums. I couldn't make sense of the documentation at
http://www.zenphoto.org/documentation/plugins/misc/_zp-extensions---downloadList.php.html either. So if anybody point me to the right direction...
thanks (for zenphoto too)
cheers
t.
Zenphoto is quite modular. That means to use most plugins you have to modify your theme to use them. Most don't and can't attach themselves unless a theme has already built in support.
The reason is that Zenphoto has a very flexibly theming and besides a standard structure there is no "one way" to do things and especially no fixed html structure.
In this case you have to add the printDownloadAlbumZipURL function to your theme's album.php where you wish to appear it.
Codeblocks - if supported by the theme - are for only for the specific item (album, image, Zenpage news or pages).
If you want it for all albums you need to modify the theme used. That will be the album.php theme page or if you want it on the single image page image.php, too. Where exactly you add it is up to you.
I would suggest to look at the theming tutorial and/or look at the simplest of them, the basic theme.