Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: User profile fields.

Talk:User profile fields: Difference between revisions

From MoodleDocs
(New page: It should be clarified that in the ''Admin>Users>Accounts>New profile fields'' in Moodle, the short name does NOT include the profile_field_ prefix. Eg: In Moodle, in the scenario of w...)
 
No edit summary
 
Line 5: Line 5:
In Moodle, in the scenario of wanting to create a new User Profile Field of Date of Birth, the short name would be something like ''dob''.  
In Moodle, in the scenario of wanting to create a new User Profile Field of Date of Birth, the short name would be something like ''dob''.  


In the CSV file to be imported the column heading should be ''profile_field_dob''.
In the CSV file to be imported, the column heading would have to be ''profile_field_dob''.

Latest revision as of 10:05, 4 February 2009

It should be clarified that in the Admin>Users>Accounts>New profile fields in Moodle, the short name does NOT include the profile_field_ prefix.

Eg:

In Moodle, in the scenario of wanting to create a new User Profile Field of Date of Birth, the short name would be something like dob.

In the CSV file to be imported, the column heading would have to be profile_field_dob.