Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

  • The main purpose of my site is to create blogs AND now with BP, create an interaction among the users. So, i would like to delete the “Yes, I’d like to create a new blog” from the register page, and make it (blog creation) standard rule.
    How can I do that? I tried to find the answer through all code, but I failed to find it.

Viewing 1 replies (of 1 total)

  • 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

    `

    `
Viewing 1 replies (of 1 total)
  • The topic ‘How to make “blog creation” mandatory / obligatory at register page?’ is closed to new replies.
Skip to toolbar