<?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: New Version of Comment Length Plugin Adds Anti-Spam Features</title>
	<atom:link href="http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/</link>
	<description>Looking at life through the prism of psychology, philosophy, mental health and more. Originally created by counsellor, psychotherapist and philosopher Dr Greg Mulhauser, this blog is now the work of an international team of contributors.</description>
	<lastBuildDate>Sat, 21 Nov 2009 15:53:08 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dr Greg Mulhauser, Managing Editor</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-51440</link>
		<dc:creator>Dr Greg Mulhauser, Managing Editor</dc:creator>
		<pubDate>Thu, 19 Nov 2009 09:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-51440</guid>
		<description>If you have a peek at the README file included with the plugin -- or the original plugin announcement page -- you&#039;ll find an example showing how the default theme comment &lt;code&gt;textarea&lt;/code&gt; can be modified.

I&#039;m afraid I&#039;m not able to provide tutorials on how to customize theme files or tweak XHTML, but there are myriad resources out there to help with adding something like &lt;code&gt;name=&#039;commentform&#039;&lt;/code&gt; to your comment &lt;code&gt;form&lt;/code&gt; tag.

All the best,
Greg</description>
		<content:encoded><![CDATA[<p>If you have a peek at the README file included with the plugin &#8212; or the original plugin announcement page &#8212; you&#8217;ll find an example showing how the default theme comment <code>textarea</code> can be modified.</p>
<p>I&#8217;m afraid I&#8217;m not able to provide tutorials on how to customize theme files or tweak XHTML, but there are myriad resources out there to help with adding something like <code>name='commentform'</code> to your comment <code>form</code> tag.</p>
<p>All the best,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: about comments</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-51432</link>
		<dc:creator>about comments</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-51432</guid>
		<description>1.  Make sure your comment form has a name attribute of commentform
   2. Add the following template tag inside the textarea tag of your comment area, preferably wrapped in a conditional that tests whether the function exists: gcll_tweak_textarea()
   3. Optionally, if you would like to position the countdown box yourself, add the following template tag wherever you would like the box to appear within your comment form, again preferably wrapped in a conditional that tests whether the function exists: gcll_show_limit_box_manually()

In default theme where the put this(1,2,3)
I am new on wordpress(and other cms applications)</description>
		<content:encoded><![CDATA[<p>1.  Make sure your comment form has a name attribute of commentform<br />
   2. Add the following template tag inside the textarea tag of your comment area, preferably wrapped in a conditional that tests whether the function exists: gcll_tweak_textarea()<br />
   3. Optionally, if you would like to position the countdown box yourself, add the following template tag wherever you would like the box to appear within your comment form, again preferably wrapped in a conditional that tests whether the function exists: gcll_show_limit_box_manually()</p>
<p>In default theme where the put this(1,2,3)<br />
I am new on wordpress(and other cms applications)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Greg Mulhauser, Managing Editor</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-49427</link>
		<dc:creator>Dr Greg Mulhauser, Managing Editor</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-49427</guid>
		<description>Excellent -- glad to hear it! :-)

All the best,
Greg</description>
		<content:encoded><![CDATA[<p>Excellent &#8212; glad to hear it! :-)</p>
<p>All the best,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-49423</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-49423</guid>
		<description>Hi Greg, thanks for your response. You are right, I had mistakenly deleted wp_footer() in my footer. Put it back and everything is now working fine.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Greg, thanks for your response. You are right, I had mistakenly deleted wp_footer() in my footer. Put it back and everything is now working fine.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Greg Mulhauser, Managing Editor</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-49354</link>
		<dc:creator>Dr Greg Mulhauser, Managing Editor</dc:creator>
		<pubDate>Sun, 05 Apr 2009 15:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-49354</guid>
		<description>Hi Jack,

Hmm, that&#039;s an error you&#039;d ordinarily see only if your theme were missing the standard call to &lt;code&gt;wp_footer()&lt;/code&gt;, which this plugin relies on to make sure its JavaScript gets included on the page.

Was the plugin working fine for you, then you upgraded, and suddenly it is not working -- but with no other changes in the interim? (And you do have JavaScript enabled in your browser, I assume?) When you scan through your source code, do you see some inline JavaScript right near the bottom, flagged with a comment line that says the following:

&lt;code&gt;&lt;!-- Start Of Script Generated By Greg&#039;s Comment Length Limiter Plugin 1.2 --&gt;&lt;/code&gt;

If the answer is no, then it sounds like something might be interfering with the addition of the JavaScript via the standard WordPress &lt;code&gt;wp_footer()&lt;/code&gt;.

All the best,
Greg</description>
		<content:encoded><![CDATA[<p>Hi Jack,</p>
<p>Hmm, that&#8217;s an error you&#8217;d ordinarily see only if your theme were missing the standard call to <code>wp_footer()</code>, which this plugin relies on to make sure its JavaScript gets included on the page.</p>
<p>Was the plugin working fine for you, then you upgraded, and suddenly it is not working &#8212; but with no other changes in the interim? (And you do have JavaScript enabled in your browser, I assume?) When you scan through your source code, do you see some inline JavaScript right near the bottom, flagged with a comment line that says the following:</p>
<p><code>&lt;!-- Start Of Script Generated By Greg's Comment Length Limiter Plugin 1.2 --></code></p>
<p>If the answer is no, then it sounds like something might be interfering with the addition of the JavaScript via the standard WordPress <code>wp_footer()</code>.</p>
<p>All the best,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-49348</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 04 Apr 2009 16:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-49348</guid>
		<description>Just did an upgrade to the new version and the counter is suddenly broken and wont count down the number of characters. Checking in the JS firefox console I get the following error Error: gcllCounter is not defined. Any idea what is causing this?</description>
		<content:encoded><![CDATA[<p>Just did an upgrade to the new version and the counter is suddenly broken and wont count down the number of characters. Checking in the JS firefox console I get the following error Error: gcllCounter is not defined. Any idea what is causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Greg Mulhauser, Managing Editor</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-48915</link>
		<dc:creator>Dr Greg Mulhauser, Managing Editor</dc:creator>
		<pubDate>Wed, 04 Mar 2009 08:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-48915</guid>
		<description>Hi Russ,

If you have a peek inside the comments.php file in your theme, look for the opening &lt;code&gt;form&lt;/code&gt; tag, which will very likely have the following attribute inside it:

&lt;code&gt;id=&quot;commentform&quot;&lt;/code&gt;

You&#039;ll just need to add the following along with that:

&lt;code&gt;name=&quot;commentform&quot;&lt;/code&gt;

If that&#039;s the problem, that should allow the comment counting box to work correctly. (It also requires that JavaScript be enabled in the user&#039;s browser.)

All the best,
Greg</description>
		<content:encoded><![CDATA[<p>Hi Russ,</p>
<p>If you have a peek inside the comments.php file in your theme, look for the opening <code>form</code> tag, which will very likely have the following attribute inside it:</p>
<p><code>id="commentform"</code></p>
<p>You&#8217;ll just need to add the following along with that:</p>
<p><code>name="commentform"</code></p>
<p>If that&#8217;s the problem, that should allow the comment counting box to work correctly. (It also requires that JavaScript be enabled in the user&#8217;s browser.)</p>
<p>All the best,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://counsellingresource.com/features/2009/02/10/comment-plugin-anti-spam-features/#comment-48914</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Wed, 04 Mar 2009 07:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://counsellingresource.com/features/?p=1250#comment-48914</guid>
		<description>Hi. I am having trouble using this plugin. The text box is truncating the comment size but the characters available counter is not counting down. I am assuming this has something to do with the fact that I don&#039;t have a &#039;commentform&#039; Name Attribute, but I am not sure how to add this or where to add it. Any help would be beneficial. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. I am having trouble using this plugin. The text box is truncating the comment size but the characters available counter is not counting down. I am assuming this has something to do with the fact that I don&#8217;t have a &#8216;commentform&#8217; Name Attribute, but I am not sure how to add this or where to add it. Any help would be beneficial. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
