The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Include a php file in vB
Hello,
I need to include a file in vBulletin and I have try this: Code:
ob_start(); <? include ("/path/to/display.php"); ?> $variablename = ob_get_contents(); ob_end_clean(); I try including the variable in the template and still no help. What may be causing this? Thank you. |
#2
|
|||
|
|||
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">Including External Files</a>
You code doesn't look the same as the one given in the link above... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|