7
I, like MadFish, haven't actually tried this but looking at the code is appears to me the best place to change this in XOOPS 2.10.16 is in /kernel/user.php line 98 - should be changed from:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER, 1, false);
to:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER, [b][color=00CC00]2[/color][/b], false);
This is where default values are established for a new user.