Component installation - Joomla! Forum - community, help and support
hi,
how upload files libraries folder while installing component through extension manager.
tried .xml file this
<library folder="site">
<libraries tag="upload">libraries/file.php
</libraries>
</library>
but, not worked. pls help.
thanks,
sai
how upload files libraries folder while installing component through extension manager.
tried .xml file this
<library folder="site">
<libraries tag="upload">libraries/file.php
</libraries>
</library>
but, not worked. pls help.
thanks,
sai
it more or less same component installation xml file. kindly refer library installation xml file below:-
code: select all
<?xml version="1.0" encoding="utf-8"?>
<extension type="library" version="2.5.0" method="upgrade">
<name>cheetooh library</name>
<libraryname>cheetooh</libraryname>
<version>1.0.0</version>
<creationdate>12 september 2012</creationdate>
<copyright>copyright (c) 2012. rights reserved.</copyright>
<license>gnu general public license version 2 or later; see license.txt</license>
<author>cheetooh</author>
<authoremail>email</authoremail>
<authorurl>http://www.cheetooh.com</authorurl>
<description>description</description>
<files folder=".">
<folder>application</folder>
<file>index.html</file>
</files>
</extension>
Comments
Post a Comment