Ok. Have solved by adding new bp nav tab and screen.
thanks
Managed to get this fixed. Seems themed profiles module was going to /your-profile/. Cant get redirects to work.
Found a temp workaround editing lines 337-340 of themed-profiles.php
change:
global $current_user;
$redirect_to = home_url(‘/members/’. $current_user->user_nicename .’/courses/’);
//$redirect_to = Theme_My_Login::get_page_link( ‘profile’ );
Great plugin. Similar with me. Login always goes to /your-profile/ even if change redirects. Ive tried nearly everything. Help would be appreciated.
regards
T