VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: fabvincent on August 09, 2013, 16:02:17 PM

Title: overriding administrator files
Post by: fabvincent on August 09, 2013, 16:02:17 PM
Hi,
I'd need to over ride the vmpsplugin.php file form my administrator files. I tried it the regular way like I do in front end creating a com_virtuemart/vmpsplugin.php file in the templates/bluestork/html... but it doesn't seem to see any of it.

so in the end, I have my file in
administrator/templates/bluestork/html/com_virtuemart/vmpsplugin.php

Where do I get it wrong?
(I also tried administrator/templates/bluestork/html/com_virtuemart/plugins/vmpsplugin.php to no avail.)

Thanks
Title: Re: overriding administrator files
Post by: Maxim Pishnyak on August 09, 2013, 22:10:09 PM
Overrides don't work with plugins. You could try extension JHack to keep your changes alive during VM updates.