BuddyPress Active – Log-in Doesn´t Work

This topic contains 5 replies, has 4 voices, and was last updated by  Paolo 8 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #39021
    #39034

    Simone
    Expired Member
    Post count: 3515

    Hello, have you tried to enable the option “Use BuddyPress registration form ” in the Buddypress Integration for GD?

    #39040

    newdesignideas
    Expired Member
    Post count: 25

    Yes, thanks for helping but that was enabled already – while the problem persists.

    #39041

    Simone
    Expired Member
    Post count: 3515

    Are you using any third party login plugin?
    please provide url and login details in a private reply and I’ll have a look

    #39126

    Guust
    Moderator
    Post count: 29970

    That’s how it is supposed to work, you have chosen to use buddypress instead of GD, and buddypress uses WP login.
    Registration can be chosen in the integration settings, but login will be WP login.

    #39129

    Paolo
    Site Admin
    Post count: 31206

    the login links get redirected to the main WordPress login

    Please specify which login links. Redirecting wp-login.php to GD signup is quite an easy thing to accomplish.

    Just add this to your theme’s functions.php file

    
    
    function redirect_login()
    {
    wp_redirect( home_url( '/?geodir_signup=true' ) );
    exit(); 
    }
    add_action( 'login_form_login', 'redirect_login' );

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket