PDA

View Full Version : Lastonline time and date on members page


Tanya
05-28-2001, 03:16 PM
I have installed the lastonline hack and this works great but I would also like to add the lastonline time and date of each member to the members page in a new column. I have the new column ready for the information but I just need the code to add to the memberslistbit template.

Thanks very much.....

Wayne Luke
05-29-2001, 12:01 AM
In member.php look for:

$userinfo[datejoined]=vbdate($dateformat,$userinfo[joindate]);


After that add:

$userinfo[lastvisit]=vbdate($dateformat,$userinfo[lastvisit]);


Then put $userinfo[lastvisit] in the getinfo template where you want it to be.