Try this.
Add code to functions.php or use Code Snippets plugin (easier)
function rename_rtmedia_profile_tab() {
buddypress()->members->nav->edit_nav( array( 'name' => __( 'Photos', 'textdomain' ) ), 'media' );
}
add_action( 'bp_actions', 'rename_rtmedia_profile_tab' );
Thanks for your response. When viewing my functions.php file, it shows it is empty right now. I am new to WP, so just making sure that’s supposed to be like that before I add anything in? Not sure if you’d know but thought id ask! Thanks mate
Hi, I’m not sure about that, reach out to your theme developer for advice.
Meantime, easiest & safest way for you to add code snippets to your site would be to use the free plugin Code Snippets, get it from the wordpress.org plugins page.
You know, I’ve been searching for a solution for nearly 2 weeks, including contacting WP directly, and no one has been able to help me. It worked, thank you for this, huge help mate.