How to keep users in moderation from creating blogs on a multisite?
-
Great work on your plugin, it’s very useful.
I have a multisite network with buddypress network activated and I’m trying to figure out how to modify your plugin to block pending users from creating sites. I figured adding this to the core file would do the trick but it’s not doing anything.
add_filter( 'bp_blog_signup_enabled', '__return_false' );
The only thing I am able to do is block the “Create a Site” button on the site directory page by using this code.
add_filter( 'bp_get_blog_create_button', '__return_false' );
But users are still able to get around this by clicking the “Create a Site” link in the drop down menu under their profile name.
Any help you can offer with this would be greatly appreciated. Thanks.
- The topic ‘How to keep users in moderation from creating blogs on a multisite?’ is closed to new replies.