The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Print Database results in CMS Widget
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:
|