Please search before posting. Its been asked several times before. Here’s the function you need to move the media icon over. Put it in your child theme’s functions.php file.
COPY CODE
function bbg_change_profile_tab_order() {
global $bp;
$bp->bp_nav['media']['position'] = 20;
$bp->bp_nav['orders']['position'] = 100;
}
add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com