...and the missing bit of moderate.php that I missed out is, I think, this...
Search for "makelabelcode" and replace the bits that follow with this...
PHP Code:
makelabelcode("<b>Posted by:</b>","<a href=\"user.php?s=$session[sessionhash]&action=viewuser&userid=$user[userid]\">$user[username]</a> ($user[posts] posts) - [<a href=\"XXXPATHTOYOURADMINDIRECTORYXXX/user.php?s=$session[sessionhash]&action=edit&userid=$user[userid]\" target=_blank>un-moderate</a>] (in new window)");
makelabelcode("<b>Located in:</b>","<a href=\"XXXPATHTOYOURFORUMSXXX/forumdisplay?s=$session[sessionhash]&forumid=$thread[forumid]\">$thread[forumtitle]</a>");
makeinputcode("<font color='red'>New thread</font>:","title[$thread[threadid]]",$thread[title]);
maketextareacode("Message:","threadpagetext[$thread[threadid]]",$post[pagetext],15,80);
makeyesnocode("Validate:","validatethread[$thread[threadid]]",1);
makeyesnocode("Delete:","deletethread[$thread[threadid]]",0);
makeinputcode("Thread notes:","notes[$thread[threadid]]",$thread[notes],50);
maketableheader(" ","",0);