3
Thanks DJ, I was able to login to phpMyAdmin and tweak the field attribute like that.
BTW, I only wanted to change one of the text areas in the user form to be larger (as I was changing the name of that form field to one of my own, and needed more space). I found later that if you want to do that, it's easier to just change the BIO field, and in edituser.php to just change this line:
$edituser->setVar('bio', xoops_substr($_POST['bio'], 0, 2000));
I changed the number of characters allowed to be 2000 in this example.
You can see what I am talking about on my
http://ottawawebsitedesign.ca user pages.