For vBSEO
Find:
PHP Code:
$similarthreadbits .= "<li>$simthread[prefix_rich] <a href=\"showthread.php?$session[sessionurl]$simthread[threadid]-$simthread[titles]\" title=\"$vbphrase[thread_starter]: $simthread[postusername] | $vbphrase[forum]: $simthread[forumtitle] | $vbphrase[replies]: $simthread[replycount]\">$simthread[title]</a></li>";
Replace with:
PHP Code:
$similarthreadbits .= "<li>$simthread[prefix_rich] <a href=\"showthread.php?t=$session[sessionurl]$simthread[threadid]-$simthread[titles]\" title=\"$vbphrase[thread_starter]: $simthread[postusername] | $vbphrase[forum]: $simthread[forumtitle] | $vbphrase[replies]: $simthread[replycount]\">$simthread[title]</a></li>";
And Enjoy!!