<?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: pageMash</title>
	<atom:link href="http://joelstarnes.co.uk/blog/pagemash/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelstarnes.co.uk/blog</link>
	<description>Joel Starnes's Blog on pageMash, WordPress, GSoC...</description>
	<lastBuildDate>Tue, 11 Aug 2009 11:18:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seth</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-3/#comment-2905</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2905</guid>
		<description>Ah bummer I missed a slash between the two variables:
&lt;code&gt;// Guess the location (bad code)
//$pageMash_path = WP_CONTENT_DIR.&#039;/plugins/&#039;.plugin_basename(dirname(__FILE__));
//$pageMash_url = WP_CONTENT_URL.&#039;/plugins/&#039;.plugin_basename(dirname(__FILE__));
// Guess the location (good code)
$pageMash_path = WP_PLUGIN_DIR.&#039;/&#039;.plugin_basename(dirname(__FILE__));
$pageMash_url = WP_PLUGIN_URL.&#039;/&#039;.plugin_basename(dirname(__FILE__));&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ah bummer I missed a slash between the two variables:<br />
<code>// Guess the location (bad code)<br />
//$pageMash_path = WP_CONTENT_DIR.'/plugins/'.plugin_basename(dirname(__FILE__));<br />
//$pageMash_url = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__));<br />
// Guess the location (good code)<br />
$pageMash_path = WP_PLUGIN_DIR.'/'.plugin_basename(dirname(__FILE__));<br />
$pageMash_url = WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__));</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-3/#comment-2904</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2904</guid>
		<description>PLEASE UPDATE CODE TO FUNCTION WITH WORDPRESS MU AND WORDPRESS WHERE USERS DEFINE CONTENT FOLDERS! See the following code I&#039;m using on all 18 of my wordpress sites.

// Guess the location (bad code)
//$pageMash_path = WP_CONTENT_DIR.&#039;/plugins/&#039;.plugin_basename(dirname(__FILE__));
//$pageMash_url = WP_CONTENT_URL.&#039;/plugins/&#039;.plugin_basename(dirname(__FILE__));
// Guess the location (good code)
$pageMash_path = WP_PLUGIN_DIR.plugin_basename(dirname(__FILE__));
$pageMash_url = WP_PLUGIN_URL.plugin_basename(dirname(__FILE__));</description>
		<content:encoded><![CDATA[<p>PLEASE UPDATE CODE TO FUNCTION WITH WORDPRESS MU AND WORDPRESS WHERE USERS DEFINE CONTENT FOLDERS! See the following code I&#8217;m using on all 18 of my wordpress sites.</p>
<p>// Guess the location (bad code)<br />
//$pageMash_path = WP_CONTENT_DIR.&#8217;/plugins/&#8217;.plugin_basename(dirname(__FILE__));<br />
//$pageMash_url = WP_CONTENT_URL.&#8217;/plugins/&#8217;.plugin_basename(dirname(__FILE__));<br />
// Guess the location (good code)<br />
$pageMash_path = WP_PLUGIN_DIR.plugin_basename(dirname(__FILE__));<br />
$pageMash_url = WP_PLUGIN_URL.plugin_basename(dirname(__FILE__));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Interesting &#38; Helpful Wordpress Plugins</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-3/#comment-2818</link>
		<dc:creator>20 Interesting &#38; Helpful Wordpress Plugins</dc:creator>
		<pubDate>Mon, 03 Aug 2009 17:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2818</guid>
		<description>[...] Page Mash &#8211; Simple AJAX Interface to Drag &amp; Drop [...]</description>
		<content:encoded><![CDATA[<p>[...] Page Mash &#8211; Simple AJAX Interface to Drag &amp; Drop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dainis</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-3/#comment-2811</link>
		<dc:creator>Dainis</dc:creator>
		<pubDate>Mon, 03 Aug 2009 15:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2811</guid>
		<description>My join us pages disappeared again. Last time, I recreated them. Kind of a goofy situation, with pages just disappearing from menus. Any idea what&#039;s going on? They are there in PageMash, they were working in the menu...then they disappeared from the menu, even though pageMash shows them as active.</description>
		<content:encoded><![CDATA[<p>My join us pages disappeared again. Last time, I recreated them. Kind of a goofy situation, with pages just disappearing from menus. Any idea what&#8217;s going on? They are there in PageMash, they were working in the menu&#8230;then they disappeared from the menu, even though pageMash shows them as active.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexia</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2750</link>
		<dc:creator>Alexia</dc:creator>
		<pubDate>Sat, 01 Aug 2009 17:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2750</guid>
		<description>will this work in the latest version of WordPress (2.8.2)? I have a client who hasn&#039;t updated yet and I want to make sure that updating will not mess up the plugin.</description>
		<content:encoded><![CDATA[<p>will this work in the latest version of WordPress (2.8.2)? I have a client who hasn&#8217;t updated yet and I want to make sure that updating will not mess up the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2737</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Sat, 01 Aug 2009 05:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2737</guid>
		<description>will pagemah work with 2.8?   If so, do we know when?

thanks</description>
		<content:encoded><![CDATA[<p>will pagemah work with 2.8?   If so, do we know when?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What Are The Plugins You Are Using On Your Blog?</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2572</link>
		<dc:creator>What Are The Plugins You Are Using On Your Blog?</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2572</guid>
		<description>[...] pageMash &#8212;-&gt; Manage your multitude of pages with pageMash&#8217;s slick drag-and-drop style, ajax interface. Allows quick sorting, hiding and organising of parenting. [...]</description>
		<content:encoded><![CDATA[<p>[...] pageMash &#8212;-&gt; Manage your multitude of pages with pageMash&#8217;s slick drag-and-drop style, ajax interface. Allows quick sorting, hiding and organising of parenting. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EduPress &#187; Blog Archive &#187; Manejo de la p&#225;gina principal del curso - Estrategias para administrar un curso</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2422</link>
		<dc:creator>EduPress &#187; Blog Archive &#187; Manejo de la p&#225;gina principal del curso - Estrategias para administrar un curso</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2422</guid>
		<description>[...] curso en el menú superior. La forma más sencilla de ordenar esas páginas es mediante el plugin pageMash. Puedes activarlo en el panel de administración. Después de activado encontrarás el enlace para [...]</description>
		<content:encoded><![CDATA[<p>[...] curso en el menú superior. La forma más sencilla de ordenar esas páginas es mediante el plugin pageMash. Puedes activarlo en el panel de administración. Después de activado encontrarás el enlace para [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9 Wordpress Plugins Worth Using! &#124; Steeze Lab</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2389</link>
		<dc:creator>9 Wordpress Plugins Worth Using! &#124; Steeze Lab</dc:creator>
		<pubDate>Tue, 21 Jul 2009 19:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2389</guid>
		<description>[...] pageMash [...]</description>
		<content:encoded><![CDATA[<p>[...] pageMash [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoelStarnes: » pageMash &#124; WpMash - WordPress News</title>
		<link>http://joelstarnes.co.uk/blog/pagemash/comment-page-2/#comment-2377</link>
		<dc:creator>JoelStarnes: » pageMash &#124; WpMash - WordPress News</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://joelstarnes.co.uk/blog/?page_id=18#comment-2377</guid>
		<description>[...] See the rest here: JoelStarnes: » pageMash [...]</description>
		<content:encoded><![CDATA[<p>[...] See the rest here: JoelStarnes: » pageMash [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
