@alexis_nomine
13 years, 6 months ago
just add these to your functions.php file to disable wp-login.php redirect:
remove_filter( ‘login_redirect’, ‘bbp_redirect_login’, 2, 3 );
remove_filter( ‘login_url’, ‘bbp_login_url’, 2, 2 );
remove_filter( ‘logout_url’, ‘bbp_logout_url’, 2, 2 );