<?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"
	>
<channel>
	<title>Comments on: Ryboe Tag Cloud Plugin for WordPress</title>
	<atom:link href="http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html</link>
	<description>adventures in the world of web development</description>
	<pubDate>Wed, 23 Jul 2008 22:13:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mathins</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-4156</link>
		<dc:creator>Mathins</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-4156</guid>
		<description>very happy to have tag cloud plugin for Wordpress :) Great job</description>
		<content:encoded><![CDATA[<p>very happy to have tag cloud plugin for Wordpress <img src='http://www.ryboe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Great job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rose</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3673</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Fri, 07 Mar 2008 22:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3673</guid>
		<description>Nice looking widget but the title is misleading. I guess its only for categories but does not actually use your tags at all? I suggest you change the name then.

Thanks for your hard work in any case. :)</description>
		<content:encoded><![CDATA[<p>Nice looking widget but the title is misleading. I guess its only for categories but does not actually use your tags at all? I suggest you change the name then.</p>
<p>Thanks for your hard work in any case. <img src='http://www.ryboe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Sullivan</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3455</link>
		<dc:creator>Sean Sullivan</dc:creator>
		<pubDate>Tue, 26 Feb 2008 05:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3455</guid>
		<description>New version released!  Please check it out here: http://www.ryboe.com/2008/02/26/ryboe-tag-cloud-v102-released.html</description>
		<content:encoded><![CDATA[<p>New version released!  Please check it out here: <a href="http://www.ryboe.com/2008/02/26/ryboe-tag-cloud-v102-released.html" rel="nofollow">http://www.ryboe.com/2008/02/26/ryboe-tag-cloud-v102-released.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryboe.com &#187; Blog Archive &#187; Ryboe Tag Cloud 1.02 Released</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3454</link>
		<dc:creator>Ryboe.com &#187; Blog Archive &#187; Ryboe Tag Cloud 1.02 Released</dc:creator>
		<pubDate>Tue, 26 Feb 2008 05:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-3454</guid>
		<description>[...] Past Releases: Release 1.01 Original Release [...]</description>
		<content:encoded><![CDATA[<p>[...] Past Releases: Release 1.01 Original Release [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Mäyrä</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-992</link>
		<dc:creator>Frans Mäyrä</dc:creator>
		<pubDate>Mon, 30 Jul 2007 20:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-992</guid>
		<description>Great looking widget, and thanks also to Rosario: adding the subfolder string into the php file did the trick -- the links to category pages now work fine!</description>
		<content:encoded><![CDATA[<p>Great looking widget, and thanks also to Rosario: adding the subfolder string into the php file did the trick &#8212; the links to category pages now work fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosario Doriott</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-406</link>
		<dc:creator>Rosario Doriott</dc:creator>
		<pubDate>Thu, 21 Jun 2007 21:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-406</guid>
		<description>@jesse:  I had a similar problem.  How I fixed it was to go in and edit the ryboe_tag_cloud.php file manually.

I changed the following line from:

$link = isset($options[1]) ? 'category/'.$value['slug'].'/' : '?cat='.$value['id'];

to:

$link = isset($options[1]) ? 'wordpress/category/'.$value['slug'].'/' : '?cat='.$value['id'];

As my blog is located at mydomain.com/wordpress

I hope that helps you.</description>
		<content:encoded><![CDATA[<p>@jesse:  I had a similar problem.  How I fixed it was to go in and edit the ryboe_tag_cloud.php file manually.</p>
<p>I changed the following line from:</p>
<p>$link = isset($options[1]) ? &#039;category/&#039;.$value['slug'].&#039;/&#039; : &#039;?cat=&#039;.$value['id'];</p>
<p>to:</p>
<p>$link = isset($options[1]) ? &#039;wordpress/category/&#039;.$value['slug'].&#039;/&#039; : &#039;?cat=&#039;.$value['id'];</p>
<p>As my blog is located at mydomain.com/wordpress</p>
<p>I hope that helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fidel Ixcoy</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-388</link>
		<dc:creator>Fidel Ixcoy</dc:creator>
		<pubDate>Mon, 18 Jun 2007 23:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-388</guid>
		<description>Gracias men.</description>
		<content:encoded><![CDATA[<p>Gracias men.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Samuel</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-105</link>
		<dc:creator>Chris Samuel</dc:creator>
		<pubDate>Sat, 07 Apr 2007 09:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-105</guid>
		<description>I've already got widgets working, but even though I activate the plugin it doesn't appear alongside my other widgets (such as WPG2) under Presentation -&#62; Sidebar widgets.

I'm running Wordpress 2.0.10 under Debian Etch with PHP 5 CGI (5.2.0-8+etch1) and I'm not seeing any errors reported so I feel at something of a loss..

Any clues ?</description>
		<content:encoded><![CDATA[<p>I&#039;ve already got widgets working, but even though I activate the plugin it doesn&#039;t appear alongside my other widgets (such as WPG2) under Presentation -&gt; Sidebar widgets.</p>
<p>I&#039;m running Wordpress 2.0.10 under Debian Etch with PHP 5 CGI (5.2.0-8+etch1) and I&#039;m not seeing any errors reported so I feel at something of a loss..</p>
<p>Any clues ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gray</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-91</link>
		<dc:creator>Chris Gray</dc:creator>
		<pubDate>Thu, 29 Mar 2007 11:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-91</guid>
		<description>Nice work - I'm putting my hand up also for support of other permalink styles. :) Can't wait!</description>
		<content:encoded><![CDATA[<p>Nice work - I&#039;m putting my hand up also for support of other permalink styles. <img src='http://www.ryboe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Can&#039;t wait!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryboe.com &#187; Blog Archive &#187; Ryboe Tag Cloud V.1.01 Released</title>
		<link>http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-44</link>
		<dc:creator>Ryboe.com &#187; Blog Archive &#187; Ryboe Tag Cloud V.1.01 Released</dc:creator>
		<pubDate>Fri, 09 Mar 2007 03:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryboe.com/2007/01/11/ryboe-tag-cloud-plugin-for-wordpress.html#comment-44</guid>
		<description>[...] We received such a positive reaction after the release of the Ryboe Tag Cloud for WordPress Plugin. It seems that there are many people out there with WordPress blogs who are looking for a simple and elegant tag cloud to show off their category tags. Well, we are pleased to announce that we have added a nice little enhancement to the plugin in the form of an update &#8212; version 1.01. [...]</description>
		<content:encoded><![CDATA[<p>[...] We received such a positive reaction after the release of the Ryboe Tag Cloud for WordPress Plugin. It seems that there are many people out there with WordPress blogs who are looking for a simple and elegant tag cloud to show off their category tags. Well, we are pleased to announce that we have added a nice little enhancement to the plugin in the form of an update &#8212; version 1.01. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
