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.
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.
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.
Hi David,
Thank you very much, we will consider to buy a Developer license.
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
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.
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)
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.