<?xml version="1.0" encoding="ISO-8859-1"?>
<settingexport exported="1126532516">
	<settinggroup>
		<setting>
			<conf_id>340</conf_id>
			<conf_title><![CDATA[Allow &quot;Display Names&quot;]]></conf_title>
			<conf_description><![CDATA[If enabled, the member can choose a "Display Name" that is separate from their "Log in UserName". This is REQUIRED when using non-internal authentication methods.]]></conf_description>
			<conf_group>18</conf_group>
			<conf_type>yes_no</conf_type>
			<conf_key>auth_allow_dnames</conf_key>
			<conf_value></conf_value>
			<conf_default>1</conf_default>
			<conf_extra></conf_extra>
			<conf_evalphp></conf_evalphp>
			<conf_protected>1</conf_protected>
			<conf_position>1</conf_position>
			<conf_start_group>Display Name Set-Up</conf_start_group>
			<conf_end_group>0</conf_end_group>
			<conf_help_key></conf_help_key>
			<conf_add_cache>1</conf_add_cache>
			<conf_title_keyword>converge</conf_title_keyword>
		</setting>

		<setting>
			<conf_id>185</conf_id>
			<conf_title>Type of search to use?</conf_title>
			<conf_description><![CDATA[Choose between "full text" searching or "manual" searching.
<!--FULLTEXT-->
<br />
<!--FULLCHECK-->]]></conf_description>
			<conf_group>19</conf_group>
			<conf_type>dropdown</conf_type>
			<conf_key>search_sql_method</conf_key>
			<conf_value></conf_value>
			<conf_default>man</conf_default>
			<conf_extra>ftext=Full Text
man=Manual</conf_extra>
			<conf_evalphp><![CDATA[if ( $show == 1 )
{
	$this->ipsclass->admin->get_mysql_version();
	if ( $this->ipsclass->mysql_version < 32323 )
	{
		$full_text = "<span style='color:red'><b>FULL TEXT SEARCHING IS NOT AVAILABLE ON YOUR SERVER.</b></span>";
	}
	else
	{
		$full_text = "<b>Full text available</b>";
	}
	
	if ( ! $this->ipsclass->admin->get_fulltextindex_status() )
	{
		$index = "<span style='color:red'><b>NO FULL TEXT INDEXES FOUND</b></span>: <a href='{$this->ipsclass->base_url}&section=tools&act=op&code=dofulltext'>Build indexes now!</a>";
	}
	else
	{
		$index = "<b>Full text indexes found</b>";
	}
	
	$r['conf_description'] = str_replace( "<!--FULLTEXT-->", $full_text, $r['conf_description'] );
	$r['conf_description'] = str_replace( "<!--FULLCHECK-->", $index, $r['conf_description'] );
}]]></conf_evalphp>
			<conf_protected>1</conf_protected>
			<conf_position>1</conf_position>
			<conf_start_group></conf_start_group>
			<conf_end_group>0</conf_end_group>
			<conf_help_key></conf_help_key>
			<conf_add_cache>1</conf_add_cache>
			<conf_title_keyword>searchsetup</conf_title_keyword>
		</setting>

		<setting>
			<conf_id>343</conf_id>
			<conf_title>Prohibit Display Names from selecting Log In names</conf_title>
			<conf_description><![CDATA[If "yes", one is not able to choose a display name that is the same as another's display name OR another's log in name. If "no" one is not able to choose a display name that is the same as another's display name only.]]></conf_description>
			<conf_group>18</conf_group>
			<conf_type>yes_no</conf_type>
			<conf_key>auth_dnames_nologinname</conf_key>
			<conf_value></conf_value>
			<conf_default>1</conf_default>
			<conf_extra></conf_extra>
			<conf_evalphp></conf_evalphp>
			<conf_protected>1</conf_protected>
			<conf_position>3</conf_position>
			<conf_start_group></conf_start_group>
			<conf_end_group>1</conf_end_group>
			<conf_help_key></conf_help_key>
			<conf_add_cache>1</conf_add_cache>
			<conf_title_keyword>converge</conf_title_keyword>
		</setting>

		<setting>
			<conf_is_title>1</conf_is_title>
			<conf_title_keyword>converge</conf_title_keyword>
			<conf_title_title>Converge Set Up</conf_title_title>
			<conf_title_desc>Converge is Invision Power Services central authentication method for all IPS applications. This allows you to have a single log-in for all your IPS products.</conf_title_desc>
			<conf_title_noshow>0</conf_title_noshow>
		</setting>

		<setting>
			<conf_is_title>1</conf_is_title>
			<conf_title_keyword>searchsetup</conf_title_keyword>
			<conf_title_title>Search Set-Up</conf_title_title>
			<conf_title_desc><![CDATA[This section contains settings for your IPB's search system]]></conf_title_desc>
			<conf_title_noshow>0</conf_title_noshow>
		</setting>
	</settinggroup>

</settingexport>