Hi,
I'm trying to change the code that instead of showing me join date with the exact time, it will only show me date. see attached screen.
I tried to modify join.php on line:
$join_date = date('Y-m-d H:i:s', time() + (3600*$CONF['time_offset']));
But no results. It was still showing...