Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Shortdot

    (@shortdot)

    So far everything from login to logout seems to be in working order now with 2.0 activated. Logout no longer redirects me to the wordpress backend and the user stays on the homepage afterwards.

    Thanks alot!

    I’ll repost a new thread if I run into the issue again…

    Thread Starter Shortdot

    (@shortdot)

    It took me a bit, but I can confirm that deactivating the plugin and then logging in and out will redirect the user to the home page without them seeing the backend.

    The only time they see the backend is logging out while this plugin is activated. Logging in works just fine.

    The only custom redirect I use in my WordPress functions.php file is below:

    function custom_bbp_redirect($url) {
    
    	return 'http://www.benscg.com';
    }
    add_filter( 'bbp_user_register_redirect_to', 'custom_bbp_redirect' );

    Everything else is handled by the standard BBPress Login Widget.

Viewing 2 replies - 1 through 2 (of 2 total)