Questions & Comments
You must be logged-in to vote. Log-in to your account or register now.
-
1 year ago
Adding the options page(s) in WP always feels a bit awkward to me. Perhaps I need to study it more? That said, this solution sounds very interesting to me. But I have some questions if you don't mind:
1) Can it be used along with the WordPress transients API? Wouldn't that make it even faster? Or is Fast just referencing the setup process?
2) Maybe it's just me but I'm not familiar with YAML. Why not XML? If there's an advantage to YAML perhaps it would be good to list that as part of your features? That is, not just features but benefits too?
3) Can this also be used for plugins?
4) The (green button) View Pricing licensing confuses me a bit.
"-Unlimited sites, servers
- Personal License
- Commercial use allowed"
So can I or can't I use Fastoptions in themes that I might distribute? What about the same for plugins? Does it make a difference if the themes or plugins are free vs being sold? Please clarify.
Note: My main interest is plugins and not so much themes. Being able to quickly and easily add options would be uber helpful. Mostly that's for clients/projects but sometimes I'd like to be able let a plugin loose "into the wild" (so to speak). If the license doesn't allow for that then this might not be the best solution for me.
5) If it doesn't work for plugins, might you consider doing a version that's WP plugin dev-centric?
Thanks in advance for your help.-
Sebastian Senf
Developer
1 year ago
Hey there,
1) It uses the WP Options API, the Transient API is nearly the same but has a expiration feature what we don't need for options.
Yes, 'fast' in means of the setup process and configuration.
2) I am coming from a Ruby/Rails background and use YAML all the time. That and it's really simple structure is the reason I used it. Raw XML will work too, with simple adjustments though.
3) Yes.
4) I am sorry, it was my fault. I added a reseller license some time ago but failed to activate it for the latest download package. This is now fixed.
If you plan to sell Themes/Plugins including FastOptions please use the reseller license. If you plan to use it in your Theme or Themes/Plugins for your clients you can use the personal license.
I hope that helps. If you have any additional questions please ask.
Cheers,
Basti -
1 year ago
Hey Basti
I've been thinking about this and am very interested. Cool idea! Thanks for the reply.
I just need to find the time to teach this old dog a new trick.
A couple more things in reply to the above.
1) My understanding is that options require a hit on the DB, where as transients are in memory and thus faster to load and don't tax the server. Yes, there's the expiration as well.
2) "Raw XML will work too, with simple adjustments though." Can you elaborate just a bit please? Not that I'm against YAML.
3) -
4) That's great. Is there an upgrade path? That is, let me get a personal test version. If I like it and it works as expected then I'd upgrade to the dev license.
Again, this is a very nice idea. Making options easier to implement would be a great way for me to start off 2012. Thanks again for your help.
Mark
-



