Go into the
forumhome_forumbit_level1_post template, then find the line that contains
$forum[title].
Change it to look like:
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" class="$forum[statusicon]"> $forum[title] </a>
Then add the following to your custom css:
Code:
a.new { font-weight:bold;}
a.new:after {content:"New Posts";font-size:80%;color:#00ff00;font-weight:bold;}