AustinKalb
08-03-2009, 11:24 PM
If I add this plugin to vBulletin Global_Start hook, the vb blog pages are missing the whole left column (with all the commands, etc). Notice the plugin appears to do nothing, since the ob data is not even saved.
ob_start();
include('../wp-load.php');
ob_end_clean();
Anyone have any idea?
Thanks in advance
Austin
ob_start();
include('../wp-load.php');
ob_end_clean();
Anyone have any idea?
Thanks in advance
Austin