Hello!
How can I put an author link near picture description or near the picture? I want front-end users to see who uploaded the picture(the name of the uploader) and to easily get on the CB profile page of the picture’s author
I tried this: in the semantic/display.class.php file I found the switch statement in the function showDisplayImage() and added ” <div align=”center”><?php echo “Uploaded by: “.galleryUtils::genericGetUsername($item->userid);?></div> ”
That shows under or above the picture the text Uploaded by: folowed by the real uploader username.
How to link this to user’s profile?
Thanks!