Did you edit the "
vBookie: Redirect to vbookie.php when posting new Event" plugin (AdminCP->Plugins & Products->Plugin Manager, locate plugin and click "Edit") and replace it's contents with
PHP Code:
if ($newpost['postvbookieevent'])
{
$vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent";
eval(print_standard_redirect('redirect_postthanks_moderate', true, false));
}
?