I've moved! I've moved my online home to mikejolley.com, and thats where I'll be blogging primarily. This site will stay live for archive purposes :)

WordPress Sidebar Login 2 – Optimised for wordpress 2.6

July 23, 2008 | Published in: Wordpress & plugins | Tags: , , , , , , 358

Sidebar Login 2At last! My sidebar login widget has evolved into ‘Sidebar Login’ which has both a widget and a template tag to allow you to have a login form in the sidebar of your wordpress powered blog.

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

Sidebar login is self explanatory really; it allows users to login to wordpress from the sidebar! This plugin requires wordpress 2.6 (that is all I have tested) in order to function; this is because wordpress 2.6 has a modified login system to older versions.

Screenshots

Login Form

Login Form

Logged in

Logged in

Change Log

You can track changes to the plugin in the wordpress plugin SVN.

Get it now!

You can get the latest version from the wordpress plugin database; Download it here!

Installation Instructions

  1. Unzip and upload the php file to your wordpress plugin directory
  2. Activate the plugin
  3. For a sidebar widget: Goto the design > widgets tab – Drag the widget into a sidebar and save!
  4. To use the template tag: Add <?php sidebarlogin(); ?> to your template.

License

WordPress Sidebar Login © Copyright 2008-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.
optimised

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

Show your support – ensure continued development

I put a lot of effort into all of my plugins; its thirsty work so why not show your support by buying me a nice coffee :)

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

Related Entries

358 Responses to “WordPress Sidebar Login 2 – Optimised for wordpress 2.6”

RSS feed for comments on this post.

1 ... 13 14 15
  1. Emiliano Bruni says:

    I integrate sidebar login with Simple Facebook Connect avatar changing this line

    if (get_option(‘sidebar_login_avatar’)==’yes’) echo ”.get_avatar…..

    with

    /* Emiliano: Integrate with facebook avatar */
    if (get_option(‘sidebar_login_avatar’)==’yes’) {
    $fbuid = get_usermeta($user_ID, ‘fbuid’);
    if (empty($fbuid)) {
    echo ”.get_avatar($user_ID, $size = ’38′).”;

    } else {
    echo ”;
    }

    I will be very happy if you apply this patch in next sidebar release

    Comment made on September 10, 2010 at 8:40 pm

  2. Emiliano Bruni says:

    ops…sorry, most of code missed,

    http://pastie.org/1150823

    Comment made on September 10, 2010 at 8:44 pm

  3. Emiliano Bruni says:

    I also integrate Sidebar login action with SFC. As soon as possible I wrote an article to better describe my patch. For now that’s the brutal code without any control

    http://www.pastie.org/1151010

    Comment made on September 10, 2010 at 10:44 pm

  4. Lorin says:

    I am having the same problem as some others. I can log in fine, but then if I click the dashboard link it redirects me to the standard WP log-in page and then I can go to the dashboard from there (after logging in again). I also can’t seem to log out. I’m using this on subdomains (with domain pointers). Could that be the problem?

    Comment made on September 17, 2010 at 9:15 pm

  5. Mike Jolley says:

    @Lorin: Yes possibly. There are ways to make subdomains use the same login cookie – may want to google/check wordpress.org.

    Comment made on September 18, 2010 at 10:37 am

  6. Lorin says:

    Thanks, Mike. I think we’ve gone right out of my programming comfort zone, but I like knowing why even if I can’t fix it. :)

    Comment made on September 18, 2010 at 3:02 pm

1 ... 13 14 15

The comments are closed.

About this site

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

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

    • Hunt for old TV stand 2 hours. Loft - no. Spare room - no. Downstairs - no. Give up. Collapse on bed. Its under the bed o_0 #fail
  • Out of the blue - More

    • Download Monitor 3.3.5 Tagged for release

      The latest update to Download Monitor for WordPress has been released; this version comes with a many fixes and some new features, such as improved sorting. For full details view the readme; you can grab the plugin here.

    • Closing the Forums

      Just posting to let current users know that I’m closing the forum on Blue-Anvil. This is mainly due to spam-registrations getting out of hand and being a general nuisance. I will be posting good topics as FAQ items within posts if applicable.

      Please note that you can still post and get help for my plugins/themes by posting on the wordpress.org website.

    • Show off your MiniCard!

      Are you a user of the WordPress MiniCard theme? Its been downloaded over 14,000 times so far!

      If you have used it as-is, made your own child-theme or done something creative with it, please show off your MiniCard’s in the comments, I’d love to see how the theme is being used!

    • Spam Stopper updated for WordPress 3.0

      My Spam Stopper plugin has been updated for WordPress 3.0 (version 3.1.3) – you can grab it here. Sorry this update took longer than my other plugins but this one gets less lovin’ – if you want to change that feel free to donate, spread the word, or rate it on the WordPress.org plugin page.