Thanks again, that fixed it.
I have the plugin "Hook Location is gobal_start" with this:
PHP Code:
if (THIS_SCRIPT == 'oscShop')
{
ob_start();
include('./shopp.php');
$includeshopbody = ob_get_contents();
ob_end_clean();
}
If I want to load another php page called address_book.php, do I have to create all these again e.g. template, plugin and php file, so that the new page will load within vbulletin.