Can anyone think of a Joomla component that, as part of its installation, also installs a CB plugin?
Not a component that also has a plugin that you have to install yourself, but a component that does the install step for you as part of the component's installation.
I'm trying to make the installer for InviteCodes be a one-step operation. The installer detects that CB is installed and won't proceed if it's not, but I'd also like it to install the CB plugin rather than force the user to do it in a two-step process.
Never mind. I couldn't find any example code, so I just dug into the CB code itself and figured out how to instantiate the installer and call it directly.