The MU forums have moved to WordPress.org

Any way to just allow new blog registrations? (5 posts)

  1. blogz
    Member
    Posted 15 years ago #

    Is there any way out that all new registrations must create a blog and they donot get an option just to register a username on the home blog?

  2. dsader
    Member
    Posted 15 years ago #

    Try editing wp-signup and removing

    <input id="signupuser" type="radio" name="signup_for" value="user" <?php echo $signup['user'] ?> />
    <label class="checkbox" for="signupuser"><?php _e('Just a username, please.') ?></label>
  3. blogz
    Member
    Posted 15 years ago #

    Thanks for your reply but i want to remove the complete option. Can there be any trouble if i remove the html code for both the options?

  4. dsader
    Member
    Posted 15 years ago #

    You'll still need the the input, just change it to hidden.

    http://htmlhelp.com/reference/html40/forms/input.html

  5. blogz
    Member
    Posted 15 years ago #

    although i knew this can be done but wasnt sure if it may cause any troubles on the signup page while validation but worked fine

    thanks

About this Topic