Quote:
Originally Posted by tintin74
Solved GPOClan:
Code:
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($GLOBALS['vbulletin'], fetch_tag_list(),true);
}
$profilefield['value'] = strip_tags($profilefield['value']);
$profilefield['value'] = $bbcode_parser->do_parse($profilefield['value'],true,true,ture,true,false,false);
|
Hello,
thanks for your help, but I get this error:
Parse error: syntax error, unexpected $end in
/is/htdocs/wp10584736_RU569EW3DZ/BDC/includes/functions.php(1568) :
eval()'d code on line
8