| Current Path : /home/purehotels/public_html/plugins/acymailing/komento/ |
| Current File : /home/purehotels/public_html/plugins/acymailing/komento/komento.xml |
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/plugin-install.dtd"> <install type="plugin" version="1.5" method="upgrade" group="acymailing"> <name>AcyMailing Tag : Komento</name> <creationDate>February 2015</creationDate> <version>1.0.1</version> <author>Acyba</author> <authorEmail>dev@acyba.com</authorEmail> <authorUrl>http://www.acyba.com</authorUrl> <copyright>Copyright (C) 2009-2016 ACYBA SAS - All rights reserved..</copyright> <license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license> <description>This plugin enables you to include Komento comments in any e-mail sent by AcyMailing</description> <files> <filename plugin="komento">komento.php</filename> <filename>index.html</filename> </files> <params addpath="/components/com_acymailing/params"> <param name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-komento"/> <param name="displaycontent" type="radio" default="all" label="Display content" description="Select if you want to display all comments in the popup for comment selection or only published comments"> <option value="all">All comments</option> <option value="onlypub">Only published comments</option> </param> <param name="frontendaccess" type="list" default="all" label="Front-end Access" description="You can restrict the access to this tag system on the Front-end"> <option value="all">Always display this tag system</option> <option value="none">Don't display this tag system on the front-end</option> </param> </params> <config> <fields name="params" addfieldpath="/components/com_acymailing/params"> <fieldset name="basic"> <field name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-komento"/> <field name="displaycontent" type="radio" default="all" label="Display content" description="Select if you want to display all comments in the popup for comment selection or only published comments"> <option value="all">All comments</option> <option value="onlypub">Only published comments</option> </field> <field name="frontendaccess" type="list" default="all" label="Front-end Access" description="You can restrict the access to this tag system on the Front-end"> <option value="all">Always display this tag system</option> <option value="none">Don't display this tag system on the front-end</option> </field> </fieldset> </fields> </config> </install>