For our hotspots component:
demo.compojoom.com/hotspots
we have a cb plugin that displays the last locations that a user has entered. I want to distribute this plugin together with our main component package and install it in cb while we install our component. If it was a normal plugin one could do
Code:
$installer = new JInstaller;
$isntaller->install('path_to_package');
but since it is not a normal joomla plugin, but a cb plugin I'm a little lost how to use the cb framework for this.
I tried this: