I guess Palmer already did this .... cause its already in our board. lol
anway ,... do a search for $pagetext
You should see something like this:
Quote:
$pagetext=htmlspecialchars($postinfo[pagetext]);
|
Replace whats under that so it looks like this:
[quote]
// strip IMG tags from quotes
$pagetext = preg_replace("/(\[img])(.*)(\[\/img])/siU", "", $pagetext);
$pagetext = preg_replace("/(\
Quote:
)(.*)(\[\/quote])/siU", "", $pagetext);
eval("\$message = \"".gettemplate("quotereply",1,0)."\";");
}
}
|
now to make this strip out glow!