<?xml version="1.0" encoding="UTF-8"?>
<cbinstall version="1.0" type="plugin" group="user">
	<name>CB Connections</name>
	<author>JoomlaJoe</author>
	<creationDate>2007-07-16</creationDate>
	<copyright>(C) 2005-2007 joomlapolis.com</copyright>
	<license>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2</license>
	<authorEmail>beat@joomlapolis.com</authorEmail>
	<authorUrl>www.joomlapolis.com</authorUrl>
	<version>1.1</version>
	<description>Provides CB Core Connections functionality</description>
	<files>
		<filename plugin="cb.connections">cb.connections.php</filename>
		<filename>index.html</filename>
	</files>
	<params>
		<param name="@spacer" type="spacer" default="Display Settings" label="User Profile Status :" description="" />
		<param name="con_StatDisplay" type="list" default="1" label="Display connection statistics" description="">
			<option value="1">Show in user status</option>
			<option value="0">Hide</option>
		</param>
	</params>
	<tabs>
		<tab name="_UE_CONNECTION" description="" class="getConnectionTab" fields="0" position="cb_main" displaytype="tab">
			<params>
				<param name="con_ShowTitle" type="radio" default="1" label="Show Title" description="Show a title">
					<option value="0">_UE_NO</option>
					<option value="1">_UE_YES</option>
				</param>
				<param name="con_ShowSummary" type="radio" default="0" label="Show Summary" description="Shows a small number of connections with a link to see them all in paginated form.">
					<option value="0">_UE_NO</option>
					<option value="1">_UE_YES</option>
				</param>
				<param name="con_SummaryEntries" type="text" default="4" label="Entries shown in Summary" description="If Show Summary is enabled, this is the number of connections displayed. Otherwise, this is ignored. Default is 4." />
				<param name="con_PagingEnabled" type="radio" default="1" label="Enable Paging" description="Allow entries to automatically page when they exceed the number per page limit.">
					<option value="0">_UE_NO</option>
					<option value="1">_UE_YES</option>
				</param>
				<param name="con_EntriesPerPage" type="text" default="10" label="Max entries shown or per Page" description="If paging is enabled, this is the number of connections per page. Otherwise, this is the number of connections to show. Default is 10." />
			</params>
			<fields>
			</fields>
		</tab>
		<tab name="_UE_CONNECTIONPATHS" description="" class="getConnectionPathsTab" fields="0" position="cb_head" displaytype="html">
			<params>
			</params>
			<fields>
			</fields>
		</tab>
	</tabs>
</cbinstall>