1

Topic: last login

Is it possible to have this on profile:
Your last login was on {date}
I know you can see the last online info, but when a user logs in, he can't see when he was last online.
I think this is important to see in matter of security.

2

Re: last login

You may edit your 'member_sections_card.tpl' located in your 'template/your_template' folder and add the last login call to do that.

<dt>last login:</dt>
<dd>{session.last_visit}&nbsp;</dd>
Not only am I a Staff member,  I'm also a Client

3

Re: last login

Thx seeme !!! :-)

4

Re: last login

HY,
It doesnt work for me. When I see my profile and I am online it shows my login time and date, but when I do search, I can see all users have same loging time as mine, and if I logout all users have:
last login: {last_visit}

The godyn said you can see  last online info, but I cannot find it.  Help!


Thanks, G

5

Re: last login

{session.last_visit}
shouws the last visit date of the current logged in user (notice the session text)
try with: member.last_visit
not sure if it will work though

6

Re: last login

misulicus wrote:

{session.last_visit}
shouws the last visit date of the current logged in user (notice the session text)
try with: member.last_visit
not sure if it will work though

That didnt work as well sad

7

Re: last login

try this: {member_last_visit}
but this depends on wich page you want to show

put an url here on wich page you want it to show
for example this will work on the member profile page

8

Re: last login

misulicus wrote:

try this: {member_last_visit}
but this depends on wich page you want to show

put an url here on wich page you want it to show
for example this will work on the member profile page

That worked! Thanks

9

Re: last login

where can I set that instead "last login: for 14 hour" displayed "last login: 12.04.2011, 14:00 clock

and where can I change the date format of dd / mm / yyyy to dd.mm.yyyy Change? In my Control Panel is already in the selected European format and all new users also have this date format (dd/mm/yyyy)