Quote:
Originally Posted by whitemike
In plugin: forumdata_start put this code in it to make a valid field.
$this->validfields['mloginexempt'] = array(TYPE_BOOLEAN, REQ_NO);
|
Would I be doing that if I wanted to make use of it in all pages? At the moment I only need it when updating the record in the admincp. The other sections of the mod read the value directly from the DB (as part of a larger query).
Will changing it as you indicate also mean that it will work both in the admincp and could be read anywhere else?