Quote:
Originally Posted by wIrEs
i tried adding
PHP Code:
globals $vbulletin ;
at the top of the php file but it still does not work.
Another problem i have is that i dont know how to add functions to a custom template too retrieving those functions from a plugin.
|
It's
PHP Code:
global $vbulletin;
not
PHP Code:
globals $vbulletin ;
And you add it to the top of the FUNCTION, not the file.