The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with php!
Hiya,
I've allowed the use of includingphp into the templates by adding this as a plugin hook in the global_start: Code:
ob_start(); include('/forums/donate/donate.php'); $includedphp = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('Donate',array('php_include' => $php_include)); Code:
{includephp} Code:
<form name="upgrade" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> Link: http://spawnscape614.co.uk/forums/donate/donate.php How can I get the php to be recognized? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|