Redirect not working | Peter's Login Redirect | Forum
Back to the login redirect plugin page
2:38 pm
I have a testing site here: http://kenny.bradstreets.net
It is using Jobify theme and Restrict Content Pro. When I added the desired redirect pages for each membership level it just goes to a semi blank page that say you are logged in. It is the /login page. I tried turning off all unnecessary plugins and that did not effect the result.
Is there a trick to getting it to actually work?
Dotty
Restrict Content Pro is probably controlling the login redirect and not using the standard WordPress hook to support other login redirect logic. If there is a setting in Restrict Content Pro to specify a single login URL, you could set it to my plugin's URL as explained here (and in the link in that post):
4:28 am
Running Wordpress 3.8.1
I am using the WP Modal Login plugin for my login/logout functions. I'm using Peter's Login Redirect for the redirect functions. I tried setting redirect urls for specific roles and I tried setting it for "All Other Users". In all cases this plugin uses the Logout URL as the re-direct for both logging in and logging out. This is what is coded:
******
All other users
URL: http://198.57.157.63/~eztiffin.....my-account
Logout URL: http://198.57.157.63/~eztiffin/logout-2
******
The problem is users are being directed to the url specified in the Logout URL in all cases, whether they login or logout. In the WP Modal Login settings there are no settings for re-directing so I don't think the WP Modal Login is causing a discrepancy.
Am I missing something?
5:10 pm
Thanks Peter. I did just that and found that peters-login-redirect works fine with the theme's login so the problem must be with the WP Modal Login. The problem is the WP Modal Login is no longer supported. I am running out of Login plugins. Theme My Login is very buggy.... My issue with the theme's login is there is no way to logout other than to do it through Wordpress. There is no front end logout like there is for the login.
Do you know of any stable, clean login/logout plugins I can use?
I've never used a modal login plugin before, although I've heard of this one: http://wordpress.org/plugins/s.....odal-login
I think you could probably modify your theme to add logout functionality -- sounds like a common issue and if you Google it I bet you'd find a lot of tips.