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.

Multisite License

  1. dannydehaan
    Member

    Hi All,

    I have a multisite with offcourse multiple blogs installed. Is a personal license enough for all these blogs e.g. blog1.domain.com, blog2.domain.com, blog3.domain.com?

    I couldn't find this with the search.

    Thanks in advance.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  2. Hi Danny,

    Each site on a WP network install is considered a separate site. As such, a personal license would only cover one of those sites. A business license would cover up to three sites. And a developer license would cover all sites.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  3. dannydehaan
    Member

    Hi David,

    Thank you very much, we will consider to buy a Developer license.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  4. Thanks for that, I shall upgrade to business shortly.

    David, I'd be interested to know if there are detailed training videos for GF.

    I tried searching the docs for explanations on "add fields" (I like to know what each one does - some are obvious, of course), and advanced fields under "edit" (after you choose a filed, what are some of the nifty things you could do)

    Examples of what you can accomplish would be good too (really show off the plug-in).

    I'd be happy to pay a little extra to have access to these types of training videos.

    Thanks
    Mike

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  5. Mike, I deleted your reply on the other topic as a duplicate of this one. Please feel free to start your own topic with your specific questions, so you get the attention you deserve. Piggybacking onto an unrelated topic might not bring it to our attention. Thanks.

    Posted 13 years ago on Saturday November 5, 2011 | Permalink
  6. UWEX
    Member

    We have a developer license - am I expected to put my license key into every single site we have's settings page? o_O

    Or is there a way to put it into the wp_config (like the GF_RECAPTCHA keys or Akismet's key)

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  7. You're in luck. Add this to your wp-config.php

    [php]
    define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE");

    That will pre-populate your license key in every new multi-site installation.

    Documentation for the constants

    Posted 12 years ago on Thursday December 15, 2011 | Permalink