How can you install it wrong? Herer is that section of code to prove it.
PHP Code:
$message['message'] = preg_replace('#^/me(.*)$#im', "[color=yellow]* $fromuserinfo[username]\\1[/color]",
$message['message']);
$message['message'] = trim(preg_replace('~\[quote\](.*)\[/quote\]~si', '', $message['message']));
eval("\$message[message] = \"".gettemplate("priv_reply",1,0)."\";");
} else {
$message = array();
}
Quote:
Originally posted by Erwin
That's weird, because I installed the "remove quote hack" and it fixed up my quote problems. Did you install that hack properly - you need to place the variables in the right spot.
|