Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!
ewebber commented on the post, Plugin BudyPress Auto Activate Auto Login Redirect to Profile, automatically activate your new user signup, log them in and redirect to their BuddyPress profile on signup, on the site BuddyDev 15 years ago
@korhan I have worked out how to change it so the user goes to their change avatar page
In the .php file change the line : bp_core_redirect(bp_core_get_user_domain($user->ID));
to
bp_core_redirect(bp_core_get_user_domain($user->ID). ‘/profile/change-avatar/’);