XenForo
Administrative
- Thread starter
- Admin
- #1
May someone explain me, how xf knows about my last_activity?
I have a list of two users. Both have (done with phpMyAdmin) the same value for xf_user.last_activity
I the template to show them i have something like: date($user.last_activity)
On my screen i read now:
user1: just now
user2: 33 minutes ago
So the last_activity to calc date($user.last_activity) is not the same like xf_user.last_activity.
From this i come to my real problem:
If i "find" users and sort them by...
Read more
ادامه مطلب...
I have a list of two users. Both have (done with phpMyAdmin) the same value for xf_user.last_activity
I the template to show them i have something like: date($user.last_activity)
On my screen i read now:
user1: just now
user2: 33 minutes ago
So the last_activity to calc date($user.last_activity) is not the same like xf_user.last_activity.
From this i come to my real problem:
If i "find" users and sort them by...
Read more
ادامه مطلب...