<?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: Page Lists Plus</title>
	<atom:link href="http://www.technokinetics.com/plugins/page-lists-plus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technokinetics.com</link>
	<description>Vorsprung durch technik</description>
	<lastBuildDate>Wed, 05 Oct 2011 08:21:18 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Tim Holt</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-120</link>
		<dc:creator>Tim Holt</dc:creator>
		<pubDate>Thu, 21 Jul 2011 17:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-120</guid>
		<description>I&#039;ll get a new version out that fixes the above problem shortly.

After that, I&#039;ll be releasing a new version that interacts with the WP database more efficiently. As that won&#039;t be backwards compatible, I&#039;ll release under a new name, but that will be the version to use on any future sites that you build in place of PLP.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll get a new version out that fixes the above problem shortly.</p>
<p>After that, I&#8217;ll be releasing a new version that interacts with the WP database more efficiently. As that won&#8217;t be backwards compatible, I&#8217;ll release under a new name, but that will be the version to use on any future sites that you build in place of PLP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BRotondi</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-118</link>
		<dc:creator>BRotondi</dc:creator>
		<pubDate>Thu, 07 Jul 2011 07:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-118</guid>
		<description>Hi Tim

The javascript option has a little bug/problem: It unlinks EVERY page with the same title as another unlinked page.

Test it here: http://bellettini.ch &gt; &quot;Home&quot; &gt; &quot;test&quot; and &quot;test&quot; are unlinked, but only one has been set to &quot;[]Link&quot;.

Tested it with &quot;test&quot; and &quot;Test&quot;: Works (Case sensitive)
Tested it with &quot;test&quot; and &quot;test &quot;: Bug (auto-trim)

Anyway. Nice Plugin!
Bruno</description>
		<content:encoded><![CDATA[<p>Hi Tim</p>
<p>The javascript option has a little bug/problem: It unlinks EVERY page with the same title as another unlinked page.</p>
<p>Test it here: <a href="http://bellettini.ch" rel="nofollow">http://bellettini.ch</a> &gt; &#8220;Home&#8221; &gt; &#8220;test&#8221; and &#8220;test&#8221; are unlinked, but only one has been set to &#8220;[]Link&#8221;.</p>
<p>Tested it with &#8220;test&#8221; and &#8220;Test&#8221;: Works (Case sensitive)<br />
Tested it with &#8220;test&#8221; and &#8220;test &#8220;: Bug (auto-trim)</p>
<p>Anyway. Nice Plugin!<br />
Bruno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miszy</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-91</link>
		<dc:creator>Miszy</dc:creator>
		<pubDate>Sun, 04 Apr 2010 16:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-91</guid>
		<description>Yes, I had to cope with that issue. The problem is when you do any mysql query before the wp_list_pages function.
I do not know why page-lists-plus plugin does not use wpdb class but standard mysql_query etc functioncs to call database queries.

To fix that problem you have to exchange each mysql_query (or at least these outlined in you comment) with $wpdb-&gt;get_results(&quot;query...&quot;, ARRAY_A);
and mysql_fetch_assoc with
if(is_array($variable))
    	foreach($variable as $row)</description>
		<content:encoded><![CDATA[<p>Yes, I had to cope with that issue. The problem is when you do any mysql query before the wp_list_pages function.<br />
I do not know why page-lists-plus plugin does not use wpdb class but standard mysql_query etc functioncs to call database queries.</p>
<p>To fix that problem you have to exchange each mysql_query (or at least these outlined in you comment) with $wpdb-&gt;get_results(&#8220;query&#8230;&#8221;, ARRAY_A);<br />
and mysql_fetch_assoc with<br />
if(is_array($variable))<br />
    	foreach($variable as $row)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gloriam3</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-88</link>
		<dc:creator>gloriam3</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-88</guid>
		<description>I love the concept of the plugin and need just this type of thing for a site I&#039;m building on wordpress 2.9.2 - is anyone having issues with this compatibility?  When I activate the plugin, I get a series of errors on the site - example:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 328

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 355

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 366
etc.

I tried turning off other plugins, but still get the same result.   Anyone had this happen and found a solution?</description>
		<content:encoded><![CDATA[<p>I love the concept of the plugin and need just this type of thing for a site I&#8217;m building on wordpress 2.9.2 &#8211; is anyone having issues with this compatibility?  When I activate the plugin, I get a series of errors on the site &#8211; example:<br />
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 328</p>
<p>Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 355</p>
<p>Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/home/mai103/www/htdocs/newsite/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 366<br />
etc.</p>
<p>I tried turning off other plugins, but still get the same result.   Anyone had this happen and found a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dementiascotland</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-87</link>
		<dc:creator>dementiascotland</dc:creator>
		<pubDate>Fri, 18 Dec 2009 12:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-87</guid>
		<description>~Thanks, this plugin is superb for Wordpress SU websites; just a shame it doesn&#039;t work fully for MU. 

With MU the PLP options displayed on page edit &#039;Alternative Link Text&#039; and &#039;Include in Page Lists&#039; work fine. The issue is getting other PLP options to display. 

I guess if I can find where the options are stored, I can manually enter the options, perhaps copying PLP options from a wordpress SU install. Please, where are the options stored? 

cheers
ian</description>
		<content:encoded><![CDATA[<p>~Thanks, this plugin is superb for WordPress SU websites; just a shame it doesn&#8217;t work fully for MU. </p>
<p>With MU the PLP options displayed on page edit &#8216;Alternative Link Text&#8217; and &#8216;Include in Page Lists&#8217; work fine. The issue is getting other PLP options to display. </p>
<p>I guess if I can find where the options are stored, I can manually enter the options, perhaps copying PLP options from a wordpress SU install. Please, where are the options stored? </p>
<p>cheers<br />
ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

