Quote:
Originally Posted by MThornback
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

|
Ha! And me.
And I just installed.
Of course, being technologically challenged, it took a bit to find that part. -=\