Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Customisable user profiles: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
Line 3: Line 3:
The main goal is to allow administrators to add/edit user profile fields. These fields may also be categorised, ordered, locked, hidden.
The main goal is to allow administrators to add/edit user profile fields. These fields may also be categorised, ordered, locked, hidden.


=== Database tables ===
== Database Changes ==
 
=== New tables ===


There are 3 new tables:
There are 3 new tables:
Line 11: Line 13:


=== Splitting the current user table ===
=== Splitting the current user table ===
== Admin's Interface ==


=== Various field flags ===
=== Various field flags ===


=== Adding/Editing fields ===
=== Adding/Editing fields ===
== User's Interface ==


=== User profile page ===
=== User profile page ===

Revision as of 00:20, 8 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

Admin's Interface

Various field flags

Adding/Editing fields

User's Interface

User profile page

Signup page

See also