PDA

View Full Version : NoOp Plugin Affecting Blog


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

Lynne
08-04-2009, 02:02 AM
If you have problems with a modification, you need to ask for help in the modification thread. That is where support for mods is given - not out here in the main forums.