Quote:
Originally Posted by Paul M
vBookie & 3.6
The posting of vbookie events in 3.6 is broken because the hook used has moved.
To fix this problem, the following plugin must be edited ;
vBookie: Redirect to vbookie.php when posting new Event
Replace the plugin code with this ;
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));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.
|
I am using vbulletin 3.6.4. i tryed to integrate vbookie but it didn't work. i used your plugin code. i can see "yes i want to post a new vbookie event" option while i open a new thread. but when i select it, it doesn't work. it isn't opening a new page for vbookie, it opening a new thread directly. then we tryed it on local host but it didn't work again. can you help me about this? what is the problem? thanks...