Add author name thumbnail in groups

When users upload images into groups, I do not see anyway to tell who uploaded the picture. Would like to add an “uploaded by” author name under those images in groups… (buddypress )

I assume the method would be similar to what is mentioned here: Gallery Page - Show Member Name

Currently using 2014 theme.

Hello @stevemedia,

Yes, below document can help you to customize gallery and add the author name - https://rtmedia.io/docs/developers/customize-media-gallery-template/

If you want to do that only under BuddyPress group then you can add a conditional check before displaying the name for example : $bool = bp_is_group();

Let us know if you have any doubts.

Thank you.