This is a very useful improvement, especially when we need to modify field values for a large number of users at once.
I have encountered a problem, however. One of the fields we use is often changed by moderators and is an "Area Text Editor"-type field. When attempting to modify this within a userlist view, the popup window display is not functioning/displaying in an editable way (html markups are present, the title of the field obscures view). But I have noticed that "Text Area"-type fields will display and allow editing properly.
Here is my question: Within the CB Fields Editor, It is possible to change my field from "Area Text Editor" to "Text Area" without causing any problems, such as losing values, database errors, etc? I don't really need editor capability for this field and would happily give that up if I could gain the ability to edit the field via the userlist. Or will I need to create a new field and then migrate the data in a plain text format to the new one? I am hoping it isn't the latter because I have some automatic PHP functions using the original field and it would be easier to simply change the field type and have it become plain text.
Thanks