Plugins requiring other Plugins |
Is it possible to make one plugin require another one? For example, I have plugin A, which most people want, and plugin B which only some want. B extends A. Can I require that A is installed to install B? If A is disabled, can I force B to be disabled?
tracstarr 
Saturday, December 12, 2009
Hi Trackstarr-
There isn't really any framework support for this right now. I think I would just create a single plugin and enable and disable the 'B' feature based on user request, or based on licensing if there was a licensing issue. Is that not an option in this case?
Thanks!
Brett
Brett Kiefer 
Sunday, December 13, 2009
yeah, I think that's what I will have to go with. Thanks.
tracstarr 
Sunday, December 13, 2009
|