<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Making email a required field in Guestbook 2.3.1"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Making email a required field in Guestbook 2.3.1"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Making email a required field in Guestbook 2.3.1</title>
				<description><![CDATA[ Hi all...back again with another delimma I hope someone can help me with.  I have searched for an answer to this, but maybe I haven't made my searches clear.  <br /> <br /> I am looking for a way to make the email address in the "add entry" a required field, just like the "name" and the "your message" fields.  I figured how to add the "*" next to it (E-Mail), but can't figure out where I need to make it required.<br /> <br /> Any and all help much appreciated!  If this has been answered before, please point me in the right direction.<br /> <br /> thanks,<br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9338.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9338.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 03:11:26]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try this post...<br /> <br /> [color="red"]&lt;&lt;&lt;[url]http://proxy2.de/forum/viewtopic.php?t=2877[/url]&gt;&gt;&gt;[/color].<br /> <br /> You should be able to figure a solution, if not, post a message or email to guestbook at kahlil dot org and I'll try and look at it over the weekend.<br /> <br /> Trevor]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9355.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9355.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 23:53:39]]> GMT</pubDate>
				<author><![CDATA[ Trevor]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Trevor.  I'll play with it over the weekend and see what I can come up with.<br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9359.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9359.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 00:34:21]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Trevor"]Try this post...<br /> <br /> [color="red"]&lt;&lt;&lt;[url]http://proxy2.de/forum/viewtopic.php?t=2877[/url]&gt;&gt;&gt;[/color].<br /> <br /> You should be able to figure a solution, if not, post a message or email to guestbook at kahlil dot org and I'll try and look at it over the weekend.<br /> <br /> Trevor[/quote]<br /> <br /> Trevor, thanks so much.  A lot easier than I thought it would be.  E-mail is now a required field in my guestbook.<br /> <br /> thanks again,<br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9361.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9361.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 05:53:58]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you remember to add the email entry to the javascript to have it pop up the error box if it is not filled in?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9366.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9366.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 12:54:24]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ @Carbonize<br /> <br /> Actually, no, I didn't.  It goes to the "error page" and tells me to go back and make changes and submit again.  <br /> <br /> I'm still very new to this... <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />   and wasn't sure where to do that part.  I'll mess around with that over the weekend, and see if I can pinpoint where it is.<br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9375.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9375.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 18:22:03]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Now it seems that I've run in to another snag.  I want to use my own "E-mail Notification Message".  No problem changing the message in the General Options, however it seems that it is limited to a certain number of characters.<br /> <br /> I have tried changing the panel_main.php:<br /> <br /> [quote]&lt;tr bgcolor="#f7f7f7"&gt;<br />     &lt;td width=50% valign=top&gt;<br />       &lt;font size="2" face="Verdana, Arial"&gt;&lt;b&gt;E-mail Notification Message&lt;/b&gt;&lt;/font&gt;&lt;br&gt;<br />        &lt;font size="1" face="Verdana, Arial"&gt;You can customize the exact wording for the message.<br />         Edit the wording in the box to the right.&lt;/font&gt;<br />     &lt;/td&gt;<br />     &lt;td width=50% valign=top&gt;<br />       &lt;textarea [b]rows="30" cols="40"[/b] wrap="virtual" name="notify_mes"&gt;&lt;?php echo $this-&gt;VARS["notify_mes"]; ?&gt;&lt;/textarea&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;[/quote]<br /> <br /> and can get the text area itself bigger, but no matter what I put, it seems it is limited to 121 characters.  I assume (probably incorrectly)it has something to do with this:  [b]"$this-&gt;VARS["notify_mes"]; "[/b] ?????<br /> <br /> but cannot find where to change this value. <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />  <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9377.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9377.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 20:09:07]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title>nevermind</title>
				<description><![CDATA[ Please disregard my previous question.  I finally found the answer.<br /> <br /> Thanks again to all that helped  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/9399.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/9399.php</link>
				<pubDate><![CDATA[Sun, 25 Jul 2004 18:01:17]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry about this i cant seem to work out the code can someone please post the bit i am to change/add in.<br /> <br /> With Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3388/10659.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3388/10659.php</link>
				<pubDate><![CDATA[Mon, 27 Sep 2004 21:57:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>