Hello Jim,
As you said, it also not send the info of new registration. I didn’t realize it before you posted because I always login into dashboard and find new user there. Sorry. 🙂
I will check it again and let you know how then.
Cheers,
Budi
Hello lottiejam,
Before the plugin author solves the problem, you can disable sending activation email to new registrant by adding code below into your theme/child theme functions.php
/* disable sending activation emails */
/* place this in your child theme's function.php */
add_filter( 'bp_core_signup_send_activation_key', create_function('','return false;') );
Or I also put the code on Pastebin:
http://pastebin.com/h6hCidML
Thanks,
Budi Nusyirwan
Thanks for your fast reply @davidtcarson I’ll try then.
Anyway, your theme is awesome! Thanks for a wonderful job. 🙂