Kat
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] new update errorThanks a lot. ill wait for the release
Forum: Plugins
In reply to: [WordPress Social Login] Login Triggeradded the code to function in my theme and its working.
thanksForum: Plugins
In reply to: [SlimStat Analytics] wp slimstat overview last login loginDONE ??
Forum: Plugins
In reply to: [SlimStat Analytics] wp slimstat overview last login loginOMG you are a star….
added to both my themes (using different one for mobile) and its working.thank you so much for the help. seems to be all sort it.
Forum: Plugins
In reply to: [SlimStat Analytics] wp slimstat overview last login loginhi:
i got an answer like:
“you can probably do this without even touching the plugins code using the existing hooks built in like the “wsl_hook_process_login_before_redirect” action “
but no further help.
i also found a post similar to this with the code:add_action('wsl_hook_process_login_before_redirect', 'wplflogin_afterconnect', 10, 3); function wplflogin_afterconnect($user_id, $provider, $hybridauth_user_profile){ $user_login = get_userdata($user_id); do_action('wp_login', $user_login->user_login); }
but i don’t know where/how to use it.
any ideas? thanksForum: Plugins
In reply to: [WordPress Social Login] Login Triggerfound this in a post but don’t know where to use it…
add_action('wsl_hook_process_login_before_redirect', 'wplflogin_afterconnect', 10, 3); function wplflogin_afterconnect($user_id, $provider, $hybridauth_user_profile){ $user_login = get_userdata($user_id); do_action('wp_login', $user_login->user_login); }
Forum: Plugins
In reply to: [WordPress Social Login] Login Triggerhi thanks but where should i put/use this code?
Forum: Plugins
In reply to: [SlimStat Analytics] wp slimstat overview last login loginhi again. it seems normal users are working fine, just social one i got problems with. Funny enough, it detects know user even when register with the WPS.
i have open a topic at the plugin page but it might take a while for a reply.will keep this in standby.
Many thanksForum: Plugins
In reply to: [SlimStat Analytics] wp slimstat overview last login loginHi thanks.
A new user register today and it show last login and the rest.
Tryed with social plugin but no joy.
I think at the moment only works with new users. I’ll keep updating if any change