Your IP : 216.73.216.84


Current Path : /home/helpink/www/modules/mod_jbusinesscategoriesevents/
Upload File :
Current File : /home/helpink/www/modules/mod_jbusinesscategoriesevents/mod_jbusinesscategoriesevents.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1" client="site" method="upgrade">
	<name>JBusinessCategoriesEvents</name>
	<creationDate>December 2015</creationDate>
	<author>CMSJunkie</author>
	<copyright>(C) CMSJunkie. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html</license>
	<authorEmail>info@cmsjunkie.com</authorEmail>
	<authorUrl>www.cmsjunkie.com</authorUrl>
	<version>1.0.0</version>	
	<description>JBusinessCategoriesEvents</description>

    <files>
        <filename>mod_jbusinesscategoriesevents.xml</filename>
        <filename module="mod_jbusinesscategoriesevents">mod_jbusinesscategoriesevents.php</filename>
        <filename>index.html</filename>
        <filename>helper.php</filename>
   		<folder>assets</folder>
		<folder>tmpl</folder>
    </files>

	<languages>
		<language tag="de-DE">language/de-DE/de-DE.mod_jbusinesscategories.ini</language>
		<language tag="de-DE">language/de-DE/de-DE.mod_jbusinesscategories.sys.ini</language>
		<language tag="en-GB">language/en-GB/en-GB.mod_jbusinesscategoriesevents.ini</language>
		<language tag="en-GB">language/en-GB/en-GB.mod_jbusinesscategoriesevents.sys.ini</language>
		<language tag="es-ES">language/es-ES/es-ES.mod_jbusinesscategories.ini</language>
		<language tag="es-ES">language/es-ES/es-ES.mod_jbusinesscategories.sys.ini</language>
		<language tag="fr-FR">language/fr-FR/fr-FR.mod_jbusinesscategories.ini</language>
		<language tag="fr-FR">language/fr-FR/fr-FR.mod_jbusinesscategories.sys.ini</language>
		<language tag="nl-NL">language/nl-NL/nl-NL.mod_jbusinesscategories.ini</language>
		<language tag="nl-NL">language/nl-NL/nl-NL.mod_jbusinesscategories.sys.ini</language>
		<language tag="pt-PT">language/pt-PT/pt-PT.mod_jbusinesscategories.ini</language>
		<language tag="pt-PT">language/pt-PT/pt-PT.mod_jbusinesscategories.sys.ini</language>
	</languages>

	<config>
		<fields name="params">
			<fieldset name="basic" addfieldpath="/administrator/components/com_jbusinessdirectory/models/fields" addfieldprefix="Joomla\Component\Menus\Administrator\Field">
				<field
						name="viewtype"
						type="radio"
						class="btn-group"
						default="menu"
						label="View type"
						description="Choose the module layout">
					<option
							value="menu">Menu</option>
					<option
							value="slider">Slider</option>
					<option
							value="accordion">Accordion</option>
					<option
							value="grid_icons">Grid Icons</option>
					<option
							value="grid">Grid</option>
					<option
							value="boxes">Boxes</option>
				</field>

				<field
						name="phoneGridOption"
						type="phonegridoptions"
						multiple="false"
						size="10"
						default="col-12"
						label="Mobile Layout"
						description="Select Mobile Layout" >
				</field>

				<field
						name="tabletGridOption"
						type="tabletgridoptions"
						multiple="false"
						size="10"
						default="col-md-3"
						label="Tablet Layout"
						description="Select Tablet Layout" >
				</field>

				<field
						name="desktopGridOption"
						type="desktopgridoptions"
						multiple="false"
						size="10"
						default="col-lg-4"
						label="Desktop Layout"
						description="Select Desktop Layout" >
				</field>

				<field
						name="categoryIds"
						type="businesscategories"
						multiple="true"
						size="10"
						default="0"
						label="Event Categories"
						category_type="3"
						description="Select Event categories">
				</field>

				<field
						name="showviewall"
						type="radio"
						class="btn-group"
						default="0"
						label="Show view all"
						description="Display view all link at the bottom">
					<option
							value="1">JYES</option>
					<option
							value="0">JNO</option>
				</field>
			</fieldset>

			<fieldset name="slider" label="Slider view options">
				<field
						name="nrVisibleItems"
						type="text"
						default="4"
						label="Visible items"
						description="Number of business that will be visible at one time" />

				<field
						name="nrItemsToScrool"
						type="text"
						default="1"
						label="Number of items to scrool"
						description="Number of businesses that will be scrooled" />

				<field
						name="autoplay"
						type="radio"
						class="btn-group"
						default="0"
						label="Autoplay"
						description="Automatic scroll">
					<option
							value="1">JYES</option>
					<option
							value="0">JNO</option>
				</field>

				<field
						name="autoplaySpeed"
						type="text"
						default="2000"
						label="Autoplay Speed"
						description="Speef of the autoplay" />
			</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="text"
					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>
</extension>