<?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: WordPress Plugin: Comment Validation</title>
	<atom:link href="http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric Uned</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-195178</link>
		<dc:creator>Eric Uned</dc:creator>
		<pubDate>Thu, 24 Nov 2011 23:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-195178</guid>
		<description>Thanks for the plugin! I´ve finally found it.
Thats what i was looking for.

Kind regards!!</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin! I´ve finally found it.<br />
Thats what i was looking for.</p>
<p>Kind regards!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobi</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-187858</link>
		<dc:creator>tobi</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-187858</guid>
		<description>hi jörn,

i use the plugin wp-e-commerce and as soon as i activate your plugin the lightbox effect on my productpage (images) does not work anymore. when you click on an image it goes to the image url...
is there a way to fix it?</description>
		<content:encoded><![CDATA[<p>hi jörn,</p>
<p>i use the plugin wp-e-commerce and as soon as i activate your plugin the lightbox effect on my productpage (images) does not work anymore. when you click on an image it goes to the image url&#8230;<br />
is there a way to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-186845</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 27 Mar 2010 20:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-186845</guid>
		<description>this is perfect. FINALLY a plugin that worked for me. thank you very much.</description>
		<content:encoded><![CDATA[<p>this is perfect. FINALLY a plugin that worked for me. thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Boyce</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-180974</link>
		<dc:creator>Tony Boyce</dc:creator>
		<pubDate>Sun, 24 Jan 2010 11:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-180974</guid>
		<description>Sorry, new to this and didn&#039;t know that I couldn&#039;t post code. The extra &#039;script&#039; tag came after 

comment-validation.css</description>
		<content:encoded><![CDATA[<p>Sorry, new to this and didn&#8217;t know that I couldn&#8217;t post code. The extra &#8216;script&#8217; tag came after </p>
<p>comment-validation.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Boyce</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-180973</link>
		<dc:creator>Tony Boyce</dc:creator>
		<pubDate>Sun, 24 Jan 2010 11:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-180973</guid>
		<description>Thanks for this. I&#039;m building a site using 2.9.1 from the ground up and it worked for me. Saved me a lot of work but could not get it to validate. Following info from the validation site I was guided to this piece of code in the comment-validation.php.

echo &#039;&#039;;

The closing tag &#039;script&#039; should not be there. I removed it and closed the &#039;link&#039; tag and it validates fine. 
It now looks like this:

echo &#039;&#039;;

Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for this. I&#8217;m building a site using 2.9.1 from the ground up and it worked for me. Saved me a lot of work but could not get it to validate. Following info from the validation site I was guided to this piece of code in the comment-validation.php.</p>
<p>echo &#8221;;</p>
<p>The closing tag &#8216;script&#8217; should not be there. I removed it and closed the &#8216;link&#8217; tag and it validates fine.<br />
It now looks like this:</p>
<p>echo &#8221;;</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-180503</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-180503</guid>
		<description>you have a big error in comment-validation.php on line 15

echo &#039;/wp-content/plugins/comment-validation/comment-validation.css&quot;&gt;&#039;;

should be

echo &#039;/wp-content/plugins/comment-validation/comment-validation.css&quot; /&gt;&#039;;

since you are closing the link tag, not a script one.</description>
		<content:encoded><![CDATA[<p>you have a big error in comment-validation.php on line 15</p>
<p>echo &#8216;/wp-content/plugins/comment-validation/comment-validation.css&#8221;&gt;&#8217;;</p>
<p>should be</p>
<p>echo &#8216;/wp-content/plugins/comment-validation/comment-validation.css&#8221; /&gt;&#8217;;</p>
<p>since you are closing the link tag, not a script one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Bowker</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-180004</link>
		<dc:creator>Dave Bowker</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-180004</guid>
		<description>Seems to be a problem when validating the URL field. 

www.google.com -- FAILS
google.com -- FAILS
http://google.com -- WINS
http://www.google.com -- WINS

This could be a problem for users when entering their URL. Any chance you can take a look and maybe offer up an updated file?

Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>Seems to be a problem when validating the URL field. </p>
<p><a href="http://www.google.com" rel="nofollow">http://www.google.com</a> &#8212; FAILS<br />
google.com &#8212; FAILS<br />
<a href="http://google.com" rel="nofollow">http://google.com</a> &#8212; WINS<br />
<a href="http://www.google.com" rel="nofollow">http://www.google.com</a> &#8212; WINS</p>
<p>This could be a problem for users when entering their URL. Any chance you can take a look and maybe offer up an updated file?</p>
<p>Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billy</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-179631</link>
		<dc:creator>billy</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-179631</guid>
		<description>Great plugin!! 
to John Gohde: please shut the fuck up! and respect the architect!!!!!
You have to be pleased that some people can even try to speak english. &#039;cause i&#039;m sure that without english you belong to the Trash.</description>
		<content:encoded><![CDATA[<p>Great plugin!!<br />
to John Gohde: please shut the fuck up! and respect the architect!!!!!<br />
You have to be pleased that some people can even try to speak english. &#8217;cause i&#8217;m sure that without english you belong to the Trash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-179574</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 07 Jan 2010 01:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-179574</guid>
		<description>After installing this plugin and activating it, it broke the Lightroom 2 plugin.

The Lightroom 2 plugin no longer works at all.

When an image is clicked on, it goes to the image URL instead of opening it with Lightroom 2.</description>
		<content:encoded><![CDATA[<p>After installing this plugin and activating it, it broke the Lightroom 2 plugin.</p>
<p>The Lightroom 2 plugin no longer works at all.</p>
<p>When an image is clicked on, it goes to the image URL instead of opening it with Lightroom 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/wordpress-plugins/wordpress-plugin-comment-validation/comment-page-1/#comment-179337</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=296#comment-179337</guid>
		<description>@Dan: Thanks for the info. I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>@Dan: Thanks for the info. I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
