The MU forums have moved to WordPress.org

One blog per user (4 posts)

  1. auggish
    Member
    Posted 15 years ago #

    I've been trying to limit my site to one blog per member. Where after you create one blog on your account, the option to create another is taken away.

    I am running wp-mu and buddypress. I've tried using the mod from the link below without any luck...anyone got an ideas about how to do this?

    http://mu.wordpress.org/forums/topic.php?id=5930&page

  2. tdjcbe
    Member
    Posted 15 years ago #

    Why not follow up in that thread instead of a new one? That way it will be easier to answer the question when someone else notices that there's actually two solutions (one's a plugin and the other is a core edit) in that thread and wonder which one you used. :)

  3. auggish
    Member
    Posted 15 years ago #

    Ahh, you're right! I need sleep and need this thread moved into that one...LOL.

    I used, ducdigital's version, btw.

    :)

  4. dsader
    Member
    Posted 15 years ago #

    Code has since been added to WPMU core to disable registration/blog creation at SiteAdmin-->Options. But the options do not limit blogs to logged in users while keeping registration of new blogs open.

    Try simply removing the "signup_another_blog" from wp-signup.php

    if ( is_user_logged_in() && ( $active_signup == 'all' || $active_signup == 'blog' ) ) {
    //	signup_another_blog($newblogname);
    _e( "Only new users may create new blogs at this time." );
    }

    Consider: once any user is assigned to any role(subscriber-editor) on any other blog, they will in effect have multiple blogs and can choose any other blog as their primary blog. Any blog becomes theirs if the existing admin promotes a user to admin, and they switch primary blogs in their profile.

About this Topic