Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Blog creation at signup ?


  • osasko
    Participant

    @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??

Viewing 3 replies - 1 through 3 (of 3 total)

  • mvvspr
    Participant

    @mvvspr

    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


    Lawrence
    Participant

    @lorenzo19

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

    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

    <div id="blog-details"class="show">
    
    	<span class="label">
    		<input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" checked="checked" /> 	
    	</span>
    
    	<label for="signup_blog_url">
    		<input type="text" name="signup_blog_url" id="signup_blog_url" value="" />
    		<input type="text" name="signup_blog_url" id="signup_blog_url" value="" />
    	</label>
    
    	<label for="signup_blog_title"> 
    		<input type="text" name="signup_blog_title" id="signup_blog_title" value="" />
    	</label>
    	
    	 <label>
    		<input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public" checked="checked" /> 
    	</label>
    
    	<label>
    		<input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private" checked="checked" />
    	</label>
    
    </div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Blog creation at signup ?’ is closed to new replies.
Skip to toolbar