Login to admincp,
scroll down to "plugins and products" and expand it
the click "plugin mamager"
in the list find "Product: Vbookie"
in that list find:
"vBookie: Redirect to vbookie.php when posting new Event"
to the right is a edit button...click it
in the middle of the edit page you will see: "Plugin PHP Code Use this field to enter the PHP code that you would like to be run."
replace what is in there with the following:
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));
}
save and you are done
hope this helps.
if you need more help pm