Page 1 of 1

FEU: display last login date to user?

Posted: Thu Mar 13, 2014 3:56 pm
by Tetsuo
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

Re: FEU: display last login date to user?

Posted: Thu Mar 13, 2014 4:50 pm
by JohnnyB
Try checking if it is an available from the feu object.
Add something like:

Code: Select all

<pre>{$userinfo|@print_r}</pre>
Or

Code: Select all

{get_template_vars}
Or

Code: Select all

{dump item="userinfo"}