<?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: Customizing your install: Login &amp; Favicon</title>
	<atom:link href="http://wpmututorials.com/plugins/customizing-your-install-login-favicon/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Wordpress Developer</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-7464</link>
		<dc:creator>Wordpress Developer</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-7464</guid>
		<description>How would you create custom favicon for each WPMU blog though? Would have to be done on a theme level?</description>
		<content:encoded><![CDATA[<p>How would you create custom favicon for each WPMU blog though? Would have to be done on a theme level?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Merritt</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-6529</link>
		<dc:creator>Wendy Merritt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 02:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-6529</guid>
		<description>Worked like a charm! I also installed Gigya for easier login on my site so I had to widen the graphic by double. Because of Gigya&#039;s formatting I also made the footer piece just a clear image to accommodate it&#039;s formatting. There might have been a better way, but hey, it worked! :-) You can see it at www.powermaxenergy.com/wp-admin

Blessings,
Wendy</description>
		<content:encoded><![CDATA[<p>Worked like a charm! I also installed Gigya for easier login on my site so I had to widen the graphic by double. Because of Gigya&#8217;s formatting I also made the footer piece just a clear image to accommodate it&#8217;s formatting. There might have been a better way, but hey, it worked! <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  You can see it at <a href="http://www.powermaxenergy.com/wp-admin" rel="nofollow">http://www.powermaxenergy.com/wp-admin</a></p>
<p>Blessings,<br />
Wendy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Merritt</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-6528</link>
		<dc:creator>Wendy Merritt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-6528</guid>
		<description>I noticed that the two example links don&#039;t appear to be using this plugin. Does that mean that it&#039;s not a viable option anymore? I am looking to add a favicon to a WordPressMU site and I also need to create a custom login for it. Is this plugin still a good choice?

Blessings,
Wendy</description>
		<content:encoded><![CDATA[<p>I noticed that the two example links don&#8217;t appear to be using this plugin. Does that mean that it&#8217;s not a viable option anymore? I am looking to add a favicon to a WordPressMU site and I also need to create a custom login for it. Is this plugin still a good choice?</p>
<p>Blessings,<br />
Wendy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deryk Wenaus</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-110</link>
		<dc:creator>Deryk Wenaus</dc:creator>
		<pubDate>Tue, 25 Nov 2008 18:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-110</guid>
		<description>shoot, the code above is missing the proper echo link. the last line should read:

&lt;code&gt;	echo &#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&#039; . $pluginUrl . &#039;&quot; /&#039;;&lt;/code&gt;
but you&#039;ll have to add an open bracket right before the word link and a close bracket right before the last closing quote&#039;</description>
		<content:encoded><![CDATA[<p>shoot, the code above is missing the proper echo link. the last line should read:</p>
<p><code>	echo 'link rel="stylesheet" type="text/css" href="' . $pluginUrl . '" /';</code><br />
but you&#8217;ll have to add an open bracket right before the word link and a close bracket right before the last closing quote&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deryk Wenaus</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-109</link>
		<dc:creator>Deryk Wenaus</dc:creator>
		<pubDate>Tue, 25 Nov 2008 18:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-109</guid>
		<description>thanks for this tip :) very helpful.

I could not get the plugin to work so I just trashed the code that was to make it compatible with regular wordpress. I replaced the main function with this:

&lt;code&gt;function bm_custom_login() {
	$pluginPath = &quot;/wp-content/mu-plugins/&quot;;
	$pluginUrl = get_settings(&#039;siteurl&#039;) . $pluginPath . plugin_basename(dirname(__FILE__));
	$pluginUrl .= &#039;/bm-custom-login-2.css&#039;;
	echo &#039;&#039;;
}&lt;/code&gt;

I also put the plugin in it&#039;s own folder, then just created a new php file in the main mu-plugins directory with only the php inlclude:

&lt;code&gt;include_once(&#039;bm-custom-login/bm-custom-login.php&#039;);&lt;/code&gt;

thanks again.</description>
		<content:encoded><![CDATA[<p>thanks for this tip <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  very helpful.</p>
<p>I could not get the plugin to work so I just trashed the code that was to make it compatible with regular wordpress. I replaced the main function with this:</p>
<p><code>function bm_custom_login() {<br />
	$pluginPath = "/wp-content/mu-plugins/";<br />
	$pluginUrl = get_settings('siteurl') . $pluginPath . plugin_basename(dirname(__FILE__));<br />
	$pluginUrl .= '/bm-custom-login-2.css';<br />
	echo '';<br />
}</code></p>
<p>I also put the plugin in it&#8217;s own folder, then just created a new php file in the main mu-plugins directory with only the php inlclude:</p>
<p><code>include_once('bm-custom-login/bm-custom-login.php');</code></p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeby</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-107</link>
		<dc:creator>Joeby</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-107</guid>
		<description>Hmmm...

I had this installed and working fine... on my mu install then, made a bonehead move and lost everything yesterday... No, it&#039;s not an April fools joke...

Today I went to redownload the plugin and it looks different to me... Maybe a new version for 2.5? In any event... Now I can&#039;t seem to get it working...

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;</p>
<p>I had this installed and working fine&#8230; on my mu install then, made a bonehead move and lost everything yesterday&#8230; No, it&#8217;s not an April fools joke&#8230;</p>
<p>Today I went to redownload the plugin and it looks different to me&#8230; Maybe a new version for 2.5? In any event&#8230; Now I can&#8217;t seem to get it working&#8230;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-108</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-108</guid>
		<description>Marcus

I just placed it in my mu-plugins directory and corrected the path in the php file. Worked a treat</description>
		<content:encoded><![CDATA[<p>Marcus</p>
<p>I just placed it in my mu-plugins directory and corrected the path in the php file. Worked a treat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Oliveira</title>
		<link>http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-106</link>
		<dc:creator>Marcus Oliveira</dc:creator>
		<pubDate>Thu, 10 Jan 2008 01:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/plugins/customizing-your-install-login-favicon/#comment-106</guid>
		<description>Huun, good ideia! but which core file should i edit and what exactly should i edit there to make it work automatically?</description>
		<content:encoded><![CDATA[<p>Huun, good ideia! but which core file should i edit and what exactly should i edit there to make it work automatically?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

