Profile Home

in my child theme I’ve added a custom buddypress/members/single/home.php to add field data right under the username displayed in the profile right before the navigation tabs.

This works for every profile page (profile, activity, friends, messages, etc.) except the media one created by your plugin. Does your plugin create its own home.php, and if so how do I insert my custom code? If not, why might it not be displaying the field data that every other profile page shows?

Hello @KarmaTiger,

rtMedia is having different template pages to display media gallery. If you want to modify the template in your own way then you will need to override it in your theme.

You can override media-gallery.php file to customize the media gallery page.

Here is the documentation that will guide you on template overriding - https://rtmedia.io/docs/developers/themes/templating-system/

Thank you.

Thanks :slight_smile: I had to play with main.php a bit but it solved the problem. Your response is very appreciated.

Hello @KarmaTiger,

We are glad to know that your issue has been solved.

We are closing this thread now. Feel free to create new if you have any doubts.

Thank you.