Stephen
Forum Replies Created
-
Figured this one out. The Redirect URL field can and must be left blank. When the protected page is accessed, the visitor is automatically redirected to login, with an appended URL of their referring page, once logged in, they are redirected back to their intended page.
If you have already set a bunch of redirect URLs up because you thought that was required, you might need to run the following SQL query via phpmyadmin and it will set all the redirect URLs to blank.UPDATE wp_postmeta SET 'meta_value'='' WHERE 'meta_key' LIKE '_um_access_redirect'
The meta_value and meta_key were enclosed in backticks ` but that interferes with the way the code is demarcated on this forum.
Hi @ultimatemembersupport,
I found the following Stack Overflow thread on the topic, and it looks like the implementation would need to be directly in the PHP code that generates the login on the login page to which users are redirected when trying to access a private page.I’m running UM 1.3.88
Hi @ultimatemembersupport,
I’m attempting to have users redirected to the referring page once logged in, similar to Accuraty.As per this post, I’ve set the behavior for the specific role when logging in to “Refresh Active page” and it appears to just perpetually refresh the login page, logging the user out each time it does so.
In another thread, you mentioned that this could be due to htaccess or other server settings, could you be more specific as to what might need to be configured on the server or in htaccess to allow users to continue to the page to which they were intending to visit once logged in?
Forum: Fixing WordPress
In reply to: Users Screen User Data displaying vertically?Hi Rajesh,
Thanks for responding to the inquiry!
Yes, there are additional columns added via the WP-Members plugin, good intuition! Upon changing the zoom on the window (as seen in this screenshot), the text had more space and began to appear horizontal again.Is there a way to give a minimum width to each of the columns?