Yeah... here's what I have.
global.php
Code:
ob_start();
include('./updateForm.php');
$dpo = ob_get_contents();
ob_end_clean();
require_once(CWD . '/includes/init.php');
In the template, I have
instead of $HTML
And on updateForm.php
Code:
chdir("/my/site/addressy/www/vbulletin");
require_once('./global.php');
Do a var_dump of $vbulletin and it's null...
--------------- Added [DATE]1262699927[/DATE] at [TIME]1262699927[/TIME] ---------------
The template is membership_details and the actual page i membership_details.php