The ones I seem to be running into problems with are the ones below:
$newuser->set_bitfield('options', 'receivepm', '1');
--this dosn't seem to set the "Receive Private Messages" for the user to "Yes"
$newuser->set_bitfield('options', 'emailonpm', '1');
--this dosn't seem to set the "Send Notification Email When a Private Message is Received" for the user to "Yes"
Pop up a Notification Box When a Private Message is Received
--not sure what the option is to set this one?
|