OK, I've fixed it, but I'm not sure it's the best way of doing it.
I added a $originalposternopostid variable into newreply.php and functions_newposts.php
In the plugin manager I changed the preg_replace Quick_Reply instance and the QUOTE instance to use $originalposternopostid instead of $originalposter. I left the isset($originalposter) unchanged.
Comments on this? It works, but have I done it right?
|