1
hi everybody
i use photo + profile hack by m0nty and i want to add more fields in form registration.. in include/registerform.php i have write the code below and when a user go to register.php can see the right field but THE TEXT (in the below fields) DON'T REGISTER and when users go to userinfo.php there is nothing in the below fields...
where i be mistaken ?
"graphically" is all ok in register.php but in reality fields don't are register really.
[sorry for my english]
thank you
$reg_form->addElement(new XoopsFormText(_US_OCCUPATION, "user_occ", 65, 255, $myts->htmlSpecialChars($user_occ)));
$reg_form->addElement(new XoopsFormText(_US_INTEREST, "user_intrest", 65, 255, $myts->htmlSpecialChars($user_intrest)));
$reg_form->addElement(new XoopsFormText(_US_EXTRAINFO, "bio", 65, 255, $myts->htmlSpecialChars($bio)));
$reg_form->addElement(new XoopsFormSelectTimezone(_US_TIMEZONE, "timezone_offset", $tzselected));
$reg_form->addElement(new XoopsFormText(_US_LOVE, "user_love", 65, 255, $myts->htmlSpecialChars($user_love)));
$reg_form->addElement(new XoopsFormText(_US_NOLOVE, "user_nolove", 30, 60, $myts->htmlSpecialChars($user_nolove)));