I did refer here: Joomla plugin install xml -- install file to different folder
<media destination="com_helloworld">
<filename>image.png</filename>
<filename>flash.swf</filename>
</media>
What does this mean? destination="com_helloworld"
I want images to be inside my plugin folder to be installed..How do I change my existing xml below? The images
folder is in same directory as js
and cs
<files>
<filename plugin="chat">chat.php</filename>
<filename>js/jquery.js</filename>
<filename>js/chat.js</filename>
<filename>css/style.css</filename>
<filename>index.html</filename>
</files>
Doing this:
<media destination="com_helloworld">
<filename>images/people.png</filename>
<filename>images/sound.swf</filename>
</media>
Says: Unable to copy file from source...