The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
If topbuyers.php is in your forum directory, you could just include it instead of using curl, like:
Code:
ob_start(); include('topbuyers.php'); $topbuyers = ob_get_contents(); ob_end_clean(); I looked at the link to topbuyers.php, and if that's the entire file I don't understand how it would work since it seems to depend on a pre-existing $database variable. In any case, you also need to register your variable to the template, like this: Code:
vB_Template::preRegister('template_name', array('topbuyers' => $topbuyers)); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|