![]() |
|
Uploader Name With Image - 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: Uploader Name With Image (/thread-13144.html) |
Uploader Name With Image - anand - 2018-10-03 Hi guys. Digging through the functions in the Zenphoto Doc. Thank you so much for that fantastic resource! Hoping to find a way to (1) print the uploader's name on the image page and (2) tally user uploads. Would like to reward users for their contributions with achievement awards. Scratching my head on this one. Please advise? Thank you. Uploader Name With Image - anand - 2018-10-03 I guess I could build something using the OWNER field from the IMAGES table in the database, right? Of course, if there is already a function, that would be great! (wink) Uploader Name With Image - acrylian - 2018-10-03 Indeed, the owner is normally the uploader unless it has been changed afterwards. There is no template function but an image class method So in the theme's Uploader Name With Image - anand - 2018-10-03 getOwner. Brilliant! You are the best, Acrylian! Thank you very much. And WOW that was a super fast response. Many thanks. |