Hmm.... I'm running 2.0.3 on the test board.
well, I did some testing and I got this to work

I made some assumptions though.
I assumed (as soceris pointed out as a problem) that the following supposedly in the
forumdisplay template
PHP Code:
<td bgcolor="$fbackcolor"><normalfont>$numnew</normalfont></td>
was actually supposed to go into the
forumdisplaybit template
however, if it goes into
forumdisplaybit template then it should be as follows:
Step 1) In
forumdisplaybit find:
Code:
<td bgcolor="#DFDFDF"><normalfont>$thread[views]</normalfont></td>
Step 2) Replace that with:
Code:
<td bgcolor="#F1F1F1"><normalfont>$thread[views]</normalfont></td>
Step 3) Insert the following above it:
Code:
<td bgcolor="#DFDFDF"><normalfont>$numnew</normalfont></td>
No errors for me though! Not sure why you are getting them Amy.
tubedogg, would you mind telling me/us whether I was correct in assuming the final step is supposed to be in the
forumdisplaybit template?
Dave