plg_mvcoverride
plg_mvcoverride copied to clipboard
Joomla plugin to override Joomla MVC
When using T3 v3 plugin with JEvents and mvcoverride there is a class name clash which is resolvable by changing the class name from JModuleHelper to something unique, like MVCoverrideModuleHelper.
Created another module helper to fix Joomla! 3 errors and dropped Joomla! 2.x support
Hello, I have upgraded Joomla 3.7.5 to 3.8 after upgraded Joomla 3.8 MVC-Override plugin display following fatal error: Warning: fopen (libraries/cms/module/helper.php): failed to open stream: No such file or directory...
Hi, I changed the JModelLegacy::addIncludePath by JModuleHelper::addIncludePath
The plugin was great so far! Today I found a problem using Joomla! 3.4.4 frontend editing feature. 1) simulate an override to components/com_content/models/article.php (site), simply copying it into code/com_content/models/article.php OR...
II have tried to override a model class named "Mt_bookingModelInstallation" but it wasn't found. I have had to modify line 100 of the file "mcvoverride.php": original: $rx = '/class *[a-z0-0]*...
I am trying to override com_content/views/category/view.feed.php, but each time I do, i get an error. Here are the details: 1. install Joomla 3.6.2 ,no sample content. 2. Install MVC Override...
Hello, the concept is great can we include the possibility to override library classes and methods too or is this difficult?
Hello, I noticed helper class with the same name as the override class will have their name changed as well. eg, when I override for example JMail, then all occurrences...
I try to override the login function from com_users components but i receive "Error 0" without any other information. I copied from `components\com_users\controllers\user.php` in my template folder into `code\com_users\controllers\user.php` and...