Reputation: 33
I have developed two plugins for Joomla 2.5 and packed them into one package for simplifying the installation process for users. But now I'm trying to optimize this package for Joomla 1.5, and I can't find any method to combine these two plugins into one package for installation. Installing them separated works fine, but the manifest file (.xml) created for Joomla 2.5 package doesn't work for Joomla 1.5. Can anyone give me some tips or maybe another Joomla 1.5 package in existence as an example ?
Thank you.
Edit: These two plugins are different types of plugins. One is for 'content' and one is for 'editors-xtd'
Upvotes: 3
Views: 300
Reputation: 6026
For 1.5, it is not that easy.
I don't think you can create a package that solely installs multiple plugins (in Joomla 1.5). You will have to create one dummy component, so that the installation php file for that component can install the plugins for you. You can then use the component to provide common configuration options, generic info, and a single location to update/uninstall your package.
Note: Joomla 1.5 has reached end-of-life in April 2012
Upvotes: 3