Your IP : 216.73.216.240
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.6.0" client="site" type="module" method="upgrade">
<name>My ShortList</name>
<author>Christopher Mavros</author>
<creationDate>January 2011</creationDate>
<copyright>Copyright (C) 2011 Christopher Mavros. All rights reserved.</copyright>
<license>http://www.gnu.org/licenseses/gpl-2.0.html GNU/GPL</license>
<authorEmail>mavrosxristoforos@gmail.com</authorEmail>
<authorUrl>http://www.mavrosxristoforos.com/</authorUrl>
<version>1.5</version>
<description>My ShortList. Favourite articles in your site, as simple as it gets!</description>
<files>
<filename module="mod_myshortlist">mod_myshortlist.php</filename>
</files>
<scriptfile>script.php</scriptfile>
<config><fields name="params"><fieldset name="basic">
<field type="spacer" name="spacer_title1" label="Text Parameters"/>
<field name="button_text"
type="text"
default="Add to Favourites"
label="Button Text"
description="The text on the Add button" />
<field name="only_show_button"
type="radio" default="0"
label="Module Mode"
description="Select whether you would like to display this module only as an add/delete button.">
<option value="0">Normal (List, Add Button)</option>
<option value="1">Only as Add/Delete Button</option>
<option value="2">Only List</option>
</field>
<field name="del_button_text"
type="text"
default="Delete From Favourites"
label="Delete Button Text"
description="The text on the Delete button, when the module is set to Only as Add/Delete Button" />
<field name="page_text"
type="text"
default="Thank you for adding this to your favourites!"
label="Thank you text"
description="The text displayed to the user when they add an article to their favourites." />
<field name="nofavtext"
type="text" default="No favourites yet!"
label="No favourites Text"
description="The text to show when the list of favourites is empty."/>
<field name="paginationtext"
type="text" default="Pages:"
label="Pagination Text"
description="The text to show when the list has more than one pages of favourites. See Favourite Articles Per Page parameter."/>
<field name="pre_text"
type="text"
default=""
label="Small Intro Text"
description="A small text shown before the form. HTML is welcome!" />
<field type="spacer" name="spacer-hr1" hr="true"/>
<field type="spacer" name="spacer_title2" label="View Parameters"/>
<field name="fav_per_page"
type="text"
default="5"
label="Favourite Articles Per Page"
description="The number of favourite links to show, in each page of the list. Use 0, to show all."/>
<field name="sectionshow"
type="text" default=""
label="Selected Sections to Show MyShortList Add Button"
description="The IDs of the Sections you would like to show the add button. Example: 1,2,3 If this is empty, it is shown to all. Only for Joomla articles for the moment."/>
<field name="categoryshow"
type="text" default=""
label="Selected Categories to Show MyShortList Add Button"
description="The IDs of the Categories you would like to show the add button. Example: 1,2,3 If this is empty, it is shown to all. Only for Joomla articles for the moment."/>
<field name="added_text_color"
type="text"
default="#FF0000"
label="Text Color"
description="The color of the Added text." />
<field name="button_width"
type="text"
default="100"
label="Button Width"
description="Width in percent of the Add button" />
<field name="button_pos"
type="radio" default="1"
label="Button Position"
description="The position of the Add Button, relative to the List.">
<option value="0">Above</option>
<option value="1">Below</option>
</field>
<field name="addcss"
type="text"
default="div.myshortlist tr, div.myshortlist td { border: none; padding: 2px; }"
label="Custom CSS"
description="Custom CSS" />
<field type="spacer" name="spacer-hr2" hr="true"/>
<field type="spacer" name="spacer_title3" label="Additional Functionalities"/>
<field name="save_method"
type="radio" default="2"
label="List Save Method"
description="The method you want to use to save lists.">
<option value="0">Cookies for all users</option>
<option value="1">Database for logged-in users</option>
<option value="2">Cookies for all users and Database for logged-in users</option>
</field>
<field name="show_clear_button"
type="radio" default="0"
label="Show Clear All Button"
description="Whether or not you would like to show a clear all button below the form. Default: No.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="clear_button_text"
type="text"
default="Clear All"
label="Clear Button Text"
description="The text on the Clear All button" />
<field name="show_send_button"
type="radio" default="0"
label="Show Send Button"
description="Whether or not you would like to show a send button below the form, to send all favourites to administrator. Default: No.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="send_button_text"
type="text"
default="Send to Admin"
label="Send Button Text"
description="The text on the Send button" />
<field name="use_fields"
type="radio" default="0"
label="Add Extra Fields"
description="Select whether you want to add the additional fields specified below, in the Send to Admin form.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="additional_fields"
type="textarea" default="text#Field Name"
label="Additional Fields"
description="Specify any additional fields you would like for the Send to Admin form. Each line is a field, available types: text, textarea, email"/>
<field name="email_label"
type="text"
default="Email: "
label="Email Input Label"
description="The label of the Email Input" />
<field name="email_recipient"
type="text" default="email@email.com"
label="Email Recipient"
description="The Email Recipient of the message, if the Send button is enabled (see above)." />
<field name="subject"
type="text" default="My Shortlist favourites"
label="Email Subject"
description="The subject of the Email sent with the favourites" />
<field name="send_copy"
type="radio" default="0"
label="Send Copy to User"
description="Select whether or not you want to send a copy of the Send To Admin email to the user.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="email_pretext"
type="textarea" default=""
label="Email Pre-text" filter="raw"
description="A Short HTML enabled text to include in the email copy sent to the user"/>
<field name="sent_text"
type="text" default="Thank you for sending us your favourites"
label="Thank you for Sending Text"
description="The text displayed to the user, when they successfully send the favourites." />
<field name="not_sent_text"
type="text" default="There was an error sending us your favourites. Please try again."
label="Error Sent Text"
description="The text displayed to the user, when the favourites fail to be sent." />
<field name="component_link_text"
type="text" default="Your favourites list"
label="Component Link Text"
description="The text of the link that takes the user to a page with all their favourites. Note: It is necessary to have the My Shortlist component installed for this to work. Please ask for more information at mavrosxristoforos@gmail.com"/>
<field name="component_link_target"
type="radio" default="_blank"
label="Component Link Page"
description="Select whether or not you want to open the link to a new page.">
<option value="_self">Open in the same page</option>
<option value="_blank">Open in a new page</option>
</field>
<field name="component_link_menu_itemid"
type="text" default=""
label="Component Link Menu Itemid"
description="The Menu Itemid that corresponds to the menu item that you would like to use for My Shortlist"/>
<field type="spacer" name="spacer-hr3" hr="true"/>
<field type="spacer" name="spacer_title4" label="URL Parameters"/>
<field name="exact_url"
type="radio"
default="1"
label="Exact URL"
description="This is an advanced option about the url retrieval way. If your site is http and your server/host supports https this should be No.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="disable_https"
type="radio"
default="1"
label="Disable HTTPS"
description="This is an advanced option about the url retrieval way. Please enable it if My ShortList posts in https and your site is http.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="fixed_url"
type="radio"
default="0"
label="Fixed URL"
description="A simple solution to people that want to use My ShortList in an exact page. Change this to Yes and write the URL of My ShortList in the Fixed URL Address parameter">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="fixed_url_address"
type="text"
default=""
label="Fixed URL Address"
description="If fixed url is true, this address is used for My ShortList to post itself."/>
<field name="absolute_link"
type="radio"
default="0"
label="Use Absolute Link"
description="Turn this to Yes, if you are facing problems when clicking on a saved favourite.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="fixed_itemid"
type="text" default=""
label="Fixed ItemId"
description="Use this ItemId, if you would like to apply a certain item id on the links produced by My Shortlist."/>
<field name="menu_itemids_with_article_ids"
type="textarea" default=""
label="Menu ItemIds to Article IDs List"
description="Use this list to connect articles to menu items. Each line is for a menu item, with an equation to the article ids, separated by a comma (,). It can be used as follows: Menu ItemId=Article ID 1, Article ID 2. Example: 42=1,2,5,15" rows="6"/>
<field name="cookie_prefix"
type="text" default=""
label="Cookie Prefix"
description="Use this prefix, if you would like to have more than one My ShortList lists on your site."/>
<field name="auto_menu_itemid"
type="radio"
default="0"
label="Automatically Append Menu Itemid"
description="If you would like to keep the menu itemids when clicking on links, please turn this to Yes.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="sobi_fid"
type="text" default="1"
label="Sobi Pro Name Field ID"
description="This is the Sobi Pro Field ID for the Name to be used"/>
<field name="jea_ref_or_title"
type="radio" default="1"
label="JEA Title"
description="Select which field you would like to use as the title for JEA Properties">
<option value="0">Reference</option>
<option value="1">Title</option>
</field>
<field type="spacer" name="spacer-hr4" hr="true"/>
<field type="spacer" name="spacer_title5" label="Module Class Suffix Parameter"/>
<field name="moduleclass_sfx"
type="text"
default=""
label="Module Class Suffix"
description="If you want to apply a custom style, change this class suffix." />
</fieldset>
<fieldset name="advanced">
<field name="cache" type="list"
default="1" label="Caching"
description="Select whether to cache the content of this module">
<option value="1">Use global</option>
<option value="0">No caching</option>
</field>
<field name="cache_time" type="text"
default="900" label="Cache Time"
description="The time before the module is recached" />
<field name="showdebug" type="radio"
default="0" label="Show Debug"
description="Select whether or not you want to show the debug dialog">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset></fields></config>
</extension>