ZenphotoCMS Forum
Who is uploading - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Who is uploading (/thread-13119.html)



Who is uploading - wfc - 11-08-2018

Can the name of the photographer be added during upload of photos?




Who is uploading - acrylian - 12-08-2018

The current admin user uploading is actually set as the "owner" (same on album creation). Is that what you mean?




Who is uploading - wfc - 12-08-2018

I mean that everybody can see, when looking at a photo, who was uploading! ID of uploader ...




Who is uploading - acrylian - 12-08-2018

If you mean on the site itself you have to edit the theme to display it. On the theme's image.php you can use echo $_zp_current_image->getOwner() to printout the owner id name.
https://docs.zenphoto.org/source-class-Image.html#1228-1237

For other display like the full name you have to additionally use the Adminstrator class.
https://docs.zenphoto.org/class-Zenphoto_Administrator.html




Who is uploading - wfc - 12-08-2018

Thanks !! It works fine