I thought I would throw this out in case anyone else wants to make this change. With my CSS it doesn't stand out much so I decided to change the color. You can do this by going to /lang/*/ubbthreads.php <br /> <br />find: <br />
$ubbt_lang['VIEWING'] = "viewing";
<br /> <br />Then surround it with color quotes <br /> <br />
$ubbt_lang['VIEWING'] = "<font color=\"gray\">viewing</font>";