• Resolved BackpackersUnion

    (@backpackersunion)


    Hi,

    I’ve looked high and low for days and can’t find this anywhere!

    During registration, I do not want users to be able to create a Blog. However, after registration I Do want users to be able to create a blog (Making the “Settings” page’s 4 options unusable). Essentially, I’m Only looking to remove the options from the sign-up/registration page. All the options I want to remove are listed under “Blog Details” during registration.

    Any help from anyone would be hugely appreciated!!! I will forever be in your debt!

    I’m running WordPress 3.8.1, BuddyPress 1.4, and “Secure Invite Plugin 1.2.5” that required users to be invited via their email.

    Heres an image of the options, removing (and including) everything from “Blog Details” down. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BackpackersUnion

    (@backpackersunion)

    Hiding in plain sight was,

    div class="register-section" id="blog-details-section"

    Which is the CSS #ID in the BuddyPress register.php file (Both files). So, to hide the “Blog Details” during registration I added,

    #blog-details-section {
    	display: none;
    }

    To my Child Theme’s style.css, which solved the problem beautifully.

    the problem with this at least for me is that it also removes my terms of service and captcha so no one can register at all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove option to add new blog at registration, BUT still start one after sign-in’ is closed to new replies.