Your IP : 216.73.216.89


Current Path : /home/azimutno/azimutno/www/modules/mod_jf_login/
Upload File :
Current File : /home/azimutno/azimutno/www/modules/mod_jf_login/mod_jf_login.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1" client="site" method="upgrade">
	<name>JF Login</name>
	<author>JoomForest.com</author>
	<creationDate>16.07.16</creationDate>
	<copyright>Copyright (C) 2011-2016 JoomForest.com, All rights reserved.</copyright>
	<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
	<authorEmail>support@joomforest.com</authorEmail>
	<authorUrl>http://www.joomforest.com/</authorUrl>
	<version>1.3</version>
	<description><![CDATA[JoomForest.com - JF Login v1.3 (Module for Joomla).<style type='text/css'>.spacer{display:block;width:600px;height:20px;background:#ddd}.jf_size_width_medium{width:70%}</style>]]></description>
	<files>
		<filename module="mod_jf_login">mod_jf_login.php</filename>
		<filename>index.html</filename>
		<filename>mod_jf_login.xml</filename>
		<filename>helper.php</filename>
		<filename>LICENSE.txt</filename>
		<folder>assets</folder>
		<folder>tmpl</folder>
	</files>
	<languages>
		<language tag="en-GB">en-GB.mod_jf_login.ini</language>
	</languages>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="pretext" type="textarea" filter="safehtml" cols="30" rows="5" label="Pre-text" description="This is the text or HTML that is displayed above the login form." />
				<field name="posttext" type="textarea" filter="safehtml" cols="30" rows="5" label="Post-text" description="This is the text or HTML that is displayed below the login form." />
				<field name="login" type="menuitem" disable="separator,alias,heading,url" label="Login Redirection Page" description="Select the page the user will be redirected to after a successful login. Select from all the pages listed in the dropdown menu. Choosing &quot;Default&quot; will return to the same page." >
					<option value="">JDEFAULT</option>
				</field>
				<field name="logout" type="menuitem" disable="separator,alias,heading,url" label="Logout Redirection Page" description="Select the page the user will be redirected to after successfully ending their current session by logging out. Select from all the pages listed in the dropdown menu. Choosing &quot;Default&quot; will return to the same page." >
					<option value="">JDEFAULT</option>
				</field>
				<field name="greeting" type="radio" class="btn-group btn-group-yesno" default="1" label="Show Greeting" description="Show or hide the simple greeting text.">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
				<field name="name" type="list" default="0" label="Show Name/Username" description="Displays name or username after logging in.">
					<option value="0">Name</option>
					<option value="1">Username</option>
				</field>
				<field name="usesecure" type="radio" class="btn-group btn-group-yesno" default="0" label="Encrypt Login Form" description="Submit encrypted login data (requires SSL). Do not enable this option if Joomla is not accessible using the https:// protocol prefix.">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
				
				<field type="spacer" hr="true" />
				
				<field name="jf_bs_tooltips" 				type="radio" 	default="0" label="Bootstrap Tooltips" 			description="Enable it if you want to have tooltips on that module (NOTE! - Dont enable it if you already use it, for example, on our templates this feature is already enabled)" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_fa" 						type="radio" 	default="0" label="Font-Awesome" 				description="Enable it if you want to have 'Font-Awesome' icons on that module (NOTE! - Dont enable it if you already use it, for example, on our templates this feature is already enabled)" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_fa_Sheet"					type="text" 	default="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"  label="Font-Awesome Stylesheet CDN" 	description="Type Stylesheet URL which you want to attach. (NOTE! - Make sure you have enabled 'Font-Awesome' option above)" class="jf_size_width_medium"/>
				
				<field type="spacer" hr="true" />
				
				<field name="jf_gfont" 						type="radio" 	default="0" label="Google Fonts" 				description="Enable or Disable Google Font for Module" class="btn-group" >
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_gfont_Sheet"				type="text" 	default="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz" 	label="Google Fonts Stylesheet" 	description="Type Font Stylesheet URL which you want to attach, for example - '//fonts.googleapis.com/css?family=Yanone+Kaffeesatz' (NOTE! - Make sure you have enabled 'Google Font' option above)" class="jf_size_width_medium"/>
				<field name="jf_gfont_Name"					type="text" 	default="Yanone Kaffeesatz" 	label="Google Font Name" 		description="Type Google font name, for example - 'Yanone Kaffeesatz'"/>
				
				<field type="spacer" hr="true" />
				
				<field name="jf_UC_btn_bg" 					type="color" 	default="#222222" 	label="Modal Button Background" 			description="Choose Color" />
				<field name="jf_UC_btn_text" 				type="color" 	default="#dddddd" 	label="Modal Button Text" 					description="Choose Color" />
				<field name="jf_UC_btn_shadowInset" 		type="color" 	default="#000000" 	label="Modal Button Inset Shadow" 			description="Choose Color" />
				<field name="jf_UC_btn_borderB" 			type="color" 	default="#444444" 	label="Modal Button Border-Bottom" 			description="Choose Color" />
				<field name="jf_UC_btn_loginBtnBG" 			type="color" 	default="#448A94" 	label="Login Button Background" 			description="Choose Color" />
				<field name="jf_UC_btn_loginBtnText" 		type="color" 	default="#ffffff" 	label="Login Button Text" 					description="Choose Color" />
				<field name="jf_UC_btn_links" 				type="color" 	default="#448A94" 	label="Modal Links" 						description="Choose Color" />
				<field name="jf_UC_btn_logoutBtnBG" 		type="color" 	default="#333333" 	label="Logout Button Background" 			description="Choose Color" />
				<field name="jf_UC_btn_logoutBtnText" 		type="color" 	default="#ffffff" 	label="Logout Button Text" 					description="Choose Color" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_register" 			type="radio" 	default="1" label="Register Link" 				description="Enable or to Disable 'Register Link' in module?" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_register_link_url" 	type="text" 	default="" 	label="Register Link URL" 			description="Type a custom URL (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check option below)" />
				<field name="jf_login_register_link_menu" 	type="menuitem" default="" 	label="Register MenuItem Link" 		description="(NOTE! - If you want to use this option, please clear and leave empty above 'Register Link URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_1" 		type="radio" 	default="0" label="Custom Link #1" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_1_url" 	type="text" 	default="" 	label="Custom Link #1 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_1_menu" 	type="menuitem" default="" 	label="Custom Link #1 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_1_text" 	type="text" 	default="" 	label="Custom Link #1 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_2" 		type="radio" 	default="0" label="Custom Link #2" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_2_url" 	type="text" 	default="" 	label="Custom Link #2 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_2_menu" 	type="menuitem" default="" 	label="Custom Link #2 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_2_text" 	type="text" 	default="" 	label="Custom Link #2 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_3" 		type="radio" 	default="0" label="Custom Link #3" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_3_url" 	type="text" 	default="" 	label="Custom Link #3 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_3_menu" 	type="menuitem" default="" 	label="Custom Link #3 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_3_text" 	type="text" 	default="" 	label="Custom Link #3 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_4" 		type="radio" 	default="0" label="Custom Link #4" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_4_url" 	type="text" 	default="" 	label="Custom Link #4 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_4_menu" 	type="menuitem" default="" 	label="Custom Link #4 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_4_text" 	type="text" 	default="" 	label="Custom Link #4 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_5" 		type="radio" 	default="0" label="Custom Link #5" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_5_url" 	type="text" 	default="" 	label="Custom Link #5 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_5_menu" 	type="menuitem" default="" 	label="Custom Link #5 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_5_text" 	type="text" 	default="" 	label="Custom Link #5 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_6" 		type="radio" 	default="0" label="Custom Link #6" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_6_url" 	type="text" 	default="" 	label="Custom Link #6 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_6_menu" 	type="menuitem" default="" 	label="Custom Link #6 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_6_text" 	type="text" 	default="" 	label="Custom Link #6 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_7" 		type="radio" 	default="0" label="Custom Link #7" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_7_url" 	type="text" 	default="" 	label="Custom Link #7 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_7_menu" 	type="menuitem" default="" 	label="Custom Link #7 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_7_text" 	type="text" 	default="" 	label="Custom Link #7 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_8" 		type="radio" 	default="0" label="Custom Link #8" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_8_url" 	type="text" 	default="" 	label="Custom Link #8 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_8_menu" 	type="menuitem" default="" 	label="Custom Link #8 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_8_text" 	type="text" 	default="" 	label="Custom Link #8 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_9" 		type="radio" 	default="0" label="Custom Link #9" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_9_url" 	type="text" 	default="" 	label="Custom Link #9 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_9_menu" 	type="menuitem" default="" 	label="Custom Link #9 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_9_text" 	type="text" 	default="" 	label="Custom Link #9 - Text" 		description="Type Link Text" />
				
				<field type="spacer" hr="true" />
				
				<field name="jf_login_custom_link_10" 		type="radio" 	default="0" label="Custom Link #10" 				description="Enable or to Disable 'Custom Link' in module? - This link will be shown after login in module popup" class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="jf_login_custom_link_10_url" 	type="text" 	default="" 	label="Custom Link #10 - URL" 		description="Type URL, for example - 'http://www.joomforest.com' (NOTE! - Leave it empty if you want to link it to joomla 'MenuItem', check the option below)" />
				<field name="jf_login_custom_link_10_menu" 	type="menuitem" default="" 	label="Custom Link #10 - MenuItem" 	description="(NOTE! - If you want to use this option, please clear and leave empty above 'Custom Link 1 - URL' option ) here choose which menu item you want to link this button">
					<option value="">JDEFAULT</option>
				</field>
				<field name="jf_login_custom_link_10_text" 	type="text" 	default="" 	label="Custom Link #10 - Text" 		description="Type Link Text" />
			</fieldset>
			
			<fieldset
				name="advanced">
				<field
					name="layout"
					type="modulelayout"
					label="JFIELD_ALT_LAYOUT_LABEL"
					description="JFIELD_ALT_MODULE_LAYOUT_DESC" />

				<field
					name="moduleclass_sfx"
					type="textarea" rows="3"
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
					description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />

				<field
					name="cache"
					type="list"
					default="1"
					label="COM_MODULES_FIELD_CACHING_LABEL"
					description="COM_MODULES_FIELD_CACHING_DESC">
					<option
						value="1">JGLOBAL_USE_GLOBAL</option>
					<option
						value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>

				<field
					name="cache_time"
					type="text"
					default="900"
					label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
					description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
			</fieldset>
		</fields>
	</config>
	<updateservers>
		<server type="extension" name="JF Login" priority="1">https://updates.joomforest.net/extensions/jf_login.xml</server>
	</updateservers>
</extension>