<?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/"
	xmlns:media="http://search.yahoo.com/mrss"
	>
<channel>
	<title>Comments on: Collapsing Categories</title>
	<atom:link href="http://robfelty.org/plugins/collapsing-categories/feed" rel="self" type="application/rss+xml" />
	<link>http://robfelty.org</link>
	<description></description>
	<lastBuildDate>Thu, 03 Feb 2011 11:47:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Meny i sidebar med innhold rangert alfabetisk - Webforumet.no</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-55091</link>
		<dc:creator>Meny i sidebar med innhold rangert alfabetisk - Webforumet.no</dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-55091</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefly &#187; Blog Archive &#187; Firefly-Update</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-19211</link>
		<dc:creator>Firefly &#187; Blog Archive &#187; Firefly-Update</dc:creator>
		<pubDate>Thu, 16 Jul 2009 12:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-19211</guid>
		<description>[...] Integration von Collapsing Categories [...]</description>
		<content:encoded><![CDATA[<p>[...] Integration von Collapsing Categories [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfelty</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13296</link>
		<dc:creator>robfelty</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13296</guid>
		<description>Since this page is getting so ridiculously long, I am closing comments. Please post your bugs, questions and feature requests in the &lt;a href=&#039;http://test.robfelty.org/forum/forum/collapsing-categories&#039; rel=&quot;nofollow&quot;&gt;collapsing categories forum&lt;/a&gt;. 

Thanks.

Rob</description>
		<content:encoded><![CDATA[<p>Since this page is getting so ridiculously long, I am closing comments. Please post your bugs, questions and feature requests in the <a href='http://test.robfelty.org/forum/forum/collapsing-categories' rel="nofollow">collapsing categories forum</a>. </p>
<p>Thanks.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfelty</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13295</link>
		<dc:creator>robfelty</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13295</guid>
		<description>@Tom,

Whoops, I just realized I had the &#039;home&#039; set wrong in the database. That test site should look better now. Here is my suggestion. Set up a brand new wp 2.7 install, and try it out that way. I still think it might have to do with the version of mysql.

@amenity,

Currently the plugin is designed to be used either as a widget or manually, but not both. Here is a workaround. Find out the id number of your collapsing category widget by looking at the html source. You should see something like:

&lt;code lang=&#039;html&#039;&gt;
&lt;li id=&quot;collapscat-299723351&quot; class=&quot;widget collapsCat&quot;&gt;&lt;h2 class=&quot;widgettitle&quot;&gt;Categories&lt;/h2&gt;
&lt;/code&gt;

Then, insert the following code where you would like to have it:

&lt;code lang=&#039;php&#039;&gt;
&lt;?php collapsCat(299723351) ?&gt;
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>@Tom,</p>
<p>Whoops, I just realized I had the &#8216;home&#8217; set wrong in the database. That test site should look better now. Here is my suggestion. Set up a brand new wp 2.7 install, and try it out that way. I still think it might have to do with the version of mysql.</p>
<p>@amenity,</p>
<p>Currently the plugin is designed to be used either as a widget or manually, but not both. Here is a workaround. Find out the id number of your collapsing category widget by looking at the html source. You should see something like:</p>
<div class="codecolorer-container html4strict dawn" style="overflow:auto;white-space:nowrap;width:0"><div class="html4strict codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="sc2">&lt;<span class="kw2">li</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;collapscat-299723351&quot;</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;widget collapsCat&quot;</span>&gt;&lt;<span class="kw2">h2</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;widgettitle&quot;</span>&gt;</span>Categories<span class="sc2">&lt;<span class="sy0">/</span><span class="kw2">h2</span>&gt;</span></div></div>
<p>Then, insert the following code where you would like to have it:</p>
<div class="codecolorer-container php dawn" style="overflow:auto;white-space:nowrap;width:0"><div class="php codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="kw2">&lt;?php</span> collapsCat<span class="br0">&#40;</span><span class="nu0">299723351</span><span class="br0">&#41;</span> <span class="sy1">?&gt;</span></div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: amenity</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13290</link>
		<dc:creator>amenity</dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13290</guid>
		<description>Can I use this widget outside of the sidebar as well?  It works so beautifully, I&#039;d like to have it on a page to browse categories.</description>
		<content:encoded><![CDATA[<p>Can I use this widget outside of the sidebar as well?  It works so beautifully, I&#8217;d like to have it on a page to browse categories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Brincefield</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13281</link>
		<dc:creator>Tom Brincefield</dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13281</guid>
		<description>Rob,

I did another download and install of the development version. No change at all. I removed the distinct from the postquery, it didn&#039;t seem to change anything either. On that testblog, the listing looks good, but nothing happens when I click on anything. Is that supposed to be like that?

I am thinking I really need to set up a test blog and go through my plugins. I know of at least one intermittent problem that screws with my dashboard if I load any of 3 plugins.</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>I did another download and install of the development version. No change at all. I removed the distinct from the postquery, it didn&#8217;t seem to change anything either. On that testblog, the listing looks good, but nothing happens when I click on anything. Is that supposed to be like that?</p>
<p>I am thinking I really need to set up a test blog and go through my plugins. I know of at least one intermittent problem that screws with my dashboard if I load any of 3 plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfelty</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13275</link>
		<dc:creator>robfelty</dc:creator>
		<pubDate>Thu, 15 Jan 2009 22:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13275</guid>
		<description>@Mitch, that is a good idea for a feature. It might take me awhile to work on it though.

Rob</description>
		<content:encoded><![CDATA[<p>@Mitch, that is a good idea for a feature. It might take me awhile to work on it though.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfelty</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13274</link>
		<dc:creator>robfelty</dc:creator>
		<pubDate>Thu, 15 Jan 2009 22:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13274</guid>
		<description>@Jezzoo - I&#039;m working on fixing these issues. Please try the development version.

@Tom - look here:
http://robfelty/tomBlog/
(and do one more update). My guess is that it might have to do with your old version of mysql, since the postquery is not returning anything. I don&#039;t have an old version of mysql to play around with. One tip. I tried removing DISTINCT from the postquery in collapscatlist.php, and it doesn&#039;t seem to display duplicates. Maybe that would work with mysql 4.0


Rob</description>
		<content:encoded><![CDATA[<p>@Jezzoo &#8211; I&#8217;m working on fixing these issues. Please try the development version.</p>
<p>@Tom &#8211; look here:<br />
<a href="http://robfelty/tomBlog/" rel="nofollow">http://robfelty/tomBlog/</a><br />
(and do one more update). My guess is that it might have to do with your old version of mysql, since the postquery is not returning anything. I don&#8217;t have an old version of mysql to play around with. One tip. I tried removing DISTINCT from the postquery in collapscatlist.php, and it doesn&#8217;t seem to display duplicates. Maybe that would work with mysql 4.0</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Brincefield</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13271</link>
		<dc:creator>Tom Brincefield</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13271</guid>
		<description>Rob,

No joy here. With &lt;a href=&quot;http://www.brincefield.net/colcat3.jpg&quot; rel=&quot;nofollow&quot;&gt;these settings&lt;/a&gt;, I get &lt;a href=&quot;http://www.brincefield.net/colcat4.jpg&quot; rel=&quot;nofollow&quot;&gt;this on page load&lt;/a&gt; and this when I &lt;a href=&quot;http://www.brincefield.net/colcat5.jpg&quot; rel=&quot;nofollow&quot;&gt;expand everything&lt;/a&gt;. Posts still don&#039;t show no matter how I set it. If if is working on the copy of my database, then there must be something else, probably another plugin, on my site screwing with it.</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>No joy here. With <a href="http://www.brincefield.net/colcat3.jpg" rel="nofollow">these settings</a>, I get <a href="http://www.brincefield.net/colcat4.jpg" rel="nofollow">this on page load</a> and this when I <a href="http://www.brincefield.net/colcat5.jpg" rel="nofollow">expand everything</a>. Posts still don&#8217;t show no matter how I set it. If if is working on the copy of my database, then there must be something else, probably another plugin, on my site screwing with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeZZoo</title>
		<link>http://robfelty.org/plugins/collapsing-categories/comment-page-5#comment-13269</link>
		<dc:creator>JeZZoo</dc:creator>
		<pubDate>Thu, 15 Jan 2009 18:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://test.robfelty.org/?page_id=96#comment-13269</guid>
		<description>Hey,
After update to latest version of plugin I&#039;ve got no category in widget. When I enable debug in source is a list of categories in debug part but none on list.
This part of code looks like:

&lt;code lang=&#039;php&#039;&gt;
&lt;li id=&quot;collapscat-328988982&quot; class=&quot;widget collapsCat&quot;&gt;&lt;h2&gt;Categories&lt;/h2&gt;
    &lt;ul id=&#039;collapsCatList&#039;&gt;
&lt;pre style=&#039;display:none&#039; &gt;MySQL server version: 5.0.41
CATEGORY QUERY: 
 SELECT sz_term_taxonomy.count as &#039;count&#039;,
			sz_terms.term_id, sz_terms.name, sz_terms.slug,
			sz_term_taxonomy.parent, sz_term_taxonomy.description 
			FROM sz_terms, sz_term_taxonomy, sz_term_relationships
			WHERE sz_terms.term_id = sz_term_taxonomy.term_id 
      AND sz_terms.term_id  = sz_term_relationships.object_id 
      AND sz_term_taxonomy.term_id  = sz_term_relationships.object_id 
			AND sz_terms.name != &#039;Blogroll&#039; AND
			sz_term_taxonomy.taxonomy = &#039;category&#039; &#039;&#039; 
      GROUP BY sz_terms.term_id ORDER BY sz_terms.name
			ASC

CATEGORY QUERY RESULTS
Array
(
    [0] =&gt; stdClass Object
        (
            [count] =&gt; 72
            [term_id] =&gt; 10

&lt;in this place is correct list of categories)
&lt;/code&gt;

What should i check to resolve problem.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
After update to latest version of plugin I&#8217;ve got no category in widget. When I enable debug in source is a list of categories in debug part but none on list.<br />
This part of code looks like:</p>
<div class="codecolorer-container php dawn" style="overflow:auto;white-space:nowrap;width:0"><div class="php codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="sy0">&lt;</span>li id<span class="sy0">=</span><span class="st0">&quot;collapscat-328988982&quot;</span> <span class="kw2">class</span><span class="sy0">=</span><span class="st0">&quot;widget collapsCat&quot;</span><span class="sy0">&gt;&lt;</span>h2<span class="sy0">&gt;</span>Categories<span class="sy0">&lt;/</span>h2<span class="sy0">&gt;</span><br />
&nbsp; &nbsp; <span class="sy0">&lt;</span>ul id<span class="sy0">=</span><span class="st_h">'collapsCatList'</span><span class="sy0">&gt;</span><br />
<span class="sy0">&lt;</span>pre style<span class="sy0">=</span><span class="st_h">'display:none'</span> <span class="sy0">&gt;</span>MySQL server version<span class="sy0">:</span> 5<span class="sy0">.</span>0<span class="sy0">.</span>41<br />
CATEGORY QUERY<span class="sy0">:</span> <br />
&nbsp;SELECT sz_term_taxonomy<span class="sy0">.</span><span class="kw3">count</span> <span class="kw1">as</span> <span class="st_h">'count'</span><span class="sy0">,</span><br />
&nbsp; &nbsp; &nbsp; sz_terms<span class="sy0">.</span>term_id<span class="sy0">,</span> sz_terms<span class="sy0">.</span>name<span class="sy0">,</span> sz_terms<span class="sy0">.</span>slug<span class="sy0">,</span><br />
&nbsp; &nbsp; &nbsp; sz_term_taxonomy<span class="sy0">.</span>parent<span class="sy0">,</span> sz_term_taxonomy<span class="sy0">.</span>description <br />
&nbsp; &nbsp; &nbsp; FROM sz_terms<span class="sy0">,</span> sz_term_taxonomy<span class="sy0">,</span> sz_term_relationships<br />
&nbsp; &nbsp; &nbsp; WHERE sz_terms<span class="sy0">.</span>term_id <span class="sy0">=</span> sz_term_taxonomy<span class="sy0">.</span>term_id <br />
&nbsp; &nbsp; &nbsp; AND sz_terms<span class="sy0">.</span>term_id &nbsp;<span class="sy0">=</span> sz_term_relationships<span class="sy0">.</span>object_id <br />
&nbsp; &nbsp; &nbsp; AND sz_term_taxonomy<span class="sy0">.</span>term_id &nbsp;<span class="sy0">=</span> sz_term_relationships<span class="sy0">.</span>object_id <br />
&nbsp; &nbsp; &nbsp; AND sz_terms<span class="sy0">.</span>name <span class="sy0">!=</span> <span class="st_h">'Blogroll'</span> AND<br />
&nbsp; &nbsp; &nbsp; sz_term_taxonomy<span class="sy0">.</span>taxonomy <span class="sy0">=</span> <span class="st_h">'category'</span> <span class="st_h">''</span> <br />
&nbsp; &nbsp; &nbsp; GROUP BY sz_terms<span class="sy0">.</span>term_id ORDER BY sz_terms<span class="sy0">.</span>name<br />
&nbsp; &nbsp; &nbsp; ASC<br />
<br />
CATEGORY QUERY RESULTS<br />
<span class="kw3">Array</span><br />
<span class="br0">&#40;</span><br />
&nbsp; &nbsp; <span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span> <span class="sy0">=&gt;</span> stdClass Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#91;</span><span class="kw3">count</span><span class="br0">&#93;</span> <span class="sy0">=&gt;</span> <span class="nu0">72</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#91;</span>term_id<span class="br0">&#93;</span> <span class="sy0">=&gt;</span> <span class="nu0">10</span><br />
<br />
<span class="sy0">&lt;</span>in this place is correct <span class="kw3">list</span> of categories<span class="br0">&#41;</span></div></div>
<p>What should i check to resolve problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

