Extremely confused..
I go to Manage Products and I import "product-bookiehack.xml".
Then I go to StyleManager and I edit the templates newthread, postbit/postbit_legacy and nav bar with whats in the readme.
but where do I add this fix now?
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));
}
I have v.3.6.8 with nothing.
Thanks for any help!!