<?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: Custom branded login screen for WPMU</title>
	<atom:link href="http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/</link>
	<description>WordPressMU how to - tips, hints, tricks and explainations for multiple blogs in WordPress</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:07:00 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kawika</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-4453</link>
		<dc:creator>Kawika</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-4453</guid>
		<description>Hey damon, how did you get it so you could add custom text to the login screen?</description>
		<content:encoded><![CDATA[<p>Hey damon, how did you get it so you could add custom text to the login screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam H</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1661</link>
		<dc:creator>Sam H</dc:creator>
		<pubDate>Thu, 05 Nov 2009 15:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1661</guid>
		<description>Thanks Andrea - i&#039;ve literally only just got around to doing this. Been so busy!

Works a treat now :)</description>
		<content:encoded><![CDATA[<p>Thanks Andrea &#8211; i&#8217;ve literally only just got around to doing this. Been so busy!</p>
<p>Works a treat now <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1356</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1356</guid>
		<description>This part:

&quot;h1 a {
background:url(/wp-content/mu-plugins/custom-login/logo.png) no-repeat;

}&quot;

This is a problem. You need to put the full path to the image here, with the http://, as if you were going to link to it directly.</description>
		<content:encoded><![CDATA[<p>This part:</p>
<p>&#8220;h1 a {<br />
background:url(/wp-content/mu-plugins/custom-login/logo.png) no-repeat;</p>
<p>}&#8221;</p>
<p>This is a problem. You need to put the full path to the image here, with the http://, as if you were going to link to it directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam H</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1327</link>
		<dc:creator>Sam H</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1327</guid>
		<description>unfortunately I cannot get this to work for me - am on 2.8.4a and have tried all the little suggested work arounds as mentioned above.

We were previously using a plugin provided by James at WPMUdev but that didn&#039;t seem to work - hence trying this one out (which incidentally I already prefer the look of!)

I can&#039;t really help much more with what is wrong as there&#039;s no errors, no nothing showing up!

Currently my CSS file reads:

/* Custom Login Styles */
 
h1 a {	
background:url(/wp-content/mu-plugins/custom-login/logo.png) no-repeat;

}

I tried it with

/* Custom Login Styles */
 
h1 a {	
background:url(ogo.png) no-repeat;

}

Could it be because I&#039;ve changed the file to logo.png?

Cheers for any help 

Sam</description>
		<content:encoded><![CDATA[<p>unfortunately I cannot get this to work for me &#8211; am on 2.8.4a and have tried all the little suggested work arounds as mentioned above.</p>
<p>We were previously using a plugin provided by James at WPMUdev but that didn&#8217;t seem to work &#8211; hence trying this one out (which incidentally I already prefer the look of!)</p>
<p>I can&#8217;t really help much more with what is wrong as there&#8217;s no errors, no nothing showing up!</p>
<p>Currently my CSS file reads:</p>
<p>/* Custom Login Styles */</p>
<p>h1 a {<br />
background:url(/wp-content/mu-plugins/custom-login/logo.png) no-repeat;</p>
<p>}</p>
<p>I tried it with</p>
<p>/* Custom Login Styles */</p>
<p>h1 a {<br />
background:url(ogo.png) no-repeat;</p>
<p>}</p>
<p>Could it be because I&#8217;ve changed the file to logo.png?</p>
<p>Cheers for any help </p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damon</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1156</link>
		<dc:creator>damon</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1156</guid>
		<description>great work!  It worked like a charm for me and also allowed me to add some custom text to the login screen.  I wanted to have a Policy Statement displayed on every login and this allowed me to do also.  Thanks x 2</description>
		<content:encoded><![CDATA[<p>great work!  It worked like a charm for me and also allowed me to add some custom text to the login screen.  I wanted to have a Policy Statement displayed on every login and this allowed me to do also.  Thanks x 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1126</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1126</guid>
		<description>Thanks to all for your inputs :-)

This worked for me after making the change Harvey proposed above, and using 2.8.4a</description>
		<content:encoded><![CDATA[<p>Thanks to all for your inputs <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This worked for me after making the change Harvey proposed above, and using 2.8.4a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvey Ramer</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1107</link>
		<dc:creator>Harvey Ramer</dc:creator>
		<pubDate>Tue, 25 Aug 2009 21:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1107</guid>
		<description>Change the background image url in your custom-login.css like:

background: url(logo.jpg) no-repeat ...

There is no need to include the directory there as CSS looks in its own directory if none is defined. Then it should work.</description>
		<content:encoded><![CDATA[<p>Change the background image url in your custom-login.css like:</p>
<p>background: url(logo.jpg) no-repeat &#8230;</p>
<p>There is no need to include the directory there as CSS looks in its own directory if none is defined. Then it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcnjr</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-1003</link>
		<dc:creator>jcnjr</dc:creator>
		<pubDate>Sat, 25 Jul 2009 01:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-1003</guid>
		<description>I too cannot get this to work. I confirmed the file hierarchy is as described, and tried it with and without Ovidiu&#039;s CSS edit. Still, the default WP logo appears on the login screen.

I&#039;m running WPMU 2.8.2. Any thoughts?
.-= jcnjr&#180;s last blog ..&lt;a href=&quot;http://tripawds.com/2009/07/23/tripawds-pawty-in-longmont-colorado-on-816/&quot; rel=&quot;nofollow&quot;&gt;Tripawds Pawty in Longmont, Colorado, on 8/16&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I too cannot get this to work. I confirmed the file hierarchy is as described, and tried it with and without Ovidiu&#8217;s CSS edit. Still, the default WP logo appears on the login screen.</p>
<p>I&#8217;m running WPMU 2.8.2. Any thoughts?<br />
.-= jcnjr&#180;s last blog ..<a href="http://tripawds.com/2009/07/23/tripawds-pawty-in-longmont-colorado-on-816/" rel="nofollow">Tripawds Pawty in Longmont, Colorado, on 8/16</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-993</link>
		<dc:creator>d.</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-993</guid>
		<description>Uh, my bad, everything&#039;s fine now, had to define 2 args for &quot;action function&quot;. Afterwards everything seems to be OK.</description>
		<content:encoded><![CDATA[<p>Uh, my bad, everything&#8217;s fine now, had to define 2 args for &#8220;action function&#8221;. Afterwards everything seems to be OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.</title>
		<link>http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/#comment-992</link>
		<dc:creator>d.</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=150#comment-992</guid>
		<description>Hello,

Thanks for this custom login screen look, works perfectly with 2.8.1. I&#039;ve got a question regarding custom authentication:
according to the docs, wp has a hook &quot;wp_authenticate&quot;: &quot;Runs to authenticate a user when they log in. Action function arguments: array with user name and password&quot;, so in theory I could write some function to check if user exists in our local system. Q: does it run before or after wp runs its own authentication?
Docs say it accepts array with username and password, but only username is passed. 
Is there a way to check our internal system BEFORE wp authentication using only plugins and not modifying/replacing original wpmu files (wp-login/wp-signup etc)?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this custom login screen look, works perfectly with 2.8.1. I&#8217;ve got a question regarding custom authentication:<br />
according to the docs, wp has a hook &#8220;wp_authenticate&#8221;: &#8220;Runs to authenticate a user when they log in. Action function arguments: array with user name and password&#8221;, so in theory I could write some function to check if user exists in our local system. Q: does it run before or after wp runs its own authentication?<br />
Docs say it accepts array with username and password, but only username is passed.<br />
Is there a way to check our internal system BEFORE wp authentication using only plugins and not modifying/replacing original wpmu files (wp-login/wp-signup etc)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
