The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How would I do this?
|
|
#2
|
|||
|
|||
|
what you want is put your script in your root
scriptwithresultsfromyourdatabase.php add a widget, set type "Php direct execution", then Code:
ob_start();
include("/path_to_your_root/scriptwithresultsfromyourdatabase.php");
$output .= ob_get_contents();
ob_end_clean();
then make the template, and put HTML Code:
{vb:raw output}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|