<?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 for sjdalf Blog</title>
	<atom:link href="http://blog.sjdalf.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sjdalf.com</link>
	<description>Blogging about my experiences as a web/software developer</description>
	<pubDate>Fri, 10 Sep 2010 02:52:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by Madison Brown</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-184</link>
		<dc:creator>Madison Brown</dc:creator>
		<pubDate>Fri, 14 May 2010 08:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-184</guid>
		<description>i host 5 of my blogs on Blogspot and it is really good for beginners. but if you want something with more features, nothing beats wordpress--:</description>
		<content:encoded><![CDATA[<p>i host 5 of my blogs on Blogspot and it is really good for beginners. but if you want something with more features, nothing beats wordpress&#8211;:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by Louis_Dea</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-181</link>
		<dc:creator>Louis_Dea</dc:creator>
		<pubDate>Sat, 24 Apr 2010 14:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-181</guid>
		<description>Thx for this post.

With the last comment by Luis, it works perfectly.</description>
		<content:encoded><![CDATA[<p>Thx for this post.</p>
<p>With the last comment by Luis, it works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by Luis Fernando</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-178</link>
		<dc:creator>Luis Fernando</dc:creator>
		<pubDate>Tue, 09 Mar 2010 01:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-178</guid>
		<description>You also need to change in the wp.php file

From:
“if ( strpos( $_SERVER['PHP_SELF'], $page ) ) {”

to:
“if ( strpos( $_SERVER['PHP_SELF'], $page ) &#38;&#38; !is_site_admin() ) {”</description>
		<content:encoded><![CDATA[<p>You also need to change in the wp.php file</p>
<p>From:<br />
“if ( strpos( $_SERVER['PHP_SELF'], $page ) ) {”</p>
<p>to:<br />
“if ( strpos( $_SERVER['PHP_SELF'], $page ) &amp;&amp; !is_site_admin() ) {”</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress MU and the www prefix by Sylvain</title>
		<link>http://blog.sjdalf.com/wordpress/wordpress-mu-and-the-www-prefix/#comment-171</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=6#comment-171</guid>
		<description>For preveting the www prefix you have only to change the home value with www in wp_X_options. If you change the siteurl value then you will also have an infinite loop.
It works on a wpmu 2.9.1</description>
		<content:encoded><![CDATA[<p>For preveting the www prefix you have only to change the home value with www in wp_X_options. If you change the siteurl value then you will also have an infinite loop.<br />
It works on a wpmu 2.9.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress manipulation using Javascript/DHTML instead of plugin hooks by Davey</title>
		<link>http://blog.sjdalf.com/wordpress/wordpress_manipulation_javascript_dhtml_plugin_hooks/#comment-164</link>
		<dc:creator>Davey</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=13#comment-164</guid>
		<description>Nice work, and very neat... just what I was looking for! Obviously relies on user having JS enabled, but at the end of the day half the Internet wouldn't work properly these days without JS enabled, so I like your style!

I saw something over at http://planetozh.com/download/plugins/no_howdy_plugin.txt - but this required wp_enqueue_script - which I know is already loaded in the admin panel, so as far as I can tell this is not needed (as per your example).

Say no to hacking core files and YES to great code like yours... keep up the good work fella!</description>
		<content:encoded><![CDATA[<p>Nice work, and very neat&#8230; just what I was looking for! Obviously relies on user having JS enabled, but at the end of the day half the Internet wouldn&#8217;t work properly these days without JS enabled, so I like your style!</p>
<p>I saw something over at <a href="http://planetozh.com/download/plugins/no_howdy_plugin.txt" rel="nofollow">http://planetozh.com/download/plugins/no_howdy_plugin.txt</a> - but this required wp_enqueue_script - which I know is already loaded in the admin panel, so as far as I can tell this is not needed (as per your example).</p>
<p>Say no to hacking core files and YES to great code like yours&#8230; keep up the good work fella!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by Sean Ham</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-163</link>
		<dc:creator>Sean Ham</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-163</guid>
		<description>Don't forget this part:
line 1190
from :"if ( strpos( $_SERVER['PHP_SELF'], $page ) ) {"
to:"if ( strpos( $_SERVER['PHP_SELF'], $page ) &#38;&#38; !is_site_admin() ) {"</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget this part:<br />
line 1190<br />
from :&#8221;if ( strpos( $_SERVER['PHP_SELF'], $page ) ) {&#8221;<br />
to:&#8221;if ( strpos( $_SERVER['PHP_SELF'], $page ) &amp;&amp; !is_site_admin() ) {&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by eric</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-142</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Sat, 18 Jul 2009 04:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-142</guid>
		<description>here's an updated permalink for the issue

http://mu.wordpress.org/forums/topic/13318?replies=6</description>
		<content:encoded><![CDATA[<p>here&#8217;s an updated permalink for the issue</p>
<p><a href="http://mu.wordpress.org/forums/topic/13318?replies=6" rel="nofollow">http://mu.wordpress.org/forums/topic/13318?replies=6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by takien</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-140</link>
		<dc:creator>takien</dc:creator>
		<pubDate>Sat, 11 Jul 2009 22:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-140</guid>
		<description>hi. that's not workin on wpmu 2.8.1</description>
		<content:encoded><![CDATA[<p>hi. that&#8217;s not workin on wpmu 2.8.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by eric</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-137</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-137</guid>
		<description>In 2.7.1 it's line 531.... works perfect... i dunno why they don't have it on as the default... who wouldn't want to edit?!?!</description>
		<content:encoded><![CDATA[<p>In 2.7.1 it&#8217;s line 531&#8230;. works perfect&#8230; i dunno why they don&#8217;t have it on as the default&#8230; who wouldn&#8217;t want to edit?!?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Theme Editor in Wordpress MU by Theme Create</title>
		<link>http://blog.sjdalf.com/wordpress/enabling-theme-editor-in-wordpress-mu/#comment-133</link>
		<dc:creator>Theme Create</dc:creator>
		<pubDate>Mon, 11 May 2009 00:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sjdalf.com/?p=3#comment-133</guid>
		<description>Great Post!!! Wordpress is my favorite CMS and this information is a perfect example why.</description>
		<content:encoded><![CDATA[<p>Great Post!!! Wordpress is my favorite CMS and this information is a perfect example why.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
