1
MadCat
Delete fields
  • 2004/6/21 20:48

  • MadCat

  • Just popping in

  • Posts: 72

  • Since: 2004/6/18


Hello again xoop guys!

I want to delete the user fields : ICQ, AIM, YIM, MSNM and the time zone!


Thanks!

2
tl
Re: Delete fields
  • 2004/6/21 21:35

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You will have to modify userinfo.php and edituser.php files (maybe other files)

comment out the lines you want rid of, something like the following in edituser.php file
le="color: #000000"><?php // $edituser->setVar('user_aim', $user_aim); // $edituser->setVar('user_yim', $user_yim); // $edituser->setVar('user_msnm', $user_msnm); ...