Man2u2uk
Forum Replies Created
-
Hi,
I’m having exactly the same issue. Did you ever find a workaround?
Forum: Plugins
In reply to: [Google Analytics Dashboard] GDatainsufficientPermissionsUser Borked configI’m having exactly the same issue but cannot find gad_oauth_token in any of my databases?
Forum: Plugins
In reply to: [Sidebar Login] Page does not refresh after loginI disabled W3 Total Cache last night and it made no difference.
Sidebar Logon is still intermittently working.
Forum: Plugins
In reply to: [Sidebar Login] Page does not refresh after loginI also have installed W3 total cache recently as well.
Forum: Plugins
In reply to: [Sidebar Login] Page does not refresh after loginYou still getting this issue “the beat”?
Forum: Plugins
In reply to: [Sidebar Login] Page does not refresh after loginI’m having exactly the same issue as well since the update the other day.
I would also like this option.
Looks a bit untidy for genuine users that lock their self out.
At least then if a user has forgot their password they know that they are locked out and given the option to email the admin etc..
Forum: Fixing WordPress
In reply to: User Page RedirectsHi s0206,
The following posts i made on the S2member forums may help.
https://www.s2member.com/forums/topic/addtional-support/
https://www.s2member.com/forums/topic/current_user_login-menu-button/
https://www.s2member.com/forums/topic/login-redirect-help/But in the end i paid eduan [at] snapsimpletech [dot] com to complete the work for me.
Forum: Fixing WordPress
In reply to: User Page RedirectsI have now solved this issue. – Please close.
Forum: Fixing WordPress
In reply to: User Page RedirectsHi All,
I now have the following code
<a href="<?php echo (defined('S2MEMBER_CURRENT_USER_LOGIN') ? S2MEMBER_CURRENT_USER_LOGIN : post_name);?>/">Client Area</a>
But it’s still not redirecting the user if they don’t have a page created?
Any help would be great!
Forum: Fixing WordPress
In reply to: User Page RedirectsUPDATE:
I have managed to create a hyperlink which takes the current logged in users username and redirects them to their page if created.
<a href="?php echo S2MEMBER_CURRENT_USER_LOGIN; ?>/">Client Area</a>
My next question is:
How can i wrap this in an if statement to say that if the username does not = a page name then redirect them to the home page?