jUpgrade icon indicating copy to clipboard operation
jUpgrade copied to clipboard

Allow overriden com_xxx.php in components folder

Open imarklee opened this issue 13 years ago • 1 comments

Currently there's no real way for component developers to include their own com_xxx.php file in their own folder. Not sure if it was designed to be this way but wouldn't this help or increase more integrations from existing components.

By allowing an extension to add com_xxx.php in their own /administrator/components/com_xxx/ folder, developers wouldn't need to include their files in the /administrator/components/com_jupgrade/extensions/ folder. In a way, JUpgrade will scan the file listed in this folder say, j25upgrade.php or com_xxx.php and use this file instead.

imarklee avatar Apr 29 '12 17:04 imarklee

Actually jUpgrade read first into the component directory and search for the file j25upgrade.xml. Please check the wiki: http://wiki.redcomponent.com/index.php?title=jUpgrade:Developing_migration_profiles_for_third-party_extensions

fastslack avatar Jun 05 '12 11:06 fastslack