How to merge two plugins in joomla. I need some functionalities from both plugins. Can I just merge the codes in php file and use it as a single plugin ?
How to merge two plugins in joomla. I need some functionalities from both plugins.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on what plugins you are going to merge. Each plugin has its type.
If plugin is content-plugin and another one is system-plugin not they will work together. But if both of them content-plugins, they should work. Plugin could contain more then one method, it can handle more then one event.
I’ve never done this before, but I can’t see any collisions except of type. Maybe you will need to reinstall it.
I hope it will be helpful.