The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Building a module that evaluates PHP
Hello,
Extreme newbie question here. I have a php function that I can call thru straight html pages like so: <?php require('BringIt.php'); print(BringIt(input=Database&style=last+user')); ?> How can I get Vbulletin to parse and process BringIt.php ? I've put it in the modules directory but still do not see any output. I first tried making a template that looks like: <tr> <td class="$bgclass"> <?php require('BringIt.php'); print(BringIt(input=Database&style=last+user')); ?> </td> </tr> And adding it to a module to no avail. Idea? Thanks in advance, BarbT |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|