The MU forums have moved to WordPress.org

membership setting (7 posts)

  1. karms
    Member
    Posted 17 years ago #

    Is it possible that when a new blog is registered successfully, that the membership setting (Users must be registered and logged in to comment) could default to checked vs unchecked?

    The blog owner could always change it should they desire, but the default of checked would be preferred in this case.

  2. drmike
    Member
    Posted 17 years ago #

    Yup, edit /wp-admin/upgrade-schema.php and change:

    add_option('comment_registration', 0);

    to:

    add_option('comment_registration', 1);

    Of course make a note that you edited the file for when you upgrade. :)

    Hope this helps,
    -drmike

  3. GGravett
    Member
    Posted 17 years ago #

    Thanks! that worked.

    Is there a way to make it mandatory.

    Also is it possible to allow Subscribers to edit thier profile.

  4. mrjcleaver
    Member
    Posted 17 years ago #

  5. drmike
    Member
    Posted 17 years ago #

    Subscribers should be able to edit their own profile when they log in.

    Mandatory in what way?

  6. GGravett
    Member
    Posted 17 years ago #

    Thanks drmike

    I've tried to accessing /wp-admin/profile.php using a Subscriber that hasn't a blog assigned to them. And get "You do not have sufficient permissions to access this page."

    "Mandatory in what way?"

    I would like the blog owner not be able to change the membership setting.

  7. andrea_r
    Moderator
    Posted 17 years ago #

    That last bit is what we've been talking about in this thread:
    http://mu.wordpress.org/forums/topic.php?id=2209

About this Topic