3
and another *kick*
I've tried a lot of thing, but i think my knowledge of php is insufficient to solve it myself

When I open /include/registerform.php there are a few lines:
le="color: #000000"><?php $email_tray = new XoopsFormElementTray(_US_EMAIL, "<br />"); $email_text = new XoopsFormText("", "email", 25, 60, $email); $email_option = new XoopsFormCheckBox("", "user_viewemail", $user_viewemail); $email_option->addOption(1, _US_ALLOWVIEWEMAIL); $email_tray->addElement($email_text); $email_tray->addElement($email_option);
But I dont know what to edit. Just commenting some thing out and adding a XoopsFormHidden with user_viewemail and the right value results in a blank page.
Somewhere I have to place 'checked', but where....