Hello,
I want to implement a role in wpmu, that an existing user (with an existing blog) cannot register for another blog: 1 User – 1 Blog
Any suggestions? I did not found something about this.
Thanks in advance, paimutan.
Hello,
I want to implement a role in wpmu, that an existing user (with an existing blog) cannot register for another blog: 1 User – 1 Blog
Any suggestions? I did not found something about this.
Thanks in advance, paimutan.
I believe it already limits you to using an email address once.
No, theo...
If You logged in as a user with an existing blog and you go to the wp-signup.php, You'll get the message: "Get another xxxxx.xxxl blog in seconds....
I want to block multiple blogs for one user.
Well first thing I would do is modify the code to get rid of that link. :)
Check to see what function call is used to determine if that link gets displayed or not. You could probably add it into the beginning of the wp-signup.php file with a die(); in there to prevent them creating a new blog.
I did this on one site, and simply redirected the user to the home page if they were logged in and hit the sign-up page.