|
Why com_leagueman installs so many mambots? |
|
Friday, 24 August 2007 |
|
This question is actually easy to answer: we do not want to write duplicate code.
We choose Joomla's native plugin system to make the component as flexible as possible in usage. Leagueman functions are able to execute mambots, so why not put any view into mambots? As shown in my privious post, you can place Leagueman mambots anywhere in your content, if you apply mambots to modules, you can even place them in modules.
Third Party developer do not need to change the core code. They just write a new mambot and call it from a template.
Be aware, if you uninstall com_leagueman, those mambots will currently not uninstalled.
|