The MU forums have moved to WordPress.org

Only one blog per user (5 posts)

  1. paimutan
    Member
    Posted 15 years ago #

    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.

  2. theotheragentm
    Member
    Posted 15 years ago #

    I believe it already limits you to using an email address once.

  3. paimutan
    Member
    Posted 15 years ago #

    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.

  4. drmike
    Member
    Posted 15 years ago #

    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.

  5. lunabyte
    Member
    Posted 15 years ago #

    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.

About this Topic

  • Started 15 years ago by paimutan
  • Latest reply from lunabyte