4
Sorry. I sent you to the registration form...
The files you want to change are /userinfo.php (shows a user's profile) and /edituser.php (lets a user change his profile).
In userinfo.php what you want to do is comment out lines ~128, 129 for signature.
//$xoopsTpl->assign('lang_signature', _US_SIGNATURE);
//$xoopsTpl->assign('user_signature', $myts->makeTareaData4Show($thisUser->getVar('user_sig', 'N'),0,1,1));
And for edituser.php lines ~206 for signature:
//$form->addElement($sig_tray);
And ~209, 210 for notifications:
//$form->addElement($notify_method_select);
//$form->addElement($notify_mode_select);
This should help you begin.
That should do it. But before you do anything, make copies of your files.