File: /home/centralexf/www/modules/mod_adsmanager_table/mod_adsmanager_table.xml
<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5" method="upgrade">
<name>mod_adsmanager_table</name>
<author>Thomas Papin</author>
<creationDate>April 2012</creationDate>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>webmaster@joomprod.com</authorEmail>
<authorUrl>www.joomprod.com</authorUrl>
<version>2.7.0 RC2</version>
<description>Displays the latest / random / popular AdsManager ads in a Table</description>
<files>
<filename module="mod_adsmanager_table">mod_adsmanager_table.php</filename>
<filename>mod_adsmanager_table.xml</filename>
<filename>index.html</filename>
<filename>tmpl/index.html</filename>
<filename>tmpl/table.php</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.mod_adsmanager_table.ini</language>
<language tag="en-GB">en-GB.mod_adsmanager_table.sys.ini</language>
<language tag="fr-FR">fr-FR.mod_adsmanager_table.ini</language>
<language tag="fr-FR">fr-FR.mod_adsmanager_table.sys.ini</language>
<language tag="hu-HU">hu-HU.mod_adsmanager_table.ini</language>
<language tag="hu-HU">hu-HU.mod_adsmanager_table.sys.ini</language>
<language tag="sl-SI">sl-SI.mod_adsmanager_table.ini</language>
<language tag="sl-SI">sl-SI.mod_adsmanager_table.sys.ini</language>
</languages>
<params>
<param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
<param name="nb_ads" type="text" default="3" size="2" label="Number of Ads" description="Number of Ads to be displayed" />
<param name="random" type="radio" default="0" label="Random Ads" description="Display Latest / Random / Popular Ads">
<option value="0">Latest</option>
<option value="1">Random</option>
<option value="2">Popular</option>
</param>
<param name="catselect" type="text" default="" size="4" label="catselect" description="display ads from a specific category (catid or -1 = current cat or empty = all)" />
<param name="default_itemid" type="text" default="" size="4" label="Itemid" description="Specific Itemid. If empty the current itemid will be used" />
</params>
<config>
<fields name="params">
<fieldset name="basic">
<field name="nb_ads" type="text" default="3" size="2" label="MOD_ADSMANAGER_ADS_NBADS" description="" />
<field name="random" type="list" default="0" label="MOD_ADSMANAGER_ADS_ORDER" description="MOD_ADSMANAGER_ADS_ORDER_DESC">
<option value="0">MOD_ADSMANAGER_ADS_LATEST</option>
<option value="1">MOD_ADSMANAGER_ADS_RANDOM</option>
<option value="2">MOD_ADSMANAGER_ADS_POPULAR</option>
</field>
<field name="catselect" type="text" default="" size="4" label="MOD_ADSMANAGER_ADS_CATSELECT" description="MOD_ADSMANAGER_ADS_CATSELECT_DESC" />
<field name="default_itemid" type="text" default="" size="4" label="MOD_ADSMANAGER_ADS_ITEMID" description="MOD_ADSMANAGER_ADS_ITEMID_DESC" />
</fieldset>
<fieldset name="advanced">
<field
name="moduleclass_sfx"
type="text"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
<field
name="cachemode"
type="hidden"
default="static">
<option value="static"></option>
</field>
</fieldset>
</fields>
</config>
</install>