The MU forums have moved to WordPress.org

User Registration Option (9 posts)

  1. Xen
    Member
    Posted 17 years ago #

    Not sure if I'm posting this in the right place lol,

    Done the Above Hack, Here's how!

    (Note that you CANNOT use this with the original hack)

    OPEN:

    wp-admin/options-general.php

    FIND:

    <tr valign="top">
    <th scope="row"><?php _e('Membership:') ?></th>
    <td> <label for="comment_registration">
    <input name="comment_registration" type="checkbox" id="comment_registration" value="1" <?php checked('1', get_settings('comment_registration')); ?> />
    <?php _e('Users must be registered and logged in to comment') ?></label>

    AFTER ADD:

    <label for="users_can_register">
    <input name="users_can_register" type="checkbox" id="users_can_register" value="1" <?php checked('1', get_settings('users_can_register')); ?> />
    <?php _e('Allow User Registration') ?>
    </label>

    Then in each blog under:

    Options > General

    You will find:

    http://bloggi.org/images/bloggi-userscanregister.png

    (See ScreenShot)

    I think this would be pretty cool if added as a core feature... I know i'd like it to be there :-p

  2. andrea_r
    Moderator
    Posted 17 years ago #

    Whoa, I know that was in WP, it's gone in the latest MU?

    Also, just to go off on a tangent... it would be nice if all the hardcoded references to wp.com were replaced with a call to the domain MU is installed on. :-/ (see description area of search engones ticky box)

  3. lajevardi
    Member
    Posted 17 years ago #

    Great job Xen, that's works wonderful
    thank you.

  4. samchng
    Member
    Posted 17 years ago #

    Would this be added to next release donncha?

  5. honewatson
    Member
    Posted 17 years ago #

    This doesnt seem to be working anymore any ideas?

  6. Ovidiu
    Member
    Posted 17 years ago #

    whats the current status of this please?

  7. brentcreative
    Member
    Posted 16 years ago #

    This worked great, why isn't this standard? Cost me hours to find a solution.

  8. Anonymous
    Unregistered
    Posted 15 years ago #

    I am using mu 1.5.1 and it added the check box but it didn't chage any functionality.

    There are two ways to signup:

    1.http://domain/wp-signup.php
    2.http://domain/wp-login.php?action=register

    clicking the register for the blog directs me to a page that only states http"//domainname.com

  9. lunabyte
    Member
    Posted 15 years ago #

    wp-login.php?action=register

    That's not a valid link in MU.

    All signups go through wp-signup.php.

About this Topic