The list with redirects is not fully loaded.
I can,t rederict my latest user
Created a popup login with login/signup plugin. Users can log in all right, with the correct role, but role-based redirection is ignored. Since the same problem is present with wp-login (peter’s redirect) maybe the login/signup plugin prevents redirection. Any ideas? Thank you.
]]>Thanks for the awesome plugin and sorry for my bad English.
I choose admin to redirect homepage and no-dashboard.
How can I clean option via database?
Whether using the dropdown to select a custom logout URL or entering a URL manually, every user role that logs out goes to the default page instead of the page I have specified. Any suggestions for troubleshooting this issue?
]]>This was originally a review, but a mod removed it because they thought it was too support like.
There’s no option to redirect everyone except certain roles. For that, don’t use this plugin, instead just use wp_redirect() in the “template_redirect” hook.
Example to capture user role:
$roles = ( array ) wp_get_current_user()->roles;
if (!in_array("administrator", $roles)) {
See https://developer.www.ads-software.com/reference/functions/wp_redirect/ and https://wordpress.stackexchange.com/questions/12535/which-hook-should-be-used-to-add-an-action-containing-a-redirect
To turn this into a support request (it was not originally intended to be) you are free to add this as a feature. It would make the plugin more useful.
I won’t be installing the plugin however, because now I have a snippet that does what I need it to.
BTW, I gave this plugin 5 stars for being well written. I have nothing against the person/people who developed it; just a little annoyed by the random WP mod that removed my review. I come from a more open-source, user-generated culture, so maybe my expectations are just wrong.
]]>Hi
please check plugins is not working with latest version of wordpress..
also not able to add new redirection and also not able to save existing
Thanks
]]>Unfortunately, when I first installed this I chose the home page to redirect admin to accidently, so if I try to reinstall I get locked out, as it is in the database as such and I have NO IDEA what the table prefix is to drop it? Can you please let me know? Thank you…
]]>Hello, great work!
Your plugin was very helpful for me.
Just a thing: I suggest you to increase the length of the varchar field role_type from 20 to at least 40 chars into table wp_rbrurls_redirect.
This prevented me to associate redirect page to user roles that were too long… I investigated and found this limit.
Bye
Simone
When I add redirect and push update it causes all the Javascript on our website to stop working.
]]>