<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ONW Simple Contact Form</title>
	<atom:link href="http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olympianetworks.com</link>
	<description>Peak Solutions for the World Wide Web</description>
	<lastBuildDate>Mon, 08 Feb 2010 06:44:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-975</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-975</guid>
		<description>Here&#039;s what Francis was talking about:

To modify the way the recaptcha displays, go into the plugin editor. In the main file (it should be the default file you&#039;re editing), go about two thirds of the way down the file to the Form Functions section. Find the second function called &#039;onw_form_val_js&#039;. You should see some code that looks like this:

`function onw_form_val_js($recaptcha) {
  
  // Prepare the javascript and assign it to a variable...
  $js_output = &#039;&lt;script language=&quot;Javascript&quot; type=&quot;text/javascript&quot;&gt;
    function onwFormValidate(){
      var nameField = document.getElementById(&quot;uName&quot;);
      var emailField = document.getElementById(&quot;uEmail&quot;);
      var messageField = document.getElementById(&quot;uMessage&quot;);
      var checkField = document.getElementById(&quot;uCheck&quot;);
      if(nameField.value==&quot;&quot;){
        alert(&quot;Please enter your name.&quot;);
        nameField.focus();
        return;`

Right before the part that says &#039;function onwFormValidate(){&#039;, you can insert the following code to modify the way the recaptcha form looks:

`var RecaptchaOptions = { theme: &quot;white&quot; };`

The default theme is red, but you can change it to white, blackglass, or clean. You can also add support for other languages with:

`var RecaptchaOptions = { lang: &quot;de&quot; };`

That changes the language to German. Use the appropriate language code for your language. To use both theme customization and alternate languages, write the code with a comma between theme and lang:

`var RecaptchaOptions = { theme: &quot;white&quot;, lang: &quot;de&quot; };`

I&#039;ll be working on integrating these settings in future releases of the plugin.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what Francis was talking about:</p>
<p>To modify the way the recaptcha displays, go into the plugin editor. In the main file (it should be the default file you&#8217;re editing), go about two thirds of the way down the file to the Form Functions section. Find the second function called &#8216;onw_form_val_js&#8217;. You should see some code that looks like this:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">function onw_form_val_js(<span style="font-weight:bold;color:#0000ff;">$recaptcha</span>) {</p>
<p>  <span style="color:#444444;"><em>// Prepare the javascript and assign it to a variable&#8230;<br />
</em></span><br />
  <span style="font-weight:bold;color:#0000ff;">$js_output</span> = '&lt;script language=<span style="color:#008800;font-weight:bold;">"Javascript"</span> type=<span style="color:#008800;font-weight:bold;">"text/javascript"</span>><br />
    function onwFormValidate(){<br />
      var nameField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uName"</span>);<br />
      var emailField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uEmail"</span>);<br />
      var messageField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uMessage"</span>);<br />
      var checkField = document.getElementById(<span style="color:#008800;font-weight:bold;">"uCheck"</span>);<br />
      if(nameField.value==<span style="color:#008800;font-weight:bold;">""</span>){<br />
        alert(<span style="color:#008800;font-weight:bold;">"Please enter your name."</span>);<br />
        nameField.focus();<br />
        return;</div>
<p>Right before the part that says 'function onwFormValidate(){', you can insert the following code to modify the way the recaptcha form looks:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { theme: <span style="color:#008800;font-weight:bold;">"white"</span> };</div>
<p>The default theme is red, but you can change it to white, blackglass, or clean. You can also add support for other languages with:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { lang: <span style="color:#008800;font-weight:bold;">"de"</span> };</div>
<p>That changes the language to German. Use the appropriate language code for your language. To use both theme customization and alternate languages, write the code with a comma between theme and lang:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">var RecaptchaOptions = { theme: <span style="color:#008800;font-weight:bold;">"white"</span>, lang: <span style="color:#008800;font-weight:bold;">"de"</span> };</div>
<p>I'll be working on integrating these settings in future releases of the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-973</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-973</guid>
		<description>Hi Francis,
Thanks for the input. I probably should have put this somewhere before, but putting code in backticks will escape special characters and use non-fancy quotes. So the following is escaped with backticks:

`&lt;div&gt;&lt;p&gt;Text&lt;/p&gt;&lt;/div&gt;`

I&#039;ll see if the code is still there in your post. If not, please repost.</description>
		<content:encoded><![CDATA[<p>Hi Francis,<br />
Thanks for the input. I probably should have put this somewhere before, but putting code in backticks will escape special characters and use non-fancy quotes. So the following is escaped with backticks:</p>
<div style="font-family:Courier;font-size:12px;padding:8px 2px;background:#aaaaaa;">&lt;div>&lt;p>Text&lt;/p>&lt;/div></div>
<p>I&#8217;ll see if the code is still there in your post. If not, please repost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-971</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-971</guid>
		<description>in my post above several tags and backslashes have been stripped, so maybe John can contact me by email and repost the solution.</description>
		<content:encoded><![CDATA[<p>in my post above several tags and backslashes have been stripped, so maybe John can contact me by email and repost the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-970</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-970</guid>
		<description>Hi John,

Thanks for the great plugin! 

@ Martin

Put the line

echo &quot;var RecaptchaOptions = {lang : &#039;de&#039;,};&quot;;

into the file own_simple_contact.php 
where &quot;lang: xx&quot; stands for the captcha&#039;s language.

as described here: 
http://recaptcha.net/apidocs/captcha/client.html

I have put that in line 450, just at the beginning of the Form Functions Section and it works great.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Thanks for the great plugin! </p>
<p>@ Martin</p>
<p>Put the line</p>
<p>echo &#8220;var RecaptchaOptions = {lang : &#8216;de&#8217;,};&#8221;;</p>
<p>into the file own_simple_contact.php<br />
where &#8220;lang: xx&#8221; stands for the captcha&#8217;s language.</p>
<p>as described here:<br />
<a href="http://recaptcha.net/apidocs/captcha/client.html" rel="nofollow">http://recaptcha.net/apidocs/captcha/client.html</a></p>
<p>I have put that in line 450, just at the beginning of the Form Functions Section and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-933</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Sat, 30 Jan 2010 16:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-933</guid>
		<description>I had actually been reading up on i18n in anticipation of adding other languages. You can expect to see that in one of the next two major releases.

As for the reCAPTCHA plugin, it&#039;s generally bad practice to make a plugin for public release that depends on a separate plugin for its functionality. In fact, I&#039;ve never heard of a plugin that needed another plugin to work. What I can do some time in the future is add cross-compatibility so that you can use the wp-recaptcha plugin in my contact form, but that will be secondary to other concerns, since the plugin &lt;em&gt;does&lt;/em&gt; already have functioning reCAPTCHA integration.</description>
		<content:encoded><![CDATA[<p>I had actually been reading up on i18n in anticipation of adding other languages. You can expect to see that in one of the next two major releases.</p>
<p>As for the reCAPTCHA plugin, it&#8217;s generally bad practice to make a plugin for public release that depends on a separate plugin for its functionality. In fact, I&#8217;ve never heard of a plugin that needed another plugin to work. What I can do some time in the future is add cross-compatibility so that you can use the wp-recaptcha plugin in my contact form, but that will be secondary to other concerns, since the plugin <em>does</em> already have functioning reCAPTCHA integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-932</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sat, 30 Jan 2010 10:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-932</guid>
		<description>hi, could u integrate more languages?
and please use the original re-captacha plugin, which is more customizable</description>
		<content:encoded><![CDATA[<p>hi, could u integrate more languages?<br />
and please use the original re-captacha plugin, which is more customizable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-895</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-895</guid>
		<description>As of now, I don&#039;t think there is a way to send it to more than one recipient. But that&#039;s certainly something I could put into future versions.</description>
		<content:encoded><![CDATA[<p>As of now, I don&#8217;t think there is a way to send it to more than one recipient. But that&#8217;s certainly something I could put into future versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-892</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Fri, 22 Jan 2010 08:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-892</guid>
		<description>Is there any way to send email to more then one people..

Thanks for the nice Plugin.</description>
		<content:encoded><![CDATA[<p>Is there any way to send email to more then one people..</p>
<p>Thanks for the nice Plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bloch</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-888</link>
		<dc:creator>John Bloch</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-888</guid>
		<description>Two reasons it doesn&#039;t use wp_mail: first, I built this plugin with a relatively low level of WP knowledge and have made improvements with time.

Second, I haven&#039;t finished looking through the functionality of wp_mail to see if it&#039;s a necessary improvement. Remember, this is so other people can send email to you. Is SMTP really necessary if the &#039;from&#039; address is an unknown? As I see it now, I really don&#039;t see how this plugin would be improved by SMTP configuration (although I am open to enlightenment).</description>
		<content:encoded><![CDATA[<p>Two reasons it doesn&#8217;t use wp_mail: first, I built this plugin with a relatively low level of WP knowledge and have made improvements with time.</p>
<p>Second, I haven&#8217;t finished looking through the functionality of wp_mail to see if it&#8217;s a necessary improvement. Remember, this is so other people can send email to you. Is SMTP really necessary if the &#8216;from&#8217; address is an unknown? As I see it now, I really don&#8217;t see how this plugin would be improved by SMTP configuration (although I am open to enlightenment).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kylehase</title>
		<link>http://www.olympianetworks.com/projects/wordpress-plugins/onw-simple-contact-form/#comment-885</link>
		<dc:creator>kylehase</dc:creator>
		<pubDate>Thu, 21 Jan 2010 08:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.olympianetworks.com/?page_id=23#comment-885</guid>
		<description>Why does this plugin use mail() and not wp_mail?

Using wp_mail would make it compatible with other mail plugins such as the &quot;configure smtp&quot; plugin.</description>
		<content:encoded><![CDATA[<p>Why does this plugin use mail() and not wp_mail?</p>
<p>Using wp_mail would make it compatible with other mail plugins such as the &#8220;configure smtp&#8221; plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
