people having trouble with the $validfields thing, try this:
in the plugin manager, replace the entire code contents of the
vBCredits - Define User DM Fields
with the following
PHP Code:
$this->validfields['credits'] = array(TYPE_NUM, REQ_NO);
$this->validfields['credits_canearn'] = array(TYPE_BOOL, REQ_NO);
$this->validfields['credits_canspend'] = array(TYPE_BOOL, REQ_NO);
$this->validfields['credits_numrefs'] = array(TYPE_UINT, REQ_NO);
$this->validfields['credits_saved'] = array(TYPE_NUM, REQ_NO);
$this->validfields['credits_score'] = array(TYPE_INT, REQ_NO);
$this->validfields['credits_interest'] = array(TYPE_UNIXTIME, REQ_NO);