<?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 for Still Designing</title>
	<atom:link href="http://stilldesigning.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stilldesigning.com</link>
	<description>serious web development. seriously.</description>
	<lastBuildDate>Wed, 18 Mar 2009 18:11:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by stealth dave</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-20</link>
		<dc:creator>stealth dave</dc:creator>
		<pubDate>Wed, 18 Mar 2009 18:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-20</guid>
		<description>The profile page is much more closely integrated with the administration tool, so I imagine it would be quite a bit trickier to theme, but I haven&#039;t checked to be honest.

My basic technique was to separate the page into 3 basic components: header, footer, and content.  The content for the login page was the form and error reporting.  For the profile page, it would be the div with id &quot;profile-page&quot;.  Once I separated those components, I replaced the header and footer components with my own themed components, and the login page did the rest.</description>
		<content:encoded><![CDATA[<p>The profile page is much more closely integrated with the administration tool, so I imagine it would be quite a bit trickier to theme, but I haven&#8217;t checked to be honest.</p>
<p>My basic technique was to separate the page into 3 basic components: header, footer, and content.  The content for the login page was the form and error reporting.  For the profile page, it would be the div with id &#8220;profile-page&#8221;.  Once I separated those components, I replaced the header and footer components with my own themed components, and the login page did the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by Blackgossbo</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-19</link>
		<dc:creator>Blackgossbo</dc:creator>
		<pubDate>Wed, 18 Mar 2009 06:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-19</guid>
		<description>This is a great plugin.
I was able to make it work with itheme&#039;s FlexxTheme.
Can something similar be done to have the profile on the frontend as well?
I&#039;ve tried Customize Your Community (http://www.sugarrae.com/wordpress/cyc/) and got it to work.But that plugin throws off the relative path of various objects.
Do you have any pointers on how to do this with the user profile using the same kinda technique?
Thank you.</description>
		<content:encoded><![CDATA[<p>This is a great plugin.<br />
I was able to make it work with itheme&#8217;s FlexxTheme.<br />
Can something similar be done to have the profile on the frontend as well?<br />
I&#8217;ve tried Customize Your Community (<a href="http://www.sugarrae.com/wordpress/cyc/" rel="nofollow">http://www.sugarrae.com/wordpress/cyc/</a>) and got it to work.But that plugin throws off the relative path of various objects.<br />
Do you have any pointers on how to do this with the user profile using the same kinda technique?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by David</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-18</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Feb 2009 22:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-18</guid>
		<description>Well I think I am getting it sorted. There are only a fe issues that I am having right now.. Have a look at my log-in page.. 

http://www.digitalartistsassociation.com/wp-login.php

The large black space between the dummy cat name and the log in blue/grey box and the back to blog should not be there either... I am not sure why either is happening and I have stepped through the login.css file but can not figure it out..

Also if I leave the log in frame in the themes style css it adds the border not only around the log in box but it also adds it to the subscribe to email feed box as well... any help would be appreciated!

Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>Well I think I am getting it sorted. There are only a fe issues that I am having right now.. Have a look at my log-in page.. </p>
<p><a href="http://www.digitalartistsassociation.com/wp-login.php" rel="nofollow">http://www.digitalartistsassociation.com/wp-login.php</a></p>
<p>The large black space between the dummy cat name and the log in blue/grey box and the back to blog should not be there either&#8230; I am not sure why either is happening and I have stepped through the login.css file but can not figure it out..</p>
<p>Also if I leave the log in frame in the themes style css it adds the border not only around the log in box but it also adds it to the subscribe to email feed box as well&#8230; any help would be appreciated!</p>
<p>Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by stealth dave</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-17</link>
		<dc:creator>stealth dave</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-17</guid>
		<description>Unless you specifically included WordPress&#039; login.css, it&#039;s not being loaded at all if you used the sample login.php.  Add the styles you need to your theme&#039;s css and you should be fine.  Let me know when it&#039;s ready and I&#039;ll check it out!</description>
		<content:encoded><![CDATA[<p>Unless you specifically included WordPress&#8217; login.css, it&#8217;s not being loaded at all if you used the sample login.php.  Add the styles you need to your theme&#8217;s css and you should be fine.  Let me know when it&#8217;s ready and I&#8217;ll check it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by David</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-16</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Feb 2009 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-16</guid>
		<description>that problem is fixed; I am still having issues with getting everything aligned. Is there a separate .css file that I need to edit apart from the login.css file?</description>
		<content:encoded><![CDATA[<p>that problem is fixed; I am still having issues with getting everything aligned. Is there a separate .css file that I need to edit apart from the login.css file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by David</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-15</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Feb 2009 13:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-15</guid>
		<description>This is the exact error I am receiving at the moment.

&quot; Fatal error: Call to a member function get_error_code() on a non-object in /home/darkh3/public_html/DigitalArtistsAssociation/wp-login.php on line 94 &quot;

The web address in the above message isn&#039;t working.. I typed something wrong.. in any event here is the correct URL: http://www.digitalartistsassociation.com</description>
		<content:encoded><![CDATA[<p>This is the exact error I am receiving at the moment.</p>
<p>&#8221; Fatal error: Call to a member function get_error_code() on a non-object in /home/darkh3/public_html/DigitalArtistsAssociation/wp-login.php on line 94 &#8221;</p>
<p>The web address in the above message isn&#8217;t working.. I typed something wrong.. in any event here is the correct URL: <a href="http://www.digitalartistsassociation.com" rel="nofollow">http://www.digitalartistsassociation.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Themed Login Gets An Update by David</title>
		<link>http://stilldesigning.com/2009/02/19/wordpress-custom-themed-login-gets-an-update/comment-page-1/#comment-14</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Feb 2009 13:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=79#comment-14</guid>
		<description>I&#039;m pretty much retarded when it comes to WordPress and it&#039;s structure. I downloaded your update however I am having some difficulty with it&#039;s implementation. 

My site is called www.DigitalArtistsAssocation.com and I would love to have the Log-in/Register options inline like on your site.. 

can you give me an idiots guide to using your update?

Thanks
Dave</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty much retarded when it comes to WordPress and it&#8217;s structure. I downloaded your update however I am having some difficulty with it&#8217;s implementation. </p>
<p>My site is called <a href="http://www.DigitalArtistsAssocation.com" rel="nofollow">http://www.DigitalArtistsAssocation.com</a> and I would love to have the Log-in/Register options inline like on your site.. </p>
<p>can you give me an idiots guide to using your update?</p>
<p>Thanks<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Login page for WordPress by Still Designing &#187; Blog Archive &#187; WordPress Custom Themed Login Gets An Update</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-13</link>
		<dc:creator>Still Designing &#187; Blog Archive &#187; WordPress Custom Themed Login Gets An Update</dc:creator>
		<pubDate>Fri, 20 Feb 2009 06:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-13</guid>
		<description>[...] Original Themed Login post [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Themed Login post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Login page for WordPress by stealth dave</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-12</link>
		<dc:creator>stealth dave</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-12</guid>
		<description>bambi and StrangeAttractor, here are some simple instructions to get this working.  Please keep in mind that this was developed for WordPress 2.5.2, and may or may not work with later versions.

First, the sample.login.php is just that; a sample.  For most themes, you should be able to just rename it to login.php and it will include your header, navs, etc., but you may need to modify it to fit your theme.

For the diff file, you need to apply this patch to wp-login.php.  On *NIX-based systems, you can do this fairly simply from the command-line.  In the same folder as wp-login.php, run the following command:

patch -p0 &lt; wp-login.php.diff

For information on how to use patch on Windows, check out &lt;a href=&quot;http://cmsproducer.com/windows-diff-patch-command-prompt-drupal-GNUWin32&quot; rel=&quot;nofollow&quot;&gt;this link&lt;/a&gt;.  I&#039;m told that this patch applies cleanly to 2.6 (thanks for testing that, Glitch), but again, no guarantees.

- Dave</description>
		<content:encoded><![CDATA[<p>bambi and StrangeAttractor, here are some simple instructions to get this working.  Please keep in mind that this was developed for WordPress 2.5.2, and may or may not work with later versions.</p>
<p>First, the sample.login.php is just that; a sample.  For most themes, you should be able to just rename it to login.php and it will include your header, navs, etc., but you may need to modify it to fit your theme.</p>
<p>For the diff file, you need to apply this patch to wp-login.php.  On *NIX-based systems, you can do this fairly simply from the command-line.  In the same folder as wp-login.php, run the following command:</p>
<p>patch -p0 &lt; wp-login.php.diff</p>
<p>For information on how to use patch on Windows, check out <a href="http://cmsproducer.com/windows-diff-patch-command-prompt-drupal-GNUWin32" rel="nofollow">this link</a>.  I&#8217;m told that this patch applies cleanly to 2.6 (thanks for testing that, Glitch), but again, no guarantees.</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Login page for WordPress by bambi</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-11</link>
		<dc:creator>bambi</dc:creator>
		<pubDate>Thu, 05 Feb 2009 11:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-11</guid>
		<description>Hi David,
I love your login/register - on your site though, I could not make it on mine :( 
I downloaded the 2 files and placed them in the respective directories, but I could not make it work. 
Can you send me the 2 files? and a short cookbook of how to do this? Will you make a plugin out of this?</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I love your login/register &#8211; on your site though, I could not make it on mine <img src='http://stilldesigning.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I downloaded the 2 files and placed them in the respective directories, but I could not make it work.<br />
Can you send me the 2 files? and a short cookbook of how to do this? Will you make a plugin out of this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->