In
forumdisplay.php add this code:
PHP Code:
$thread[startdate]=vbdate($dateformat,$thread[dateline]);
$thread[starttime]=vbdate($timeformat,$thread[dateline]);
right
before
PHP Code:
$thread[lastreplydate]=vbdate($dateformat,$thread[lastpost]);
$thread[lastreplytime]=vbdate($timeformat,$thread[lastpost]);
Now you
should be able to use $thread[startdate] and $thread[starttime] in the templates.