PDA

View Full Version : Threads With New Posts Titles Bold


CeleronXL
04-05-2003, 10:21 PM
I've been searching everywhere here for a hack like this, and someone even said it was done before, but I can't find it, so I doubt someone made one.

I'd like a hack that makes thread titles bold when new unread posts are in the thread.

Logician
04-06-2003, 07:11 AM
in forum display.php after the line:

$thread[newoldhot]='new'.$thread[newoldhot];


AND the line:
$thread[newoldhot]='new'.$thread[newoldhot];
Add:


$thread[title]='<b>'.$thread[title].'</b>';

CeleronXL
04-06-2003, 05:42 PM
Thanks.