@ Mr. X
I have
JJR512's version working on 2.2.6 with no problems whatsoever. According to his instructions, you are looking only for the
second instance of this code...
PHP Code:
$thread[lastreplydate]=vbdate($dateformat,$thread[lastpost]);
$thread[lastreplytime]=vbdate($timeformat,$thread[lastpost]);
and add this
after the second instance...
PHP Code:
$thread[firstpostdate]=vbdate($dateformat,$thread[dateline]);
$thread[firstposttime]=vbdate($timeformat,$thread[dateline]);
Hope this helped.
EDIT: I think you have the first instance of the code, not the second - my first instance of the code to find is around line 575, and the second around 655 - while our files are obviously different, your location of around 597 or so seems likely that you've inserted the code in the wrong spot.