Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sabredev

    (@sabredev)

    Sorry, I meant during signup where users have the option to ‘gimme a site’ or ‘just a username please’ I just worded the question wrong.

    I’d rather users not have the option and just force site creation.

    Anyhow, I think I figured it out by removing the following in wp-signup.php:

    <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>

    Will removing the above create any problems? So far it has not.

    Thanks again Andrea_r.

    Thread Starter sabredev

    (@sabredev)

    Thanks for your fast response!

    I will definitely take a look at your recommendations!

    Thanks again for your time. Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)