The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Finally managed to solve this, and thought I'd share this here for anybody else who tries the same thing.
After several hours of sifting through tutorials, I found this one about adding bitfields. I read through it and eventually figured out that I could adapt it to non-bitfield options. Therefore all I was missing was this code: Code:
if (!isset($this->validfields['mloginexempt'])) { $this->validfields['mloginexempt'] = array(TYPE_BOOLEAN, REQ_NO); } Yes, I know, I probably should have used a bitfield for this, but I'm just adding this on at the end. I'll know better for next time ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|