• Resolved seagullsandsnow

    (@seagullsandsnow)


    Just to add another vote to make this Buddypress compatible. The concept of personalised challenge questions seems a match made in heaven for community sites but there isn’t anything suitable yet. Unfortunately, Buddypress uses a different login form so this isn’t compatible out of the box but should be doable. Something along the lines of:

    if(in_array('buddypress/bp-loader.php', apply_filters('active_plugins', get_option('active_plugins')))) {
    // Protect the Buddypress registration form
    	add_action('bp_before_registration_submit_buttons', 'ajdg_nobot_bpregistration_field');
    	add_action('signup_email', 'ajdg_nobot_filter');
    	add_action('bp_before_registration_confirmed', 'ajdg_nobot_blacklist', 10, 3);
    }

    but sadly I haven’t been able to make it work. Happy to test if you ever decide to give it a shot.

Viewing 1 replies (of 1 total)
  • Plugin Author Arnan

    (@adegans)

    Late reply…
    I’m not at all familiar with Buddypress and never used it.
    So I wouldn’t know where to start 🙂

    When the plugin gets more popular and more people ask for it I’ll consider including official support.
    Depending on how the login for BP works it may already be compatible though.

Viewing 1 replies (of 1 total)

The topic ‘Buddypress please!’ is closed to new replies.