View of /mambo/branches/4.5.3h/modules/mod_newsflash.xml
Parent Directory
|
Revision Log
Revision 22 -
(download)
(as text)
(annotate)
Fri Dec 16 19:02:17 2005 UTC (7 years, 5 months ago) by mambo
File size: 2555 byte(s)
Fri Dec 16 19:02:17 2005 UTC (7 years, 5 months ago) by mambo
File size: 2555 byte(s)
made a copy
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Newsflash</name> <author>Mambo Project</author> <creationDate>July 2004</creationDate> <copyright>(C) 2000 - 2005 Miro International Pty Ltd</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> <authorEmail>admin@mamboserver.com</authorEmail> <authorUrl>www.mamboserver.com</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 cateogry" /> <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 aapplied to the css class of the module (table.moduletable), this allows individual module styling" /> </params> </mosinstall>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

