Mayur
Mayur

Reputation: 31

how to install module when component install in joomla 1.5

I built a component and a module that uses this component. Now I'm trying to create an installation-script that will install the component and right after it's installed - will create the module.

Any advice ?

Upvotes: 1

Views: 166

Answers (1)

sam_13
sam_13

Reputation: 532

joomla use xml file for install any module. you can write your param and auther etc. into below tag of xml and your xml file name same as your module name.

<install type="module" version="1.5.0">

</install>

Upvotes: 1

Related Questions