Hi,
I noticed this interesting module, and I have a few questions.

I have a lot of "other" textarea fields in user profiles on my site, like checkboxes "sport you are doing" + textarea "other/more info", checkboxes for favourite types of movies, types of music, colors, etc, always + textarea "other/more info".
Is it possible to migrate content of these textareas into other fields of your module or linked it into it?

And what happens with content of "other" when I will disable your module?

Thanks
Igor

Comments

haydeniv’s picture

The other fields are nothing more than single line text fields. When you disable this module they default back to single line text fields. If you want to convert them to textarea fields you will need to do some sort of data migration to get the data from textfields to textarea fields. You could probably hook_form_alter the field to convert it to textarea field easier though but that is a bit of a hack and you will most likely be limited to 255 characters for the storage.

legolasbo’s picture

Status: Active » Fixed

This issue seems answered to me. Marking it fixed to clean up the issue queue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.