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.
|
Many thanks Paul! This worked like a charm in 3.6 Gold. I wish I knew how to figure these things out, this has been killing me since the day 3.6 beta 1 was released.
your rock!