<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module">
  <name>sobi2 Simple Featured Listings</name>
  <author>Mark Smith</author>
  <creationDate>20 October 2007</creationDate>
  <copyright>(C) 2007 All rights reserved.</copyright>
  <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
  <authorEmail>Mark.Smith@iBayIslands.com</authorEmail>
  <authorUrl>www.AboutUtila.com</authorUrl>
  <version>1.0.7</version>
  <description>A simple Featured Entries Module to display SOBI2 Entries in a Module if a user-specified SOBI2 Custom Field for the Entry matches the 'Featured Entry Key' value specifed in the Module settings. If no matching Entries are found, no module content is displayed. The standard SOBI2 fields 'Title', 'Icon' and 'Image' can be displayed together with an unlimited number of user-specified Custom Field data values and an optional link to the Entry 'Detailed' View.</description>
  <files>
    <filename module="mod_sobi2featured">mod_sobi2featured.php</filename>
  </files>
  <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="divclass_sfx" type="text" default="" label="Contents Wrapper Class" description="An additional class to be applied to the css class of the module contents div, (div.sobi2Featured) which wraps the module contents (excluding the Joomla Module Title), this allows individual module contents styling" />
	<param name="@spacer" type="spacer" default="" label="Parameters - 'Featured Entry' selection" description="Featured entry selection configuration settings follow" />
    <param name="FeaturedEntryFieldId" type="text" size="3" default="" label="'Featured Entry' Field ID" description="Enter the ID of the SOBI2 Custom Field which will used to select which Entries can be displayed." />
    <param name="FeaturedEntryKey" type="text" size="15" default="" label="'Featured Entry' Key" description="Enter the 'Key' (ie: SOBI2 entries will be selected if the Custom Data Field specified above, contains a value equal to this 'Featured Entry' Key)." />
    <param name="count" type="text" size="3" default="1" label="Maximum number of Entries to Display" description="Maximum number of Entries to display. If no value is entered, then default is '1'. If the value is '0' no entries will be displayed." />
	<param name="@spacer" type="spacer" default="" label="Parameters - Standard Data Fields" description="Standard Data Fields configuration settings follow" />
	<param name="displayTitle" type="radio" default="TRUE" label="Display Title" description="Select Yes to display the Entry Title.">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="linkTitle" type="radio" default="FALSE" label="Link Title to entry details" description="Select Yes to add a URL link from the Title to the entry details. Only valid if 'Display Title' is Yes">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="displayIcon" type="radio" default="TRUE" label="Display Icon" description="Select Yes to display the Entry Icon.">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="linkIcon" type="radio" default="FALSE" label="Link Icon to entry details" description="Select Yes to add a URL link from the Icon to the entry details. Only valid if 'Display Icon' is Yes">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="displayImage" type="radio" default="FALSE" label="Display Image" description="Select Yes to display the Entry Image.">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="linkImage" type="radio" default="FALSE" label="Link Image to entry details" description="Select Yes to add a URL link from the Image to the entry details. Only valid if 'Display Image' is Yes">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="@spacer" type="spacer" default="" label="Parameters - Custom Data Fields" description="Custom Data Fields configuration settings follow" />
	<param name="customfields" type="text" size="30" default="" label="Display Custom Fields with ID" description="Enter a list of comma separated Custom Field ID's that you want to be displayed in the Module View. IMPORTANT! Enter Custom Field ID's, not Custom Field names. Note: The order in which you enter the Custom Field ID's is the order in which they will be displayed in the module output." />
	<param name="displayCustomFieldLabels" type="radio" default="FALSE" label="Display Custom Field Labels" description="Select Yes to Display the Custom Field Labels. Only valid if 'Display Custom Fields with ID' has value(s).">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
    <param name="LabelSeparator" type="text" size="12" default="&amp;nbsp;:&amp;nbsp;" label="Label Separator Text/HTML Entities" description="Enter the text characters and/or HTML entities used to separate the Label text from the Custom Field data. (ie: the HTML entity for a non-breaking space is required instead of the space character). Only used if 'Display Custom Field Labels' is Yes" />
	<param name="@spacer" type="spacer" default="" label="Parameters - Text Link" description="Optional text link to individual SOBI2 entry details configuration settings follow" />
	<param name="displayLink" type="radio" default="TRUE" label="Display Text Link to Entry Details" description="Select Yes to display a link to each Entry Details view.">
	<option value="FALSE">No</option>
	<option value="TRUE">Yes</option>
	</param>
	<param name="displayLinkText" type="text" size="30" default="More Information" label="Link Text" description="If Display Link to Entry Details = Yes, then text entered here will be displayed with the Link." />
	<param name="@spacer" type="spacer" default="" label="Parameters - Sort Order" description="Sort Order configuration settings follow" />
	<param name="sortOrder" type="list" default="random" label="Display Featured Entries sorted by" description="Select the order in which Featured Entries should be displayed.">
	<option value="random">Random</option>
	<option value="ItemidAsc">Entry created: most recent first</option>
	<option value="ItemidDesc">Entry created: most recent last</option>
	<option value="TitleAsc">Entry Title: a->z</option>
	<option value="TitleDesc">Entry Title: z->a</option>
	<option value="CustomFieldAsc">Custom Field: ascending</option>
	<option value="CustomeFieldDesc">Custom Field: descending</option>
	</param>
	<param name="SortCustomFieldId" type="text" size="3" default="" label="Sort by Custom Field ID (must be one of the 'Display Custom Fields with ID' specified above)" description="Enter the ID of the Custom Field which will used to sort the Entries displayed. IMPORTANT! - must be one of the Display Custom Field ID's specified above." />
	<param name="@spacer" type="spacer" default="" label="" description="" />
  </params>
</mosinstall>