Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘MediaPress – Add "Uploaded by" display on media views’ is closed to new replies.
This topic is: not resolved
Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!
Hi George,
you can copy and override templates.
here is the code to display the uploader user name linked
<?php echo bp_core_get_userlink( mpp_get_media_creator_id() ); ?>
You should copy and modify this file
Hope that helps.
The topic ‘MediaPress – Add "Uploaded by" display on media views’ is closed to new replies.