<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="log_secondwebmaster_email" active="1">
	<title>Another WebMaster Email for Contact Us Mails</title>
	<description><![CDATA[Allows you to add another webmaster email to the forum which will be used for "contact us" page. Hack by Logician]]></description>
	<version>2.0</version>
	<codes>
	</codes>
	<templates>
	</templates>
	<plugins>
		<plugin active="1">
			<title>Add Another Email for Contact Us Mails</title>
			<hookname>sendmessage_docontactus_complete</hookname>
			<phpcode><![CDATA[// Logician Hack : Add Another Email for Contact Us Mails
if ($vbulletin->options['webmasteremail2'] AND $destemail == $vbulletin->options['webmasteremail'])
{
$destemail = $vbulletin->options['webmasteremail2'];
}

// Logician Hack : Add Another Email for Contact Us Mails]]></phpcode>
		</plugin>
	</plugins>
	<phrases>
		<phrasetype name="vBulletin Settings" fieldname="vbsettings">
			<phrase name="setting_webmasteremail2_desc"><![CDATA[If you enter a email here, it is used to contact you when users fill the contact us page. By this way contact us page email and forum generated mails FROM: address can be seperated and your account can be free of bouncing mails.]]></phrase>
			<phrase name="setting_webmasteremail2_title"><![CDATA[WebMaster Email for Contact Us Page]]></phrase>
		</phrasetype>
	</phrases>
	<options>
		<settinggroup name="address" displayorder="20">
			<setting varname="webmasteremail2" displayorder="55">
				<datatype>free</datatype>
			</setting>
		</settinggroup>
	</options>
</product>

