BuddyDev

Search

Auto Activate Auto login – Not working redirection after registration

  • Participant
    Level: Initiated
    Posts: 5
    Francesco Chiappini Ecommerce D.o.o on #35164
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #35171

    Hello Francesco,

    Thank you for sharing the details. There is some custom code which is conflicting plugin redirect and when I commented that code I got successfully redirected on my profile page. Please have look.

    Code commented under child theme “functions.php”

    
    //add_action( 'bp_core_signup_user', 'disable_validation' );
     //add_filter( 'bp_registration_needs_activation', '__return_false' );
     //add_filter( 'bp_core_signup_send_activation_key', '__return_false' );
    
    

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 1
    Nikolas on #48572
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #48578
    This reply has been marked as private.

You must be logged in to reply to this topic.

This topic is: not resolved