PDA

View Full Version : Custom template called via plugin ignored by vba & ok in vb


forumpup
10-02-2005, 07:14 PM
Hello.

I've created a custom template which is called via plugin in the 'global_start' param. It is evaluated and displayed on the vb pages, but is ignored by my site's vba index page.

Does vba recognize the 'global_start' param?

Thanks in advance.

REVISED:
"...which is DEFINED via plugin in the 'global_start' param":
eval('$navbar_top = "' . fetch_template('navbar_top') . '";');
and called as '$navbar_top' within the 'navbar' template.

Brian
10-03-2005, 01:33 PM
Admin CP => vBa CMPS => Default Settings => Portal Output Global Variables

Try adding 'navbar_top' to that setting.

Our Sponsors
 

forumpup
10-03-2005, 06:31 PM
Brian,

That did it!

Thank you!