-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Customisable user profiles.

Development:Customisable user profiles: Difference between revisions

From MoodleDocs
No edit summary
Line 13: Line 13:


=== Splitting the current user table ===
=== Splitting the current user table ===
The following fields will be moved from the current user table:
*icq
*skype
*yahoo
*aim
*msn
*phone1
*phone2
*institution
*department
*address
*url


== Admin's Interface ==
== Admin's Interface ==

Revision as of 01:53, 22 December 2006

Overview

The main goal is to allow administrators to add/edit user profile fields. These fields may also be categorised, ordered, locked, hidden.

Database Changes

New tables

There are 3 new tables:

  • user_info_field
  • user_info_category
  • user_info_data

Splitting the current user table

The following fields will be moved from the current user table:

  • icq
  • skype
  • yahoo
  • aim
  • msn
  • phone1
  • phone2
  • institution
  • department
  • address
  • url

Admin's Interface

Various field flags

Adding/Editing fields

User's Interface

User profile page

Signup page

See also