• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Request] Member last visit sort link

Netsultants

Active member
In "Members" I need a "Last Visit" column with date/time. I need it to be a sortable column. Can I get some help with this please?
 
Just to add, you can get the last visit date/time using the code:
Code:
<xen:datetime time="$user.last_activity" />
 
All I did was provide the code to get the date/time, there is no sorting functionality. That'd require more code.
 
Top Bottom