Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make “blog creation” mandatory / obligatory at register page?


r-a-y
Keymaster

@r-a-y

You can modify the registration template to remove the blog creation checkbox.

If you’re using the bp-default theme, create a child theme and then copy over /bp-themes/bp-default/registration/register.php to your theme.

Change this:

`

<input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" checked=”checked” />

`

to:

Next, change:

`

`

to

`

`
Skip to toolbar