create a new installable zip from a ( already installed ) Joomla 1.7 component

陌路散爱 提交于 2019-12-13 20:36:34

问题


I've Joomla 1.7 and lots of component in it.

I'd like to make a "reverse-engineering" of the install of a component.

I've edited most part of it and i'd like to repack this to install in a new fresh Joomla installation.

Any idea?

thanks!


回答1:


It's fairly straight forward - you download all the related files then zip them up with a new XML manifest. Of course you have to make sure that you get all of the files because they can be located in a couple different places. Luckily, the Joomla documentation has a basic list of all the files you would find in a component.

http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_14#Packaging_the_component



来源:https://stackoverflow.com/questions/9281302/create-a-new-installable-zip-from-a-already-installed-joomla-1-7-component

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!