The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
I would like to include a php file in the footer template and I followed this guide http://www.vbulletin.com/forum/showt...P-or-HTML-File but that doesn't seem to work. Has this changed in VB4? Or am I doing something incorrectly? On the template I have '<div>$includedphp</div>' and on my plugin that is active I have Code: Code:
ob_start();
include('sitestats.php');
$includedphp = ob_get_contents();
ob_end_clean();
Thanks, Al |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|