| Re: edit user page |
| by rossweb on 2004/12/3 11:23:00 Thanks very much, that did the trick.
|
| Re: edit user page |
| by coopersita on 2004/12/1 16:17:48 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. |
| Re: edit user page |
| by rossweb on 2004/11/30 19:11:47 Thanks, but I can't find any reference to signature in that file???????? |
| Re: edit user page |
| by coopersita on 2004/11/30 17:28:22 /include/registerform.php |
| edit user page |
| by rossweb on 2004/11/30 15:30:55 Can anyone tell me how to remove the "Signature" box and caption and the "notification method" box and caption from user info, also which files need "doctored"? Thanks |