Ok. This is HIGHLY experimental, but I think I have who's online fixed.
In online.php find:
PHP Code:
$loc=preg_replace("/\?s=[a-z0-9]{32}(&)?/","?",$loc);
add after:
PHP Code:
$loc=preg_replace("/(f)([0-9]+)(\/)/","forumdisplay.php?forumid=\\2",$loc);
$loc=preg_replace("/(t)([0-9]+)(.html)/","showthread.php?threadid=\\2",$loc);
$loc=preg_replace("/&s=[a-z0-9]+/","",$loc);
Thus far, it's working on my board. But I promise nothing.
Amy