Closed (cannot reproduce)
Project:
User Import Framework Plus
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2012 at 20:35 UTC
Updated:
12 Jan 2013 at 14:00 UTC
When updating existing users, the additional field 'language' is not updated.
Comments
Comment #1
dakalaHi,
I'm not sure why you are having the problem. If you have a "language" column in your CSV file, it will be imported by uif_plus. However, there are certain steps you've got to take to configure your site. These are some of them:
1. Enable "locale" module
2. Install and configure languages at admin/config/regional/language
3. Languages field appears on the user edit form
4. Add a "language" column to your CSV and make appropiate entries for users on each row. e.g.
English - en
Polish - pl
If you aren't too sure, use Firebug or View source to check the radio button values for the languages you've installed and configured in 2)
If this doesn't help, let me know the steps you've taken so I can try to reproduce it.
Comment #2
dakalaPlease feel free to reopen with more details, if still an issue.