1. /* disable sending activation emails */
  2. /* place this in your child theme's function.php */
  3. add_filter( 'bp_core_signup_send_activation_key', create_function('','return false;') );