Site Admin->Options->Allow new registrations
Hmm, that would remove the option entirely. Is there anyway just to change the default radio button? Thanks.
“Allow new registrations
– Disabled
– Enabled. Blogs and user accounts can be created.
– Only user account can be created.
– Only logged in users can create new blogs.”
See the one that says “Only user account can be created.”? Check it. Save.
I’m not sure you all are understanding his question. He wants users to be able to sign up with the option for blogs and a username, but wants the radio button to default to a user registration, and not a blog+username. The way I see it, that isn’t an option other than a core WPMU hack.
/wp-content/plugins/buddypress/bp-core/bp-core-signup.php
line # 237, change from the old line to the new line.
old line:
<input id="signupuser" type="radio" name="signup_for" value="user" <?php echo $signup['user'] ?> />
new line:
<input id="signupuser" type="radio" checked name="signup_for" value="user" <?php echo $signup['user'] ?> />
That works! Thanks BeLogical.
Just ran into this issue myself.
Should be an option in “BuddyPress > General Setup”.
I’ll add a trac ticket for this.
[EDIT]
Trac ticket added – https://trac.buddypress.org/ticket/835
Should be an option in “BuddyPress > General Setup”.
Absolutely. Was wondering about this. Where can I leave my vote of support?
Is BeLogical’s hack safe as a temporary solution or can it cause all kinds of unforeseen mayhem?
Hey Peter,
It’s safe, but when upgrading to the newest BP version, you’ll have to remember to make this change again.
Either that, or until some option in the admin area is made.
I’m using BeLogical’s fix plus a CSS hack to hide the “Create a Blog” field right now.
—
There is no voting system, Peter. Although you can leave a message on the trac:
https://trac.buddypress.org/ticket/835
You can login with your existing BP username and password there.