New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements

This commit is contained in:
Michael Vogel 2012-03-17 11:07:49 +01:00
commit 8a1f175df0
6 changed files with 39 additions and 5 deletions

View file

@ -13,7 +13,7 @@ function savereplace($pattern, $replace, $text)
function unifyattributionline($message)
{
$quotestr = array('quote', 'collapsed');
$quotestr = array('quote', 'spoiler');
foreach ($quotestr as $quote) {
$message = savereplace('/----- Original Message -----\s.*?From: "([^<"].*?)" <(.*?)>\s.*?To: (.*?)\s*?Cc: (.*?)\s*?Sent: (.*?)\s.*?Subject: ([^\n].*)\s*\['.$quote.'\]/i', "[".$quote."='$1']\n", $message);