Quote:
Originally Posted by Wayne Luke
The easiest way? Creating a plugin. You can't put PHP code into vBulletin's templates for security purposes. (((Though with the new plugin system this is kind of oxymoronic))).
Put your code in a global_start plugin and assign the output to a variable. Then put that variable in your footer template.
|
after I posted I had the same idea...
except I put the php code in the global.php page
and instead of echo(ing) the result I'll load it into a variable and up the variable in the footer template
my method with global.php did not work.
but your plugin method sure did.
thanks a million :up: