The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Heya ive got this from a previous plugin
Code:
ob_start();
include('http://www.trusthabbo.net/staff/_frontend/djSays.php');
$djsays = ob_get_clean();
if i put global_start the forum doesnt show... |
|
#2
|
|||
|
|||
|
Try:
Code:
ob_start();
include('http://www.trusthabbo.net/staff/_frontend/djSays.php');
$djsays = ob_get_contents();
ob_end_clean();
|
|
#3
|
|||
|
|||
|
nah didnt work. i tried on global_start and forumhome_start
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|