Speedup WordPressLogin-logoutDonateGitHub
WordPress plugin: widget with login or logout link. It is the replacement of the default Meta widget.
"Login Logout" plugin add widget with login or logout link.
If user is not logged in there are two links:
- login (after login action user will return to previous page);
- register (if user can register) (if checkbox is active);
If user is logged in there are two links:
- logout (after logout action user will return to previous page);
- site admin (if checkbox is active);
Translation
- Spanish translation made by Maria Ramos from WebHostingHub
- Serbian translation made by Borisa Djuraskovic from WebHostingHub
If you need "login-logout" link you can use this code without the plugin:
<?php wp_loginout( get_permalink() ); ?>
If you need "register-admin" link you can use this code without the plugin:
<?php wp_register('', ''); ?>
Hi,
I like ur plugin and already install it to my WP. Good if can do Login and register side by site. eg:
Login | Register
Can u do like above?
Yes, you can change display like this: "Login | Register"
Just enable "[x]Inline (list or line of links);" option in the Login-logout widget options.
Great plugin! However, I have a need that I don't see discussed. I have a members based site with public pages and private pages. If I send a link in an email to a member and if they then click on the link they are directed to a page to login. However, after logging into my site they are then directed to the page I set up in the widget.
Is there a way to redirect them to the location they were originally trying to navigate to assuming a successful login?
Thanks!
I think, this question is not connected to the Login-Logout plugin, because this plugin does not creates private pages and does not redirects users automatically.
You should find a plugin on your site which redirects users from private pages to login page and add "redirect_to" param to redirect url like this:
http://site.com/wp-login.php?redirect_to=http%3A%2F%site.com%2Fsample-page%2F
After successful login user will return to the page, where "redirect_to" param is pointing to.
The same mechanism works in Login-Logout plugin, you may check the code.
Hi,
I just found your plugin, thanks! I wanted exactly this: login/logout without all the meta stuff.
I'm also using a plugin called SimpleModal Login, which pops up a login box, instead of sending you to the login page. To make it work with yours, all I need to do was insert:
class="simplemodal-login"
into the [a] link you create for Login, and
class="simplemodal-register"
for the register link. But, I don't want to have a modified version just for that. I wonder if you could add an option to the admin panel that either has a checkbox for "Using SimpleModal Login? "
(and inserts these classes if so), or just lets us specify the class to use for the register and login (and I guess, logout) links?
Thanks!
Wow, you did awesome trick. Thanks for great feedback.
I am thinking about showing login-box in future releases but not immediately and only after user clicks "login link".
As I can see "SimpleModal Login" plugin already solve it.
I will check out their code and think how to do somethink like this in future "Login-Logout" versions.
We were doing great-- A little problem with seniors seeing where they're supposed to register but outside of that great.. A big button that says register here dummy might be helpful.. Just kidding-
I said were doing Great-- The plug I'm using to stop spammers was letting 6--700 comment spammers a month get through, You plugin cut that to 0, .Zero's a good number but the bots are getting smarter-- today several of them managed to register,, Idea's
I could recommend you to install some Captcha plugin (could be simple for the start).
I did not see any other clever solutions.
So bottom line you plugin is still redirecting users to the WP front end to actually login? Wouldn't it make more sense to present the Userrname and password fields within the widget and have it update to reflect the login status?
differences between default meta widget and Login-logout plugin:
1) in Meta widget such items:
in Login-Logout plugin:
2) after login and logout Login-Logout plugin redirects to the same page, where you clicked the link; Meta widget has not;
3) in Login-Logout plugin there are many options for configuration; Meta widget has not;
Login-logout plugin did not show login-form I will explain why.
Only 10% of the visitors will need to login so there is no need to show login-form for everyone.
If user wants to login, than user can click the "login" link and he will be redirected to login-page and after login user will be redirected to the page where he clicked "login"-link.
Not showing login-form - is feature and not a bug :)
I saw the difference, I'm just saying, it would be worth it to include the login fields within the widget and limit the interaction within the widget instead of jumping to the default WP login page. Anyway we can tweak the plugin to do that?
I always see in my login-logout widget text "hello, username | logout" even if I am logged out. What could create this problem?
I think the problem is in cache. I suppose you are using some caching plugin and all users see the same page with the same string: "hello, username | logout".
Try to disable your caching plugin.
If you still need to cache your site, than try WP Super Cache plugin and enable "Don’t cache pages for known users" option in it. So, not logged in users will see cached page with text "login" and logged in users will see not cached page with text "hello, leonard | logout" for example.
Is there a way to edit the admin page to redirect to a page such as the "My events" page in peoples dashboard
Let me try to make my question clearer:
Is there a way to edit the editor use the
"Show admin link (if user is logged in);"
option to redirect you to a different page of your choosing
You can disable "admin link" and add what you need to the "Extra item when user is logged in:" option. Like this: "my <a href="http://www.google.com">events</a>"
How can I insert this plugin/widget into my header?
And how can I position it?
I am trying to redesign my header but struggling
Can you help?
Thomas
you can add login-logout only into widget zone.
If you want to add it somewhere else, than you shold add it manually into the code.
I'm having difficulty with the redirect on login or logout. I would like them both to go to the front page of the site, but they go to the login screen instead. I've tried http://www.tbfaa.org and http://www.tbfaa.org/?page_id=1
Any ideas?
Thank you.
Try to set redirect url: http://tbfaa.org/?page_id=1 (without www)
When you will click login-link, then you will go to login page.
After you logged in successfully you wil return to page, specified in your widget in parameter "Redirect to this page after login: "
In your case it is: http://www.tbfaa.org/?page_id=1
The same with the logout page, but you are redirecting iimediately.
This is how it works.
The login/logout plugin is well thought out and feature-rich. Plugin developer provided excellent and rapid support when I ran into a configuration issue. Highly recommended!
Hello, is how to insert the registry the terms of the site, with a box must be ticked to register? I've been looking for a plugin with this feature and have not found.
To eanble register option for your site try to visit this link:
your_site.com/wp-admin/options-general.php
And enable option "Membership = Anyone can register".
how to customize the login page. would like the login page had the same layout of my site and did not have the name "wordpress".
Login-Logout plugin does not customize login page.
You should find another plugin for this.
Hi, Fantastic plugin! Is it possible to show "Welcome, admin" on the same line with "Site Admin | Log out" rather on two separate lines?
Here are my suggestions:
I could add the checkbox option called "inline list" for showing in one line: "Log out | Site Admin".
And I could add the checkbox option called "wellcome text" for showing: "Welcome, admin".
And if "inline" and "wellcome" is turned on then we will see this: "Welcome, admin | Log out | Site Admin"
And if "inline" is off and "wellcome" is turned on then we will see the list:
Or maybe you have better idea?
These features added into version 2.0 of the plugin. You may update Login-Logout plugin from the WordPress dashboard.
Hello
Great plugin
Maybe you could add a check box that will display a login form with username and password if anyone wants this option.
I think that login form will not be needed for 80% of the visitors and the other 20% of users could visit login page when then want to login so there is no need to include this feature into plugin options. Sorry, but this feature will not be added into Login-Logout plugin for keep it as simple as posible. (At least now I think so, maybe something could be changed in future)
Hello. What about separate language files ? ( files loaded with load_plugin_textdomain )
It is now translation ready. Now everyone can create a translation of the plugin on his own language.
Can you add an option to the settings to change the word log-in and log-off to another word in a different language? Maybe having a reset word after it has been changed would be great for basic users as well.
Your plug-in is so simple and works really well :) Thank you so much.
Glen
http://a4jp.com
(Japanese Website)
If you want to change "Login", "Logout", "Register" and "Site admin" words you can set your own words and save widget settings.
If you want to reset some option to default then clear this text field and save widget settings;
You can watch all widget settings on screenshots.
Hi , i have Version: 1.6.0 of Login Logout & when im NOT LOGGED IN - i do not see the "Register" button & users often ask how do they register....
so is this a problem? because there is no dedicated settings page for this plugin for me to enable a checkbox etc to show it.
You should check this option: "Settings => General => Membership => Anyone can register" and check if this option is enabled.
That is indeed enabled.
1) show register option in widget is enabled;
2) WordPress membership option is enabled;
3) User is logged out;
all three items are true and you don't see the Register link?
Try to save again the widget options and write me back.
Nope , resetting everything & changing it back really doesn't work.
I've also tried disabling the plugin & re-enabling it - however that proves unsuccessful aswell.
What is saying when you try to reach this link
http://www.site.com/wp-login.php?action=register (change it for your site)?
Like this simple plugin. Only thing is that the logout redirect is not managable. I'm getting this 'not found' page in my theme. Could this be arranged in some way?
has to do with the password protected area the logged in user is at that moment. At the point of logout he has no longer access to that page. A simple logout redirect would solve this.
I will include this feature during next few days.
P.S. You have the same avatar as I have (lime-cat) :)
"redirect_to" option already in the plugin.
Download version 1.6.0 or upgrade from dashboard.
Value can be like this: http://www.site.com/?page_id=77
Redirect will be after login or logout action.
I like your plugin a lot!
Is it possible to change the layout? I guess it is, but I don't know how.. I would like to remove the 'login-logout' title, change remove the and stuff, but I can't find a .css file to change all this.. Hopefully you can tell me how! :)
You should update Login-Logout plugin to version 1.3.0.
Title is removed now if it is empty.
The layout is based on list-items and it is the the best way to show it.
The design you may change in your style.css file.
Indeed, works like a charm, thanks a lot!
The latest version crashed my site. I had to remove it to recover. When i tried a fresh instal does the same thing.
This happens sometime and only with this plugin. Plugin does not contain complex code and it has small weight. I don't even know what is the problem. :(
You should delete the plugin thru ftp to start your site working.
You may try to install Login-Logout plugin in such ways:
I love your plugin, but I just need to get rid of the Site Admin link. Can you please please help?
Thanks.
Please, update the plugin.
In the latest version I added the checkbox to the widget options for enabling or disabling "register" and "admin" links.
I want to keep the login/register links when not logged in. but NOT have the "site admin" link appear when logged in. not sure why it has to be both or none.
It is fixed now - register and admin links are splitted and have different options. You should update your plugin to version 1.2.0 and also check if the Login-Logout widget exist in widget area.