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
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.