I seem to have fixed the problem by re-creating the Recycle Bin forum and setting up the configuration again. Theirs a template error in the "Edited Posts/Deleted Posts(I forgot which one)" template for this hack. The link to the "Original Thread" wasn't pointing to the correct location, a simple edit fixed this.
I'm also recieving a JavaScript error when I view one of the threads dedicated to Edited/Deleted posts. The exact error is:
Code:
Line: 55
Char: 1
Error: Expected '}'
Code: 0
The relevent code relating to this error starts on Line 51:
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=175,height=275,resizeable=yes,status=no")
} -->
</script>
</head>
<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
<!-- logo and buttons -->
I hope this helps. I did not take the time to investigate the JavaScript error.