Cambialo a campo hidden.
En las plantillas
member_register y
usercp_options, localiza y borra:
Código:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>
</tr>
Corre este SQL en tu base de datos, obviamente cambia la tabla por la correcta si es que es necesario.
Código:
ALTER TABLE `mybb_users` CHANGE `receivepms` `receivepms` INT( 1 ) NOT NULL DEFAULT '1'