PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Registration addon and Multi-site creation

  1. EmailFusion
    Member

    My registration form gives the user the choice of creating a website or not. However there doesn't appear to be any conditional logic which will allow this choice to be fed through to the plugin.

    As a result if no blog name is entered (Blogname hidden if choice is no website) the form submission fails since the plugin requires a blog name when site creation is enabled.

    Is there any way round this?

    David

    Posted 12 years ago on Saturday January 7, 2012 | Permalink
  2. This feature is not yet officially supported; however, it's readily possible with a little custom code:

    http://pastie.org/3169295

    The snippet will check for an option (like this) and if found, disables the site creation portion of the user registration.

    This code would go in your functions.php file. :)

    **Update:** This is now possible without the custom code above. Here is a walkthrough for implementation.

    Posted 12 years ago on Wednesday January 11, 2012 | Permalink
  3. EmailFusion
    Member

    Thanks David,

    I'll give this a try.

    Posted 12 years ago on Monday January 16, 2012 | Permalink