Quote:
Originally posted by Tim Wheatley
Can this be used with 'yesterday' 'today' on 2.2.6?
|
If you're asking if it works on 2.2.6, yes.
Quote:
Originally posted by ExAvIoUr
i still can't find it. do u mean admin/index.php?
|
No. The line is around line 53 of your forum/index.php file. All you're doing is looking for a line that looks like this:
Code:
eval("\$bbuserinfo[lastvisitdate] = \"".vbdate($dateformat,$bbuserinfo[lastvisit]).
" ".vbdate($timeformat,$bbuserinfo[lastvisit])."\";");
and turning it into this:
Code:
eval("\$bbuserinfo[lastvisitdate] = \"".vbdate($dateformat,$bbuserinfo[lastvisit]).
", at ".vbdate($timeformat,$bbuserinfo[lastvisit])."\";");