joomla-override icon indicating copy to clipboard operation
joomla-override copied to clipboard

Plugin to Override Joomla Extensions (Modules and Components)

Results 9 joomla-override issues
Sort by recently updated
recently updated
newest added

after upgrade to j3.8.0 the plugin causes a problem due to changed include paths. error thrown is: Call to undefined method Joomla\CMS\Helper\ModuleHelper::addIncludePath()

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...

Hello again, I tested it also with K2 trying to override the view K2ViewItemlist. I put the code in templates/mytemplate/code/com_k2/views/view.html.php and the code is executed, but then it is executed...

Hello, if enabled on a T3 Framework Joomla! installation generates the following error: ( ! ) Fatal error: Call to undefined method JModuleHelper::addIncludePath() in plugins/system/joomlaoverride/helper/codepool.php on line 187 Is there...

/administrator/index.php?option=com_plugins&view=plugins On activation see the following notices: ``` Notice: Undefined variable: option in /plugins/system/joomlaoverride/core/controller/controller.php on line 84 Notice: Undefined variable: option in /plugins/system/joomlaoverride/core/controller/controller.php on line 84 ```

In Joomla 2.5 on home page receiving the following error: ``` Fatal error: Cannot redeclare class ContentModelArticles in /components/com_content/models/articles.php on line 596 ``` My articles.php: ``` class ContentModelArticles extends ContentModelArticlesDefault...

Hi, I'm using Joomla! 2.5.20 and when I activate the plugin, I get this error: Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /home/u432683545/public_html/j25/plugins/system/joomlaoverride/core/loader.php on line 2 http://bit.ly/1klEeDb I...

Hi, thank you so much for this plugin, it is very very useful! I have a problem in custom model classes. For example, I put my custom model of virtuemart...

Joomla 3.2.3. Module chromes defined in template (modules.php) no longer apply when plugin is enabled, specifically chrome for mod_menu. In the administrator site there is no changes, but in the...