-
r-a-y posted on the forum topic Activate new users? Only logged in users can create blogs…. but not disable new user registrations in the group Creating & Extending: 14 years, 6 months ago
It’s better to make your changes in a child theme. This way your changes will not be overwritten when you have to upgrade BP.
-
r-a-y posted on the forum topic Activate new users? Only logged in users can create blogs…. but not disable new user registrations in the group Creating & Extending: 14 years, 6 months ago
Try using the post snippet I posted above.
-
r-a-y posted on the forum topic Activate new users? Only logged in users can create blogs…. but not disable new user registrations in the group Creating & Extending: 14 years, 6 months ago
function my_redirect_activation_email()
{
return get_site_option( "admin_email" );
}
add_filter('bp_core_activation_signup_user_notification_to', 'my_redirect_activation_email');
Add this to wp-content/plugins/bp-custom.php or your theme’s functions.php file.
-
Brajesh Singh posted on the forum topic Activate new users? Only logged in users can create blogs…. but not disable new user registrations in the group Creating & Extending: 14 years, 6 months ago
@mercime 🙂 @dandelionweb For signups, please select the box which says user and blogs can be created. To disable blog creation by non logged in user, put this code in your theme’s functions.php or bp-custom.php Here is the code on pastebin(current forum has trouble posting code, so i posted it there). http://bpdev.pastebin.com/1AyszwQ7 And the…[Read more]
-
Shanni Einer posted an update 14 years, 6 months ago
@dandelionweb great site my dear. FYI – you can link to your site from your profile. Just add it as a regular text link
@dandelionweb
Active 3 years, 11 months ago