@wp18nkevin
Active 1 year, 10 months ago
-
Kevin replied to the topic Member "Last Active" shows current time in the forum How-to & Troubleshooting 8 years ago
I have the same problem too. The problem is occured in class-bp-members-admin.php
if ( isset( $user->user_status ) && 2 == $user->user_status ) {
$last_active = $user->user_registered;// Account is activated, getting user's last activity.
} else {
$last_active = bp_get_user_last_activity( $user->ID ); //<-- ruturn empty string if not…[Read more]