Not that I think anyone managed to install this hack so fast, but just in case - I made the following change to the above hack installation instructions:
In the private.php:
Quote:
f) Find:
Code:
// /enhanced
eval("dooutput(\"".gettemplate("priv_sendprivmsg")."\");");
Right above it insert:
Code:
// preview hack
if (!isset($privmessage)) {
$privmessage = $message[message];
}
// preview hack
|
And, in editing template priv_sendprivmsg please remove $message[message] from the textarea code.