Quote:
Originally posted by FireFly
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.
|
Could you show me which template and where to place the code?