Quote:
Originally Posted by Scanu
It could be a problem of the condition try to remove only the condition and leave the rest of the code just to see
--------------- Added [DATE]1372173285[/DATE] at [TIME]1372173285[/TIME] ---------------
else use this code by Boofo
PHP Code:
$templater = vB_Template::create('test'); $test = $templater->render(); require_once(DIR . '/includes/class_template_parser.php'); $parser = new vB_TemplateParser('{vb:raw messagearea}'); $parser->dom_doc = new vB_DomDocument($parser->fetch_dom_compatible()); $find = trim($parser->_parse_nodes($parser->dom_doc->childNodes())); $vbulletin->templatecache['newthread'] = str_replace($find, $test, $vbulletin->templatecache['newthread']);
|
i have try it but not work
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\forum\includes\class_core.php(4633 ) : eval()'d code on line 91