<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="community">
	<name>Friend's Location</name>
	<author>AzrulStudio</author>
	<creationDate>27 October 2008</creationDate>
	<copyright>Copyright (C) 2008. All rights reserved.</copyright>
	<license></license>
	<authorEmail></authorEmail>
	<authorUrl></authorUrl>
	<version>1.0</version>
	<isapplication>true</isapplication>
	<description>
		Friends Location plugin for JomSocial AzrulStudio 2008
	</description>
	<languages>
	    <language tag="en-GB">en-GB.plg_friendslocation.ini</language>
	</languages>
	<files>
		<file plugin="friendslocation">friendslocation.php</file>
		<folder>friendslocation</folder>
	</files>	
	<params>
		<param name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appear in the users applications list but it will allow this application to appear in the user profile automatically if selected.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="mapkey" type="text" default="" label="Google Maps API Key" description="Google Maps API Key register at http://code.google.com/apis/maps/ to get the key." />
		<param name="town_field_code" type="text" default="FIELD_CITY" label="Town field code" description="The town field code. (default is FIELD_CITY)" />
		<param name="state_field_code" type="text" default="FIELD_STATE" label="State field code" description="The state field code. (default is FIELD_STATE)" />
		<param name="country_field_code" type="text" default="FIELD_COUNTRY" label="Country field code" description="The country field code. (default is FIELD_COUNTRY)" />
		<param name="count" type="text" default="0" label="Count" description="The number of friend to display (default is 0 no limit)" />	
		<param name="show_karma" type="list" default="1" label="Show karma / point" description="Select whether to show the karma or points">
			<option value="1">Karma</option>
			<option value="2">Points</option>
			<option value="0">None</option>
		</param>
		<param name="width" type="text" default="480" label="Width" description="Width of the canvas (default is 480px)" />
		<param name="height" type="text" default="340" label="Height" description="Height of the canvas (default is 340px)" />
		<param name="auto_zoom" type="list" default="1" label="Auto Zoom" description="The map will auto zoom based on the marker loacation if this is switch on (might causes slowdown if enable).">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="auto_center" type="list" default="1" label="Auto Center" description="The map will auto set its center based on the marker loacation if this is switch on (might causes slowdown if enable).">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="mouse_scroll_zoom" type="list" default="1" label="Mouse Scroll Zoom" description="If enable, you can zoom with the mouse scroll (might causes slowdown if enable).">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="continuous_zoom" type="list" default="1" label="Continuous Zoom" description="Enable smooth zooming on certain browser (might causes slowdown if enable).">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
	</params>
</install>

