@jotem
Not recently active
-
kapil posted on the forum topic Two questions about the login process in the group Installing BuddyPress: 14 years, 2 months ago
I got into same situation and found solution based on @jotem ‘s filter You can use bp_core_get_userlink($user->id) instead of bp_core_get_userurl($user->id). But its lil bit tricky. bp_core_get_userlink ($user_id) function returns anchor tag and echo it on the screen. So the login redirection process is halted . Instead of that,…[Read more]