<?xml version="1.0" encoding="UTF-8"?>
<cbinstall version="1.0" type="plugin" group="user">
	<name>Profile URL</name>
	<author>Mike Feng Jinglong</author>
	<creationDate>2007-01-06</creationDate>
	<copyright>(C) 2007 http://mike.simbunch.com</copyright>
	<license>(C) 2007 http://mike.simbunch.com Feng Jinglong</license>
	<authorEmail>mike@simbunch.com</authorEmail>
	<authorUrl>mike.simbunch.com</authorUrl>
	<version>1.0</version>
	<description>
		<![CDATA[
		<div align="left">
<p>This plugin allows your users to change their own profile url to http://www.domain.com/[profile_name] (without the [ ])<br />
Upon installation, [profile_name] will default to the users' usernames, but they will be allowed to change it (!!!)<br />
Admin can edit which [profile_name] is not usable, like "administrator" or "admin"<br />
You can even edit profileurl_redirect.php and use it as your default 404 handling file<br /> 
More information on editing your .htaccess file (for Apache servers) or custom error handling (for Windows IIS):<br />
<a href="http://mike.simbunch.com" target="_blank"><img border="0" alt="Mike's Home" title="Mike's Home" src="/components/com_comprofiler/plugin/user/plug_profileurl/images/mike_logo.gif" /><br />http://mike.simbunch.com</a>.</p>
		</div>
		]]>
	</description>
	<files>
		<filename plugin="profileurl">profileurl.php</filename>
		<filename>index.html</filename>
		<filename>images/mike_logo.gif</filename>
		<filename>js/profileurl_ajax.js</filename>
		<filename>js/profileurl.js</filename>
		<filename>profileurl_redirect.php</filename>
		<filename>process_profileurl.php</filename>
	</files>
	<params>
		<param name="puDisallowed" type="textarea" cols="20" rows="5" default="administrator&lt;br /&gt;admin" label="Disallowed Names" description="Separate each name with a new line" />
	</params>	
	<tabs>
		<tab name="Profile URL" description="" class="getProfileURLTab" fields="0" position="cb_tabmain" displaytype="html">
			<params>
			</params>
			<fields>
				<field type="text" title="" name="pu_profilename" description="" registration="0" readonly="0" profile="0" />
			</fields>
		</tab>
	</tabs>   
	<install>
		<queries>
		</queries>
	</install>
	<uninstall>
		<queries>
		</queries>
	</uninstall>    
</cbinstall>
