![]() |
|
Author's name - 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: Author's name (/thread-6138.html) Pages:
1
2
|
Author's name - captain1 - 15-11-2009 Well, I paste the code in image.php and then enable options of Artist and Image Credit on hte backend (options > image. By the way, what I want to do is that If is it possible to show the name of USER, who upload image. That's all! Author's name - sbillard - 15-11-2009 Have you enabled the filter-new-objects plugin? Otherwise this information is not known. If you have enabled the plugin the name is added to the description. Author's name - captain1 - 16-11-2009 @sbillard: Even I try to use the echo $_zp_current_image->get("EXIFartist"); on image.php. But still nothing! Author's name - acrylian - 16-11-2009 Well, if that EXIF field is not used on your image it is of course empty... Author's name - captain1 - 16-11-2009
Author's name - acrylian - 16-11-2009
Author's name - captain1 - 16-11-2009
Even I tried refreshing metadata Author's name - sbillard - 17-11-2009 So, lets be clear. If you want the name of the person who uploaded the image you use the plugin. That is NOT the If you want some other filed, like the So, if you have refreshed your metadata and do not see that field, it is not present in your images metadata. |