Buddypress please!
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Buddypress please!’ is closed to new replies.