<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Show Unread Comments: Version 1.1</title>
	<link>http://www.ryanjparker.net/show-unread-comments-version-11/</link>
	<description>A blog about software development, the internet, and other funny musings</description>
	<pubDate>Mon, 08 Sep 2008 03:57:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>

	<item>
		<title>By: Everyday Weekender</title>
		<link>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-189</link>
		<author>Everyday Weekender</author>
		<pubDate>Sat, 17 Mar 2007 00:13:44 +0000</pubDate>
		<guid>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-189</guid>
					<description>Thanks for the post!.. I have to see if I can get this one to work..

all these new things I'm learning.. this is great!</description>
		<content:encoded><![CDATA[<p>Thanks for the post!.. I have to see if I can get this one to work..</p>
<p>all these new things I&#8217;m learning.. this is great!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan J. Parker</title>
		<link>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-196</link>
		<author>Ryan J. Parker</author>
		<pubDate>Sat, 17 Mar 2007 15:09:25 +0000</pubDate>
		<guid>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-196</guid>
					<description>If you have any problems with it let me know!</description>
		<content:encoded><![CDATA[<p>If you have any problems with it let me know!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-821</link>
		<author>Simon</author>
		<pubDate>Tue, 29 May 2007 19:59:12 +0000</pubDate>
		<guid>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-821</guid>
					<description>Have you considered adding support for registered users so they can keep track of new comments on multiple computers? It would be nice if cookies were only used for unregistered users.

Thanks for spending time on this plugin by the way! Appreciate it.</description>
		<content:encoded><![CDATA[<p>Have you considered adding support for registered users so they can keep track of new comments on multiple computers? It would be nice if cookies were only used for unregistered users.</p>
<p>Thanks for spending time on this plugin by the way! Appreciate it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ilia Kantor</title>
		<link>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-1766</link>
		<author>Ilia Kantor</author>
		<pubDate>Sat, 06 Oct 2007 23:21:26 +0000</pubDate>
		<guid>http://www.ryanjparker.net/show-unread-comments-version-11/#comment-1766</guid>
					<description>Bug:

When post is not found, function rjp_suc_set_recent_posts_cookie() tries to query database with empty $wp_query-&#62;post-&#62;ID.

That leads to DB error.
Actually, I added return like this

                $postid = $wp_query-&#62;post-&#62;ID;
                if (!$postid) return;

Now seems to handle page-not-found situation.</description>
		<content:encoded><![CDATA[<p>Bug:</p>
<p>When post is not found, function rjp_suc_set_recent_posts_cookie() tries to query database with empty $wp_query-&gt;post-&gt;ID.</p>
<p>That leads to DB error.<br />
Actually, I added return like this</p>
<p>                $postid = $wp_query-&gt;post-&gt;ID;<br />
                if (!$postid) return;</p>
<p>Now seems to handle page-not-found situation.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
