Problem with 2.0.3:
I restored everything from a backup, and got most of it installed ok, until I got to this:
Quote:
4) Allow access to nntp posting date from templates
showthread.php - line 348
OLD CODE
--------
NO CODE TO REPLACE. Add the following lines directly below the line that currently reads: ' $post[posttime]=vbdate($timeformat,$post[dateline]); '
NEW CODE
--------
// START USENET HACK
$post[nntppostdate]=vbdate($dateformat,$post[nntpdateline]);
$post[nntpposttime]=vbdate($timeformat,$post[nntpdateline]);
// END USENET HACK
|
I couldn't find the line that reads "$post[posttime]=vbdate($timeformat,$post[dateline]);"