Vbookie Product Fix

This file is giving the same errors. The fixed file fixes this. Is there a way to get the file from the link I gave?

Thanks for trying to help to. ;)
 
thewonderer said:

Amazing how someone is looking for something and they give a different product link altogether. :)


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:
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)); 
}
 
Feckie said:
Amazing how someone is looking for something and they give a different product link altogether. :)


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:
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)); 
}

This is something much different. I can already post events as I done this method long ago. This was the upgrade fix to 3.6.8. The link I need is a patch that will allow me to integrate vbplaza's vbux point system with vbookie.

Thanks anyways.
 
Feckie said:
Amazing how someone is looking for something and they give a different product link altogether. :)


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:
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)); 
}

I have been trying to do that plugin code replacement but I keep getting "Internet Explorer cannot display the webpage" when I click save

any idea?

thanks!

edit... fixed that by editing the product xml and re-importing

I still get that error on line 14 when trying to do the vbplaza/vbookie integration hack... like the OP was saying

anybody ever fix that?
 
Back
Top