13.08.2010, 00:27
Hallo, wie genau muss ich die member.php ändern dass BBCode in den CPFs funzt? Mein bisheriges Edit:
funzt leider nicht mehr oder ich platzier es falsch, kann jemand helfen?
PHP-Code:
if($customfield['type'] == "textarea")
{
require_once MYBB_ROOT."inc/class_parser.php";
$parser = new postParser;
$parser_options = array(
"allow_html" => "0",
"allow_mycode" => "1",
"allow_smilies" => "1",
"allow_imgcode" => "1"
);
$customfieldval = $parser->parse_message($userfields[$field], $parser_options);
}
funzt leider nicht mehr oder ich platzier es falsch, kann jemand helfen?