Ticket #307 (closed improve feature: fixed)
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
Note: See
TracTickets for help on using
tickets.


