2
For the first question, it is already checked to yes.
If you want to check no by default, edit the file called /xoops/include/registerform.php adn replace the line :
Quote:
$reg_form->addElement(new XoopsFormRadioYN(_US_MAILOK, 'user_mailok', 1));
with :
Quote:
$reg_form->addElement(new XoopsFormRadioYN(_US_MAILOK, 'user_mailok', 0));
For the second question, I did not tested it but try this.
Edit the file /xoops/register.php and after the line 200, add :
Quote:
$newuser->setVar('notify_method',2);