Changes between Version 3 and Version 4 of doc/developer/UserProfiles
- Timestamp:
- 01/10/07 21:14:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/UserProfiles
v3 v4 31 31 32 32 == profile_template_fields == 33 Basically a list of data fields (one for each network) that the user can fill. Represented by the NetworkProfileField class, which inherits from the abstract ProfileField class. Used by network administrators to define available fields in user profile.33 Basically a list of data fields (one for each network) that the user can fill. Represented by the ProfileTemplateField class, which inherits from the abstract ProfileField class. Used by network administrators to define available fields in user profile. 34 34 * field_id guuid PRIMARY KEY -- 35 35 * display_label content_id -- The field's label for the display interface of the profile. Content id, as it must be localizable, and may well actually be an image