Rangersfan - here is what Ed posted about the date problem earlier in this page:
Originally posted by Ed Sullivan
RE: The Date Problem
Quite a simple fix actually, in private.php, find: (line 146)
Code:
$userinfo=$DB_site->query_first("SELECT userid,email,username,usertitle,signature,showemail,homepage,icq,aim,yahoo,UNIX_TIMESTAMP(joindate) AS joindate,posts FROM user WHERE userid=$userid2");
Replace with:
Code:
$userinfo=$DB_site->query_first("SELECT userid,email,username,usertitle,signature,showemail,homepage,icq,aim,yahoo,joindate,posts FROM user WHERE userid=$userid2");
[Edited by bira on 06-22-2000 at 09:40 PM]