1
I'm changing the editors in the edit profile page edituser.php (running 2.0.16) and it works fine if I change it from XoopsFormTextArea to XoopsFormDhtmlTextArea for example, but when I change it to FormTextArea (just the plain text editor in xoopseditors) the box shows up in the form, but it doesn't retrieve or submit any text in the box, not even the language reference shows up("Extra Info" title), it's just all empty. I have included the associated php files in xoopsformloader.php.
I've been searching this site for several days now, and the closest I've come to finding why this might be is the config order (at least i think that's what it's called) ei: XoopsFormTextArea($caption, $name, $value... vs ($caption $value, $name... but I can't find the FormTextArea definition in the devwiki to see what order they're supposed to be in, and the php file makes it look like the textarea editor should have the exact same configs as the XoopsFormTextArea, but clearly that isn't so because a simple swap of editor names doesn't work the way it does with the others.
I don't know what else to do. Can anyone help me?