<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook 2.3.1"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook 2.3.1"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook 2.3.1</title>
				<description><![CDATA[ How do i set it up to make someone put in there email before saving to guessbook<br /> <br /> <br /> with thanks<br /> <br /> Data0002]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11780.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11780.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 13:46:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ think this is the posting you want<br /> <br /> [url]http://proxy2.de/forum/viewtopic.php?t=2877[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11781.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11781.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 14:43:06]]> GMT</pubDate>
				<author><![CDATA[ fatjacK]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you for that fatjacK, but i still have one question to ask how do i set it up to check if the email address as being inputed right (eg not just the word test, to just bypass)<br /> <br /> Thanks<br /> <br /> data0002]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11782.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11782.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 15:05:13]]> GMT</pubDate>
				<author><![CDATA[ data0002]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've just tried it myself and the link I gave you explained how to get rid of the required fields but not really how to add them.<br /> <br /> I'm a bit of a newbie myself but I tried this and it seemed to work:<br /> <br /> [b]1.[/b] open form.php and find:<br /> <br /> <br /> [quote]if(document.book.gb_name.value == "") {<br />    alert("$LANG[ErrorPost1]");<br />    document.book.gb_name.focus();<br />    return false;<br />  }[/quote]<br /> <br /> copy and paste it immediately below and change gb_name to gb_email and ("$LANG[ErrorPost1]") to ("$LANG[ErrorPost12]")<br /> <br /> thus:<br /> <br /> [quote]if(document.book.gb_email.value == "") {<br />    alert("$LANG[ErrorPost12]");<br />    document.book.gb_name.focus();<br />    return false;<br />  }[/quote]<br /> <br /> [b]2.[/b]still in form.php find<br /> <br /> [quote]&lt;td width="25%" class="font1"&gt;&lt;img src="$GB_PG[base_url]/img/email.gif" width="15" height="15"&gt; $LANG[FormEmail]:&lt;/td&gt;[/quote]<br /> <br /> and just add an * between [FormEmail] and :&lt;/td&gt;<br /> <br /> [b]3.[/b] open english.php in the lang directory find the lines that begin with $lang and insert this one:<br /> <br /> [quote]$LANG["ErrorPost12"]  = "You forgot to fill in the email field. Please correct it and re-submit.";[/quote]<br /> as to verifying the email address I suspect a $VARS needs creating to ensure input is wildcard@wildcard - but thats beyond me.[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11783.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11783.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 16:32:38]]> GMT</pubDate>
				<author><![CDATA[ fatjacK]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ thanks fatjacK, i sorted that bit out, at the mo if i leave it blank it tells me to fill it in, but then i can put just put 1 letter in the box and it passes, where i need the full email address<br /> <br /> data0002]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11784.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11784.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 16:38:03]]> GMT</pubDate>
				<author><![CDATA[ data0002]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ try this: <br /> <br /> [quote]if(document.book.gb_email.value.search(/^.+@.+\..+$/)) {<br />    alert("$LANG[ErrorPost12]");<br />    document.book.gb_name.focus();<br />    return false;<br />  }[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11785.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11785.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 17:14:14]]> GMT</pubDate>
				<author><![CDATA[ fatjacK]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Forcing people to leave an email will either scare them off or they will end up just putting <a class="snap_shots" href="mailto:crap@crap.blah">crap@crap.blah</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11787.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11787.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 17:30:03]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you fatjacK for your help it now does what i want, Tanks again<br /> <br /> Data0002]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3872/11790.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3872/11790.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 17:33:12]]> GMT</pubDate>
				<author><![CDATA[ data0002]]></author>
			</item>
	</channel>
</rss>