Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
by how I mean from which file
Anyone?
If I improvise, how can I then remove “forgot your password” link in the registration form?My apologies, I guess I missed it.
In reply to: Logout error when bbPress plugin is activeChanged the theme, but the issue was still there.
I now found this solution, it worked for me:
add_action('wp_logout','ps_redirect_after_logout'); function ps_redirect_after_logout(){ wp_redirect( 'your url here' ); exit(); }In reply to: Logout error when bbPress plugin is activeHi,
Found this topic, I know it was quite a long time ago, but it seems i have the same problem (after user logout (using the widget login) it opens a 404 error page).
I can’t find the bbp-includes/bbp-common-template.php so where can i find the “wp_logout_url( $redirect_to )” line?
I assume the bbp plugin folder and file structure might have changed in the last 9 years..
Have the 2.6.6. version.
Viewing 5 replies - 1 through 5 (of 5 total)