What I also did, is excluded this step:
find
replace it with:
PHP Code:
$forum[title] ? $forum[newforumthreadvew]
If you dont want it appearing like in the screenshot, do this:
in forumhome_formbit_level2_post
find:
PHP Code:
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
First, add a <BR> after the </a>, then add this:
PHP Code:
<normalfont><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">$forum[newforumthreadvew]</a></normalfont>
then u can customize that if u like