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 in the "parse_templates" hook
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']);