Is it possible to show a logged in User when (i.e. a time and/or date) they last logged in?
In the Admin (Frontend User Management > User History) you can see when users have logged in and out, so I suppose this is the data I'd want to be able to display on the front end of a page to a logged in user.
Many thanks
FEU: display last login date to user?
Re: FEU: display last login date to user?
Try checking if it is an available from the feu object.
Add something like:
Or
Or
Add something like:
Code: Select all
<pre>{$userinfo|@print_r}</pre>Code: Select all
{get_template_vars}Code: Select all
{dump item="userinfo"}"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--


