Thanks for Reply Simon:
Its a XML Product but its very long code and have 2 Template codes inside, but I have only had problems with the HOOKs, rest is going fine,, I am not good in PHP and this is why I always go STOP, Below is my the Hook code.. I suspecting the
forumhome_start to be wrong which I actually just found out after so many hours.. still dont know if that could be the case..
and by the way, I use "
cache templates" and not the "
process templates" which may also indicate that it could be why!
Code:
<plugin active="1" executionorder="5">
<title>Popup Navbar Image</title>
<hookname>forumhome_start</hookname>
<phpcode><![CDATA[global $vbulletin;
if ($vbulletin->options['navbar_image'])
{ $templater = vB_Template::create('navbar_image');
$template_hook['navbar_end'] .= $templater->render();
}]]></phpcode>
Thanks
Simon