<?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, 21 Apr 2010 10:29:46 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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(&#8221;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>
	<item>
		<title>By: Sachin</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-86</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-86</guid>
		<description>Hi Tim,
thanks for the great plugin. I&#039;ve been testing it on a new website that I&#039;m building and I&#039;m facing an issue. In 2 cases, the Alternative Link Text is replaced by the original page title when this one is selected. Has anybody come across this weird behaviour?
Cheers
Sachin</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
thanks for the great plugin. I&#8217;ve been testing it on a new website that I&#8217;m building and I&#8217;m facing an issue. In 2 cases, the Alternative Link Text is replaced by the original page title when this one is selected. Has anybody come across this weird behaviour?<br />
Cheers<br />
Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikelove</title>
		<link>http://www.technokinetics.com/plugins/page-lists-plus/comment-page-1/#comment-82</link>
		<dc:creator>ikelove</dc:creator>
		<pubDate>Sat, 14 Nov 2009 09:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.technokinetics.com/?page_id=187#comment-82</guid>
		<description>Hey,
I want to first off thank you for making this plugin and thus making life easier for people like me who want unclickable parent items in dropdown menus.
My question is thus: Before when the parent items were clickable, they would be highlighted when I was on their children&#039;s page, but now that I have been able to make the parent items in menus unclickable, the parent tab no longer is highlighted when I&#039;m on the pages of one of their children.  What tweaking do I have to do to make sure that even though a parent tab is unclickable, I can still have it highlighted when I&#039;m on the page of one it&#039;s children?  

Your help would greatly be appreciated.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I want to first off thank you for making this plugin and thus making life easier for people like me who want unclickable parent items in dropdown menus.<br />
My question is thus: Before when the parent items were clickable, they would be highlighted when I was on their children&#8217;s page, but now that I have been able to make the parent items in menus unclickable, the parent tab no longer is highlighted when I&#8217;m on the pages of one of their children.  What tweaking do I have to do to make sure that even though a parent tab is unclickable, I can still have it highlighted when I&#8217;m on the page of one it&#8217;s children?  </p>
<p>Your help would greatly be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
