In the following code in showthreaded.php:

---
if ($Number != $PNumber) {
$Subjectlinkstart = "<a href=\"{$config['phpurl']}/showthreaded.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Number{$var_eq}$PNumber{$var_sep}page{$var_eq}$page{$var_sep}vc{$var_eq}1\">";
$Subjectlinkstop = "</a>";
}
else {

$Subjectlinkstart = "<font class=\"currentpost\"> ";
$Subjectlinkstop = "</font>";

}
---
please make an adjustment similar in principle to the code above. It is sooo much easier to spot what post you're actually viewing from the threaded list if you can modify the subject text.

Thanks in advance.