Ticket #307 (closed improve feature: fixed)

Opened 4 years ago

Last modified 18 months ago

Adding lastlogin date and created date on profile

Reported by: jeanyves Owned by:
Priority: trivial Milestone: unassigned
Component: BW Layout Keywords: profile LastLogin
Cc: micha

Description

Its a minor thing, but really easy and harmless to do

Could it be possible to add somewhere on the current profile (before it is moved to PT ways) the following informations :

LastLogin? date and when the profile was created

to do it an easy ways could be to add it somewhere, but i don't know where (that my point) in layout/member.php

a echo " member since ",fsince($m->created)," (",localdate($m->created),")" ; and a echo " member since ",fsince($m->LastLogin?)," (",localdate($m->LastLogin?),")" ;

this under the condition if the current member who is surfin the profile is logged (if IsLoggedIn() { ... }) ;

Change History

comment:1 Changed 18 months ago by globetrotter_tt

  • Status changed from new to closed
  • Resolution set to fixed
  • freq_reported set to 1
  • show_on_bw set to 0
Note: See TracTickets for help on using tickets.