0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mambo
/
4.6.2-16
/
standard
/
htdocs
/
modules
/
[
Home
]
File: mod_newsflash.xml
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Newsflash</name> <author>Mambo Foundation</author> <creationDate>July 2004</creationDate> <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL v.2</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>www.mambo-foundation.org</authorUrl> <version>4.5.2</version> <description>The Newsflash module randomly selects one of the published items from a category upon each page refresh. It may also dislpay multiple items in horizontal or vertical configurations.</description> <files> <filename module="mod_newsflash">mod_newsflash.php</filename> </files> <params> <param name="catid" type="mos_category" default="0" label="Category" description="A content category" /> <param name="style" type="list" default="random" label="Style" description="The style to display the category"> <option value="random">Randomly choose one at a time</option> <option value="horiz">Horizontal</option> <option value="vert">Vertical</option> </param> <param name="image" type="radio" default="0" label="Show images" description="Display content item images"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="link_titles" type="list" default="" label="Linked Titles" description="Make the Item titles linkable"> <option value="">Use Global</option> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="readmore" type="radio" default="0" label="Read More" description="Show/Hide the Read More button"> <option value="0">Hide</option> <option value="1">Show</option> </param> <param name="item_title" type="list" default="0" label="Item Title" description="Show item title"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="items" type="text" default="" label="No. of Items" description="No of items to display" /> <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" /> </params> </mosinstall>