0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mambo
/
4.6.5-1
/
standard
/
htdocs
/
modules
/
[
Home
]
File: custom.xml
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Custom Module</name> <author>Mambo Foundation</author> <creationDate>July 2004</creationDate> <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>mambo-foundation.org</authorUrl> <version>4.6.x.7</version> <description>Custom Module</description> <params> <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="rssurl" type="text" default="" label="RSS URL" description="Enter the URL of the RSS/RDF feed" /> <param name="rssdesc" type="radio" default="1" label="Feed Description" description="Show the description text for the whole Feed"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="rssimage" type="radio" default="1" label="Feed Image" description="Show the image associated with the whole Feed"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="rssitems" type="text" default="3" label="Items" description="Enter number of RSS items to display" /> <param name="rssitemdesc" type="radio" default="1" label="Item Description" description="Show the description or intro text of individual news items"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="word_count" type="text" size="6" default="0" label="Word Count" description="Allows you to limit the amount of visible item description text. 0 will show all the text" /> <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> </params> </mosinstall>