Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/plugins/system/flexisystem/
Upload File :
Current File : /home/cbequiperp/www/plugins/system/flexisystem/flexisystem.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="1.6" group="system" method="upgrade">
	<name>System - Flexisystem, core tasks</name>
	<author>Emmanuel Danan</author>
	<creationDate>June 2009</creationDate>
	<copyright>Copyright (C) 2009 Emmanuel Danan</copyright>
	<license>GNU/GPL v2</license>
	<authorEmail>emmanuel@vistamedia.fr</authorEmail>
	<authorUrl>www.vistamedia.fr</authorUrl>
	<version>1.1</version>
	<description>FLEXI_PLUGIN_SYSTEM</description>
	<files>
		<filename plugin="flexisystem">flexisystem.php</filename>
		<filename>index.html</filename>
	</files>
	
	<languages>
		<language tag="en-GB">en-GB.plg_system_flexisystem.ini</language>
		<language tag="en-GB">en-GB.plg_system_flexisystem_common_fe.ini</language>
		<language tag="en-GB">en-GB.plg_system_flexisystem_common_be.ini</language>
	</languages>
	<config>
	<fields name="params"  addfieldpath="/administrator/components/com_flexicontent/elements">
		<fieldset name="basic" addfieldpath="/administrator/components/com_flexicontent/elements">

			<!--field name="redirect_method_fe" type="list" default="1" label="Joomla article view handling" description="Select method of redirecting Joomla article view to flexicontent item view. NOTE: The Redirect method, will show modules assigned to FLEXIcontent menu items the Reroute method will show modules assigned to Joomla category / article menu items. Also the redirect method may cause redirect loops when using third party SEF extensions.">
				<option value="0">Redirect to FLEXIcontent item view</option>
				<option value="1">Reroute to FLEXIcontent item view</option>
			</field-->

			<field name="" type="separator" default="URL redirections" level="level2" />
			<field name="exclude_redirect_cats" type="flexiusergroup" default="" multiple="true" size="6" label="Allow Joomla category manager to" description="All non-selected usergroups will be redirected to FLEXIcontent category manager" />
			<field name="exclude_redirect_articles" type="flexiusergroup" default="" multiple="true" size="6" label="Allow Joomla article manager to" description="All non-selected usergroups will be redirected to FLEXIcontent item manager" />
			<field name="excluded_redirect_urls" type="textarea" rows="3" cols="80" label="Exclude urls from redirection (enter a part) (BACKEND Only)" description="if you have trouble with some URLs unwantingly redirecting to FLEXIcontent URLs, you can enter here a sub-string of them, in order to exclude them from redirection. Seperate urls with %% DO NOT add new line characters" />

			<field name="redirect_pdf_format" type="radio" default="1" label="Redirect pdf format" description="Joomla 2.5 does not support PDF natively, this provides a solution for J1.5 upgraded sites that used it, by redirecting to HTML version" class="btn-group btn-group-yesno">
				<option value="0">FLEXI_NO</option>
				<option value="1">FLEXI_YES</option>
				<option value="2">Yes, Display Notice</option>
			</field>

			<field name="" type="separator" default="Auto-Checkins" level="level2" />
			<field name="checkin_on_session_end" type="radio" default="1" label="Check-in on user logout / session expiration" description="Check-out records (items,categories,etc) will be checked-in on user logout or session expiration" class="btn-group btn-group-yesno">
				<option value="0">FLEXI_NO</option>
				<option value="1">FLEXI_YES</option>
			</field>
			<field name="limit_checkout_hours" type="radio" default="1" label="Time-Limit check-outs" description="Impose a maximum time for checked-out records. Records exceeding this limit whill be automatically checked-in" class="btn-group btn-group-yesno">
				<option value="0">FLEXI_NO</option>
				<option value="1">FLEXI_YES</option>
			</field>
			<field name="max_checkout_hours" type="text" label="Max checked out hours" description="Maximum allowed time an record (item,category,etc) should be checked out before automatically checking it in" default="24" />

			<field name="" type="separator" default="Auto-Archive, Auto-Unpublish" level="level2" />
			<!--field name="" type="separator" default="NOTE: There powerful Joomla extensions that allow more options and flexibility than this basic Feature" level="level3" /-->

			<field name="" type="separator" default="NOTE: if you are sending expiration emails, after items have expired, &lt;br/&gt; do not change item state, and do not clear publish down date" level="level3" class="alert alert-warning fcpadded" />
			<field name="archive_on_publish_down" type="radio" default="0" label="Items with expired dates" description="Enable this to automatically archive or unpublish items that their publish_down date is reached" class="btn-group btn-group-yesno">
				<option value="0">No action</option>
				<option value="1">Archive</option>
				<option value="2">Unpublish</option>
			</field>
			<field name="clear_publish_down_date" type="radio" default="1" showon="archive_on_publish_down:1,2" label="Clear publish down date" description="When auto-archiving expired items, also clear the publish-down date, this will make the auto-archived items visible in the archived view." class="btn-group btn-group-yesno">
				<option value="0">FLEXI_NO</option>
				<option value="1">Yes, Recommeneded</option>
			</field>

		</fieldset>
	</fields>
	</config>
</extension>