Quote:
Originally Posted by led_belly
First, I created a new template called navbar_popups and added some markup. (btw: When I try to associate the new template with a custom product, after I save it and go back it appears under the default vbulletin product... is this normal?)
|
Yes it is normal that it defaults back to vB. Only in the Master Style you can add your own product templates.
global_start might not be the best hook location for this, but try adding the following line before the template eval:
PHP Code:
global $navbar_popups;
PS you probably also want to use '=' instead of '.=' in the eval.