A number of users were experiencing errors with the sidebar login widget I created, issues such as bugs with cookies and headers sent. In a bid to stop these errors I have created a new version, compatible with wordpress 2.3.
This version is different to the others because rather than redirecting to the normal wordpress login page to log the user in, it has the code for login built into it, thus (in theory) solving the cookie/headers problems. Hoorar. Read more about the widget after the break.
This clever little widget lets users login from the sidebar, without even touching the wordpress login page. Very handy. The official post is here. Enjoy =)
Screenshot: The form

Download
Downloaded a total of 5385 times
Show your support
Share This












25 - Lynda M says:
The “Register” link/text is not showing up for me at all. I can see “Lost you password?” just fine, but no “Register”.
Please help! ;o)
Thank you in advance. This is a great plugin!!!
~L
Comment made on March 22, 2008 at 1:23 am
26 - JH says:
Hey Lynda, me too, I’m getting the same problem.
Works great but no Register.
Comment made on March 24, 2008 at 1:32 pm
27 - Roberto Verli says:
Even with the new version I keep getting the error after i login, it logins but with this error message.
Can you help me?
Comment made on March 24, 2008 at 9:26 pm
28 - LaNeT says:
thanks. good work.. teşekkürler.
Comment made on March 30, 2008 at 4:20 pm
29 - Mark Gilbert says:
Line 37 of the code contains an unescaped ampersand which throws up a rendering error when the page is served as application/xhtml+xml as opposed to text/html.
Changing the line to read as below fixes the problem.
Logout
Comment made on March 30, 2008 at 11:06 pm
30 - Randy says:
I was hoping that Mark Gilbert’s comment was going to give me the answer to my problem with cookies in WP 2.5, but the new line of code isn’t showing.
I really don’t know what problem his new code is aiming at fixing anyway.
Anyone?
Comment made on April 10, 2008 at 11:24 am
31 - kidata says:
The ampersand in the log out URL
(Line 37: … wp-login.php?action=logout&redirect_to= …)
should be written as a HTML-Entitie to create valid pages.
(Version: 1.51)
Comment made on April 18, 2008 at 12:00 pm
32 - Mike Jolley says:
@ Lynda M - It only shows if registrations are enabled in your blog. Check wordpress settings.
@ Randy - Fixing it myself now, will post when fixed - thanks Mark
Comment made on April 18, 2008 at 10:24 pm
33 - Mike Jolley says:
Ive just updated the file, it works fine on my local and online wordpress copies (v 2.5). Anyone having problems with it now?
Comment made on April 18, 2008 at 10:59 pm
34 - Reyality says:
First of all thanks for this great widget! My apologies if this has already been answered… but I’m having a hard time trying to change the color of the displayed username with my limited CSS knowledge. Any assistance would be greatly appreciated.
Comment made on May 14, 2008 at 8:16 pm