ZenphotoCMS Forum
Adding Author to albums/images - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Adding Author to albums/images (/thread-6185.html)



Adding Author to albums/images - hoseeker - 2009-11-25

Is it possible to enable an option where you can view which user uploaded an image to an album? Maybe something under the image saying "uploaded by ..."




Adding Author to albums/images - sbillard - 2009-11-25

Sort of. Check out the example plugin filter-new_objects. It will add the name of the user who uploaded the image to the description. There are some restrictions, specially with regard to ZIP files. If you want something more sophisticated, you could change the plugin to put the uploader's name in the custom data field.

This plugin was not really intended to be very useful, just an example of what one might do.