<?xml version="1.0" encoding="UTF-8"?>
<cbinstall version="1.05" type="plugin" group="user">
	<name>Invite</name>
	<author>Peter Carr</author>
	<creationDate>April 2007</creationDate>
	<copyright>2007 Peter Carr</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>attendevents@gmail.com</authorEmail>
	<authorUrl>developer.joomla.org</authorUrl>
	<description>Community Builder plug-in that allows current users to invite their friends to join.</description>
	<version>1.0</version>
	<files>
		<filename>index.html</filename>
		<filename plugin="invite">invite.php</filename>
		<filename>install.invite.php</filename>
		<filename>uninstall.invite.php</filename>
		<filename>invite.class.php</filename>
		<filename>invite.bot.php</filename>
		<filename>admin.comprofiler_invite.php</filename>
		<filename>admin.comprofiler_invite.html.php</filename>
		<filename>toolbar.comprofiler_invite.php</filename>
		<filename>toolbar.comprofiler_invite.html.php</filename>
		<filename>comprofiler_invite.php</filename>
		<filename>language/index.html</filename>
		<filename>language/english.php</filename>
	</files>
	<params>
		<param name="allowDuplicates" type="radio" label="Allow Duplicates" default="0" description="Controls whether multiple invitations can be sent to the same email address.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="profileVisibility" type="radio" label="Availability" default="1" description="Controls whether the \'Invitations\' tab is shown on all user profiles, or only the current user\'s profile.">
			<option value="0">All</option>
			<option value="1">User Only</option>
		</param>
		<param name="limit" type="text" label="Limit" default="10" description="For security reasons, the number of invitations that can be sent in a twenty-four hour period is limited.  Set to zero (0) to disable this feature.">
		</param>
		<param name="subject" type="text" label="Subject" default="{name} has invited you to join {sitename}" description="The subject line of the invitation email." size="30" />
		<param name="body" type="textarea" label="Body" default="{name} has invited you to join {sitename}.  You can do so by completing the registration form at {url}" description="The body of the invitation email." cols="30" rows="10" />
		<param name="uninstall" type="radio" label="Uninstall" default="1" description="Controls whether the Invite plugin should leave it\'s information behind when uninstalling.">
			<option value="1">Remove</option>
			<option value="0">Upgrade</option>
		</param>
	</params>
    <tabs>
		<tab name="Invitations" description="" class="inviteTab" fields="0" position="cb_tabmain" displaytype="tab">
			<fields>
			</fields>
		</tab>
	</tabs>
	<installfile>install.invite.php</installfile>
	<uninstallfile>uninstall.invite.php</uninstallfile>
</cbinstall>