Admin feature request [message #10259] |
Mon, 26 May 2003 20:23 |
AutoHost
Messages: 99 Registered: October 2002
Karma: 0
|
Member |
|
|
I wish I could easily find out the last time/date that a user browsed around my forum. Currently, I only know that an account is active by checking the Posts of that user. But if doesn't post, I have no idea if he's even logged-in in the past few months.
Ron Miller
Stars! AutoHost
|
|
|
Re: Admin feature request [message #10260 is a reply to message #10259] |
Mon, 26 May 2003 20:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Actually you do know this data. Everytime user access a forum page their session get's updated as well as their user profile.
Look inside the user's table for the 'last_visit' field. It'll contain the timestamp of the user's last visit.
FUDforum Core Developer
|
|
|
Re: Admin feature request [message #10262 is a reply to message #10260] |
Tue, 27 May 2003 01:21 |
AutoHost
Messages: 99 Registered: October 2002
Karma: 0
|
Member |
|
|
prottoss wrote on Mon, 26 May 2003 16:28 | Actually you do know this data. Everytime user access a forum page their session get's updated as well as their user profile.
Look inside the user's table for the 'last_visit' field. It'll contain the timestamp of the user's last visit.
|
Ah! Now all we need is a new colum in the Member's page (visible to Admin only), and can sort by Last Visit.
Ron Miller
Stars! AutoHost
|
|
|