Topic: [Fixed: 1678] Signature, forbidden tags + error
In signature you get error msg on [ code ][ quote ][ list ] BB codes, but this error doesn't exist in lang files. There's only $lang_profile['Signature quote/code'] one.
parser.php, line 60
if (preg_match('#\[quote(=("|"|\'|)(.*)\\1)?\]|\[/quote\]|\[code\]|\[/code\]|\[list(=([1a\*]))?\]|\[/list\]#i', $text))
$errors[] = $lang_profile['Signature quote/code/list'];
BTW why are these tags disallowed at all? I'm sure some people would like use these tags in signatures.
//Grez: Added ticket