26
Thanks for the hack it works beautifully.
I am now tweaking it for my needs but I am running into a problem. On the register page I added an entry. In registerform.php I added this line
$reg_form->addElement(new XoopsFormText(_US_whyreg, "user_whyreg", 60, 255, $myts->htmlSpecialChars($user_whyreg)), true);
I need this box to be taller, have multiple lines, how can I achieve this?
Also I know 60 controls the length of the box but what does 255 do?