Eklentinin vbulletin.org'daki konusuna baktımda eklenti 3.5.x eklentisi oradaki konuda 3.6.X için Paul M aşağıdakinin yapılması gerekiyor demiş.. Mesajı aynen buraya kopyalıyorum ..


Paul M adlı üyeden alıntı: mesajı görüntüle
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 ;

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.