You're welcome

In postlist.tmpl find about halfway down:
<br /><a href="{$config['phpurl']}/$mode.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Number{$var_eq}{$postrow[$i]['Number']}{$var_sep}an{$var_eq}{$postrow[$i]['announce']}{$var_sep}page{$var_eq}$page{$postrow[$i]['goto']}"><br />{$postrow[$i]['Subject']}<br /></a><br />change to:
<br /><a href="{$config['phpurl']}/$mode.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Number{$var_eq}{$postrow[$i]['Number']}"><br />{$postrow[$i]['Subject']}<br /></a><br />that should do it tho it's untested
