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.
You are not logged in.
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.
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} </dd>Thx seeme !!! :-)
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
{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
{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 ![]()
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
try this: {member_last_visit}
but this depends on wich page you want to showput an url here on wich page you want it to show
for example this will work on the member profile page
That worked! Thanks
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)