Hello, I try to do that, using this form
hook: global_star
PHP Code:
$vbulletin->templatecache['navbar'] = '<h1>... $bbuserinfo[userid]</h1>' . '<if condition=\"$bbuserinfo[userid]\"> ' . $vbulletin->templatecache['navbar'] . '</if>' ;
but, in HTML source code i see
HTML Code:
<h1>... </h1><if condition="">
---------------
It's Possible do that? o a need use another template, use the 'eval template', and after, add that?
how can I do that?
Thank You