A Wordpress Login Widget – Sidebar Login Widget

August 11, 2007 | Published in: Wordpress & plugins | Tags: , , , , , 120

This plugin has now been replaced by an updated version which you can find here


Sidebar Login WidgetWant to allow users to log into wordpress from the sidebar? Doing so is not as simple as it sounds, so to ease your stress I have created a widget to handle everything.

It lets users login, and then redirects them back to the page they logged in from rather than the backend, it also shows error messages. Read more for more information and the download link.

Sidebar Login Widget v1.5 Build 20070122

By Mike Jolley ( http://www.blue-anvil.com )

What is it?

It’s a widget that allows users to login to wordpress from the sidebar! It uses php sessions to cleverly retrieve the wordpress login error messages, and uses redirects to send the user back to the site, rather than the wordpress backend.

Screenshots

User not logged in:

Not logged in screenshot.gif

User logged in:

Logged in screenshot.gif

Errors!

Error! Screenshot.gif

Get it now!

Download Sidebar Login Widget Version 1.55

| Index |


Installation Instructions

Simply:

  1. Unzip and upload the php file to your wordpress plugin directory
  2. Activate the plugin
  3. Goto the presentation > widgets tab
  4. Drag the widget into a sidebar and save!

| Index |

License

Wordpress Sidebar Login Widget © Copyright 2007-current.
Mike Jolley


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

| Index |

Support my sweat, blood and tears

I know, that sounds gross, but we really did put ALOT of effort into this widget. If you like this widget please make a donation via paypal! Any amounts are welcome, your support is much appreciated.

| Index |

Found this post useful? Why not buy me a coffee!

Related Entries

Popular Entries

120 Responses to “A Wordpress Login Widget – Sidebar Login Widget”

RSS feed for comments on this post.

Pages: « 12 3 4 5 6 7 8 9 10 11 [12] Show All

  • 111 - Mike Jolley says: Reply to this comment

    Gravatar

    @jay – this widget does not handle registrations..its down to wordpress itself.

    Comment made on May 20, 2008 at 2:42 pm

  • 112 - jay says: Reply to this comment

    Gravatar

    to mike jolley:

    cheers mike.
    yeah that makes sense.
    so any ideas why wordpress isnt emailing the passwords. I cant see anything in the settings that could affect it.
    Or do i need to allocate an email address from my site for wordpress to use to email people??

    any help would be great :o )

    Comment made on May 21, 2008 at 2:30 am

  • 113 - Skylog » Blog Archive » links for 2008-05-21 says: Reply to this comment

    Gravatar

    [...] Blue Anvil Journal » Blog Archive » A Wordpress Login Widget – Sidebar Login Widget (tags: wordpress plugin) [...]

    Pingback made on May 21, 2008 at 7:30 am

  • 114 - Mike Jolley says: Reply to this comment

    Gravatar

    Check your host has the mail() function, or just post on official wordpress forums for help.

    Comment made on May 21, 2008 at 10:13 am

  • 115 - Brian Vaughan says: Reply to this comment

    Gravatar

    Great Plugin. I would like to add this to the list of default widgets for *some* themes in a wp_mu installation. What code should I add to the sidebar.php file to accomplish this?

    thanks!

    Comment made on May 27, 2008 at 11:02 pm

  • 116 - Lucas says: Reply to this comment

    Gravatar

    Hi,

    Just like Seth I also have problems to log out! But only when I log out viewing post. When you log out from the frontpage the URL looks like:
    logout&redirect_to=URL/ Then I logged out and see the frontpage.

    But when I log out while viewing a post or page it goes wrong. The link then is: redirect_to=URL/?p=5. Now I get an Internal Server Error.

    When viewing a page and use the first URL (as if im logging out from the frontapge) it goes fine.

    Of course I change the redirect URL to fix this, but the strange this is that it only happens on the WP installation on my external webserver. On my localhost it all works!

    Any ideas?

    Comment made on June 4, 2008 at 10:41 am

  • 117 - Eric says: Reply to this comment

    Gravatar

    Plugin works great on WPMU 2.7 and WP2.7, except for the logout. When attempting to logout, i get redirected to an error page that says “you are attempting to log out” and i am unable to logout. The log out link shows … wp-login.php?action=logout&redirect_to=http://blogs.mysite.com It seems to be missing the wpnonce call. Any thoughts?

    Comment made on January 30, 2009 at 7:54 pm

  • 118 - WPPR says: Reply to this comment

    Gravatar

    Like a poster above from 2007, I have this installed and it works great, but I am not seeing the register link???

    This is installed on the main blog on the latest WPMU and BuddyPress.

    Comment made on February 6, 2009 at 2:16 am

  • 119 - Kurt says: Reply to this comment

    Gravatar

    Every time I try and add a link for “Dashboard” or “Profile”, the update adds “\” before and after the intended url. I tried editing the php file without any luck. Is there a way to correct these links?

    Many Thanks!

    Comment made on April 6, 2009 at 4:07 pm

  • 120 - WordPress Widget List | DAWG FILE says: Reply to this comment

    Gravatar

    [...] Sidebar Login – allows login then redirect to point user logged in from. [...]

    Pingback made on May 13, 2009 at 11:33 pm

Pages: « 12 3 4 5 6 7 8 9 10 11 [12] Show All

About this site

Blue Anvil is the online web design journal & portfolio of , a web designer from Norfolk, England. Read More »
ThemeSlice
  • Featured work - More

    • Beefjack
    • Integrity
    • theotaku.com
    • Manic Melon
  • Latest Tweet - More

    • Dropped yoghurt all down my pyjamas. Bugger. Working in my boxers. Ill get dressed some time. Soon.
  • Out of the blue - More

    • Wordpress 2.8 Memory Usage

      With the release of wordpress 2.8 some people are experiencing out of memory php errors along the lines of:

      Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 228968 bytes)

      You may also be seeing pages fail to load fully (for example the wordpress admin dashboard) if php error messages are hidden. I’ve already had one case where we thought certain plugins were to blame but in fact it was just out of memory. A possible fix (which worked in the previously mentioned case) is to add:

      @ini_set('memory_limit','64M');

      to your wp-config file. Has anyone else encoutered this error?

    • jQuery Curvy Corners 1.x and 2.x updated and moved to Google Code

      I have updated the jQuery Curvy Corners plugins (both versions) with jQuery 1.3.2 support and other enhancements. The beta 2 version is looking good and is working in all version of IE, Opera, and Firefox (as far as I can tell).

      You can grab the latest files from Google Code here. Enjoy.

    • I’m too nice: Wordpress Download Monitor plugin page add-on now included with Download Monitor version 3.1.

      It was going to be a paid add-on, but today I had a change of heart and bundled it with the newest version of download monitor. The add-on lets you make a download page using a shortcode; it lists your downloads/categories with full sorting, pagination, and search functionality. Not bad eh? See the documentation topic to see full instructions for usage, or see my download page to see it in action.

      And if you use it, please consider making a donation to ensure the continued development of the plugin!

    • 2 Announcements: New Support forum, and feedback wanted for new download page add-on

      First, I’ve implemented a support forum to Blue Anvil mainly for plugin support and ideas which can be found here. Hopefully this will make supporting my plugins easier. Feel free to add to the discussions (there is also a general web design forum too).

      Secondly, I’ve added a demo of the new download page add-on I’m making for Download Monitor. This will be a paid add-on and it would be cool to get any feedback or suggestions from anyone who would like such a feature. My download page is here. Please leave feedback on the forum or in the comments.