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.