Member
Member
wfc   2018-08-11, 21:16
#1
Can the name of the photographer be added during upload of photos?
Administrator
Administrator
acrylian   2018-08-12, 11:43
#2
The current admin user uploading is actually set as the "owner" (same on album creation). Is that what you mean?
Member
Member
wfc   2018-08-12, 13:13
#3
I mean that everybody can see, when looking at a photo, who was uploading! ID of uploader ...
Administrator
Administrator
acrylian   2018-08-12, 13:17
#4
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
Member
Member
wfc   2018-08-12, 15:26
#5
Thanks !! It works fine
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.