File: /home/mmickelson/old.loveandlaughterpreschool.com/plugins/content/comascon.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<install version="1.5" type="plugin" group="content">
<name>Component as Content</name>
<author>Omar Muhammed</author>
<creationDate>12/9/2008</creationDate>
<copyright>The Knight of Baghdad</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>knightofbaghdad@yahoo.com</authorEmail>
<authorUrl>www.google.com</authorUrl>
<version>1.5.0</version>
<description><![CDATA[<p>Component as Content - include any component in the content (via frames). A kind of local wrapper.
the plugin code is {component}url{/component} . Replace url with the url to your component, WITHOUT index.php?.
So the code must look like this: {component}option=com_yourComponent&Itemid=73&album=7{/component}
you can specify custom width and height to each component by adding "|width|height" after the Component Url
Like this: {component}option=com_yourComponent&Itemid=73&album=7|400|600{/component}</p>]]></description>
<files>
<filename plugin="comascon">comascon.php</filename>
</files>
<params>
<param name="height" type="text" size="3" default="500" label="Frame height" description="Height of component frame" />
<param name="width" type="text" size="3" default="500" label="Frame width" description="Width of component frame" />
<param name="scroll" type="list" default="" label="scroll" description="enable scrolling for the component's frame">
<option value="no">No</option>
<option value="yes">Yes</option>
</param>
</params>
</install>