yeah it does not like this line
Code:
$thistemplater .= $templater->render();
--------------- Added [DATE]1258406169[/DATE] at [TIME]1258406169[/TIME] ---------------
This is what I have blank white page. I am following the guides here
Code:
$thistemplater .= $templater->render();
vB_Template::preRegister('FORUMHOME', array('thistemplater ' => $thistemplater ));
$search_text = '<div id="pagetitle">';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,$thistemplater.$search_text,$vbulletin->templatecache['FORUMHOME']);