Fix is up. Give it a try. You can now use this setup to check for tags:
if(getAllTagsFromAlbum($_zp_current_album->name,false,'images')) { echo "Tags in this album: "; printAllTagsFromAlbum($_zp_current_album->name,false,'images','',"",true,true,1,5,1,50); }
I activated tags_from_album v1.3.1 but the usage information link doesn't work. I see a link here http://www.zenphoto.org/2010/04/tags_from_album/ but that doesn't have usage info either. Where do I get info on how to incorporate this plugin? Sorry for my ignorance.... Thanks!
Sorry, is it really that hard to visit the user guide and find the functions documentation?:
http://www.zenphoto.org/documentation/index.html
Sorry... I'm still confused.
I went to all elements and searched for "tags_from" and got no results. Are plugins listed in the documentation? Does the plugin just simply add the "tags_from_album" function so that I can use it programatically or does it add some functionality to the user interface?
Thanks.
Sorry, my bad, I missed that you are using 1.3.1... The documentation is of course for the current release 1.4.x where this plugin has been improved internally and renamed to "tag_extras".
Anyway, just open the plugin file itself and you find always find the documentation there as comments as well. The documentation is generated of these anway.