Quote:
Originally Posted by Marco van Herwaarden
Depending on the location etc, you could use:
- Simply add the variable somewhere in a template that is shown on the page.
- Use the PHP 'echo' comand (might not work on all locations within vBulletin or breaks the default page output, so only really usefull for debugging).
|
Basically, i've defined a variable within showthread.php, and wish to print it within the postbit_legacy template.
But it doesn't look like you can just place the variable (for state of example, my varible is called $myvar straight into the template and expect it to be printed; do you have to do something to the variable declared within the showthread.php file first?