Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Remove Blog creation at signup ? (4 posts)

Started 2 years, 2 months ago by: osasko

  • Hi,

    I would like to remove the option to create a blog at signup.
    I know you can change the options in your dashboard , but I still want users to be able to create a blog at a later stage.

    Tried to delete things relating to blogs in register.php – , with no effect.

    Is there any other way to remove this from your registration page??

  • Bump
    I do require this one.And after searching the forums for a solution I found this thread but there is no solution.

    Is there any other way to remove this from your registration page??

    Thanks

  • Profile picture of Lawrence Lawrence said 1 year, 7 months ago:

    I would like to know how to do this as well.

  • Profile picture of semir semir said 1 year, 4 months ago:

    Hi,
    I had the same problem I have commented from line 174 to line 199 in the
    registration/register.php (in child theme)
    Here the code I have commented
    backticks.
    <?php /*

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

    <div id="blog-details"class=”show”>

    http:// <input type="text" name="signup_blog_url" id="signup_blog_url" value="” /> .

    / <input type="text" name="signup_blog_url" id="signup_blog_url" value="” />

    <input type="text" name="signup_blog_title" id="signup_blog_title" value="” />

    :

    <input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public" checked=”checked” />
    <input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private" checked=”checked” />

    */ ?>
    backticks