Quote:
Originally Posted by Zoomby
FIXED my problem!
Remove:
global $vbulletin;
line in functions_warning.php file
I don't belive this line caused all that trouble!!! one global! I did have to read every post and try every single change that was posted!
I didn't check everything, but for now I'm happy that I can get into AdminCP and warning, new posts and all is not returning any errors.
KirbyDE or sv1cec update this please in next hack update.
BTW great hack....
edit: after reading entire thread, I can see that this gloabl was metioned before...sorry for euphoria 
|
Couple of things about the notes instructions:
your notes say to add:
Code:
'allownotes' => INT,
should be:
Code:
'allownotes' => TYPE_INT,
Also say to add:
Code:
'warn_allownotes' => $allownotes,
should be:
Code:
'warn_allownotes' => $vbulletin->GPC[allownotes],
otherwise some people (me

) won't be able to set enable notes system to yes