Articles Comments

Thoughts of JS » Search Results for "buddypress new user email"

Moderate new user registration in BuddyPress

BuddyPress doesn’t look like a perfect script to me, it has some missing parts.. One of these extremely important parts is the option to moderate new user registration (check them for spam). Anyways, I am not going to waste your time with stories so, here’s what you have to do (or pay me to do it ). This will allow you to be the one who receives the activation e-mail instead of the user. After you check the new profile you can click the activation link or just forward it to the new user. Back up everything! Yeah, your entire server, that`s a good thing to do at least once a month! Open up wp-content/plugins/buddypress/bp-core/bp-core-signup.php Go to line 524, you should see this: $to = apply_filters( 'bp_core_activation_signup_user_notification_to', $user_email ); In the above piece of … Read entire article »

Filed under: Web development