<?xml version="1.0" ?>
<mosinstall type="module">
    <name>Latest bulletins</name>
    <creationDate>01/11/2006</creationDate>
    <author>Anna Tannenberg</author>
    <copyright>This module is released under the GNU/GPL License.</copyright>
    <authorEmail>anna.tannenberg@gmail.com</authorEmail>
    <authorUrl>www.groupjive.org</authorUrl>
    <version>1.0</version>
    <description>This module displays the latest bulletin messages in GroupJive</description>
    <files>
    	<filename module="mod_latestbulletins">mod_latestbulletins.php</filename>
	</files>
	<params>
	 	<param name="count" type="text" default="5" label="Number of bulletin messages"
			description="This sets the number of bulletin messages to display" />
	
		
		<param name="in" type="text" default="in" label="Tranlsate the string 'in'"
			description="Translate 'in' to your language" />
		

		<param name="by" type="text" default="by" label="Translate the string 'by'"
			description="Translate 'by' to your language" />
				
	
		<param name="display_author" type="list" default="1" label="Display author"
			description="To display the name of the author of the bulletin messages.">
				<option value="1">Yes</option>
				<option value="2">No</option>
		</param>		
	
		<param name="display_date" type="list" default="1" label="Display date"
			description="To display the date the bulletin messages were created.">
				<option value="1">Yes</option>
				<option value="2">No</option>
		</param>

		<param name="date_format" type="text" default="Y-m-d H:i" label="Please choose date format"
		description="Enter your prefered date format" />
	
		<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>