samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

Last seen & add-on #27

Closed Lilmac12312 closed 8 years ago

Lilmac12312 commented 9 years ago

It would be neat to have a "last seen" somewhere on the users profile showing what server they were last on and how long ago.

Also maybe add in the time the user registered on the forums within this part: http://prntscr.com/738baf

samerton commented 9 years ago

Thanks, added the time registered in https://github.com/samerton/NamelessMC/commit/e6c63ac46d16d5b62408c64407c1d35758ca5d97 .

Last seen will come with the ingame statistics integration, as there isn't currently a way of seeing when they were last online.

dwilson390 commented 8 years ago

Appreciate this is an old request however, I believe @Lilmac12312 is intending the last seen feature refers to the time last seen on the website, not the server.

samerton commented 8 years ago

That should be easy enough to add; when the user was last online on the website is now tracked (for the online users module), this just needs to be displayed on profiles.

dwilson390 commented 8 years ago

You're such a speedy developer! Perfect! :)

samerton commented 8 years ago

Added last online in this commit in the new repo.