To Wired: Is that correct, that we don't need editing the
functions_user.php File anymore? Thank you, Sir
HTML Code:
****************************************
*** open includes/functions_user.php ***
****************************************
Find:
-----
case 5:
$customfields['other'] .= $tempcustom;
break;
Add under:
----------
case 6:
$customfields['extra'] .= $tempcustom;
break;
// *** save and close includes/functions_user.php