needed buddypress suport
-
I had to add the $variable case of ‘bp_user_url’ in wplogin_redirect.php .
what i added was
case 'bp_user_url': $user_id = $user->ID; $variable_value = ($user_id == 0) ? network_home_url() : bp_core_get_user_domain( $user_id ); break;It would be super if you could make this, buddypress a permently supported plugin.
Cheers -Jeremy Bass
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘needed buddypress suport’ is closed to new replies.