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.
le="color: #000000"><?php //$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:
le="color: #000000"><?php //$form->addElement($sig_tray);
And ~209, 210 for notifications:
le="color: #000000"><?php //$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.