Index: post.php
===================================================================
--- post.php	(revision 1221)
+++ post.php	(working copy)
@@ -557,7 +557,7 @@
 
                 $quoteperms = checkForumPermissions($thaquote);
                 if ($quoteperms[X_PERMS_VIEW] And $quoteperms[X_PERMS_USERLIST]) {
-                    $message = "[quote][i]{$lang['origpostedby']} {$thaquote['author']}[/i]\n".rawHTMLmessage(stripslashes($thaquote['message']))." [/quote]"; //Messages are historically double-quoted.
+                    $message = "[quote][i][url=#pid{$thaquote['pid']}]{$lang['origpostedby']} {$thaquote['author']}[/url][/i]\n".rawHTMLmessage(stripslashes($thaquote['message']))." [/quote]"; //Messages are historically double-quoted.
                 }
             }
 
