<?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: My first WordPress plugin: AJAX Login Widget++</title>
	<atom:link href="http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/</link>
	<description>dound&#039;s space on the web</description>
	<lastBuildDate>Sat, 06 Mar 2010 16:39:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kelly</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-5529</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-5529</guid>
		<description>Hi David,

I don&#039;t have that line of code in any of my plug in files. Anyway, since registration has also been affected, I really think something in the new version of WP broke the plugin, rather than the plug in having a bug in the code - because as mentioned earlier...this worked fine for me until I upgraded to the new WP version (at the time 2.9.1 and more recently 2.9.2) even though my blog has never been on the domain root. 

Thanks for your help though. Hopefully Mr. Underhill will take a look at it soon and post a fix.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I don&#8217;t have that line of code in any of my plug in files. Anyway, since registration has also been affected, I really think something in the new version of WP broke the plugin, rather than the plug in having a bug in the code &#8211; because as mentioned earlier&#8230;this worked fine for me until I upgraded to the new WP version (at the time 2.9.1 and more recently 2.9.2) even though my blog has never been on the domain root. </p>
<p>Thanks for your help though. Hopefully Mr. Underhill will take a look at it soon and post a fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-5528</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-5528</guid>
		<description>Hey David,

Thanks for the tip - I&#039;ll give that a try and see if it resolves the issue and report back. Although in my situation, the log out functionality has worked just fine until I upgraded to WP 2.9.1, even though my blog has never lived at the root of the domain. 

I LOVE this plugin and really want it to work.</description>
		<content:encoded><![CDATA[<p>Hey David,</p>
<p>Thanks for the tip &#8211; I&#8217;ll give that a try and see if it resolves the issue and report back. Although in my situation, the log out functionality has worked just fine until I upgraded to WP 2.9.1, even though my blog has never lived at the root of the domain. </p>
<p>I LOVE this plugin and really want it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Heffernan</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-5497</link>
		<dc:creator>David Heffernan</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-5497</guid>
		<description>I think there&#039;s a bug in the code which builds the log out link.

It says:

wp_logout_url(&#039;/wp-login.php

If you blog doesn&#039;t live at the root of the domain then this link doesn&#039;t work.  For example if your blog is at http://example.com/blog/ then it will fail.

I think the simple fix is for the above code to say:

wp_logout_url(&#039;wp-login.php

Thanks a lot for the excellent plug-in!!</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s a bug in the code which builds the log out link.</p>
<p>It says:</p>
<p>wp_logout_url(&#8216;/wp-login.php</p>
<p>If you blog doesn&#8217;t live at the root of the domain then this link doesn&#8217;t work.  For example if your blog is at <a href="http://example.com/blog/" rel="nofollow">http://example.com/blog/</a> then it will fail.</p>
<p>I think the simple fix is for the above code to say:</p>
<p>wp_logout_url(&#8216;wp-login.php</p>
<p>Thanks a lot for the excellent plug-in!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Griffiths</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-5364</link>
		<dc:creator>Mike Griffiths</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-5364</guid>
		<description>I&#039;m using this code (which is great), but I set it up so that you can register within the thickbox, too. However, when a user registers, they are taken away from the page they were on and set to the wp-login.php. Any suggestions on how I can get them sent back to the same page they were just viewing and then be prompted by the thickbox to login.

Any ideas? 

http://www.bouncingbackfromloss.com/bbfl/blog/

Visiting the page will automatically trigger the thickbox if you&#039;re not logged in.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this code (which is great), but I set it up so that you can register within the thickbox, too. However, when a user registers, they are taken away from the page they were on and set to the wp-login.php. Any suggestions on how I can get them sent back to the same page they were just viewing and then be prompted by the thickbox to login.</p>
<p>Any ideas? </p>
<p><a href="http://www.bouncingbackfromloss.com/bbfl/blog/" rel="nofollow">http://www.bouncingbackfromloss.com/bbfl/blog/</a></p>
<p>Visiting the page will automatically trigger the thickbox if you&#8217;re not logged in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-4961</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 24 Dec 2009 10:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-4961</guid>
		<description>fixed by removing registration anti-spam check for simple forum.</description>
		<content:encoded><![CDATA[<p>fixed by removing registration anti-spam check for simple forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-2/#comment-4959</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 24 Dec 2009 08:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-4959</guid>
		<description>it gives me this messege: Unknow registration response</description>
		<content:encoded><![CDATA[<p>it gives me this messege: Unknow registration response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Falkland</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-1/#comment-4838</link>
		<dc:creator>Mark Falkland</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-4838</guid>
		<description>This is awesome, well done!</description>
		<content:encoded><![CDATA[<p>This is awesome, well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-1/#comment-4673</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Fri, 13 Nov 2009 05:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-4673</guid>
		<description>A logout redirect like your login redirect would be great!</description>
		<content:encoded><![CDATA[<p>A logout redirect like your login redirect would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gro</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-1/#comment-3987</link>
		<dc:creator>Gro</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-3987</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Underhill</title>
		<link>http://dound.com/2009/02/my-first-wordpress-plugin-ajax-login-widget/comment-page-1/#comment-3887</link>
		<dc:creator>David Underhill</dc:creator>
		<pubDate>Sun, 20 Sep 2009 01:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://dound.com/?p=67#comment-3887</guid>
		<description>&lt;a href=&quot;#comment-3833&quot; rel=&quot;nofollow&quot;&gt;@phil&lt;/a&gt; 
Thanks for the feedback Phil.  I&#039;m not aware of issues in the latest versions of WordPress, but I&#039;ll try to look into it sometime.  The project is on the back burner for now however.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3833" rel="nofollow">@phil</a><br />
Thanks for the feedback Phil.  I&#8217;m not aware of issues in the latest versions of WordPress, but I&#8217;ll try to look into it sometime.  The project is on the back burner for now however.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
