profile.module
Version 1.90.2.4 (checked in on 2006/10/18 at 20:14:08 by killes)
Support for configurable user profiles.
Constants
| Name | Description |
|---|---|
| PROFILE_PRIVATE | Flags to define the visibility of a profile field. |
| PROFILE_PUBLIC | |
| PROFILE_PUBLIC_LISTINGS |
Functions
| Name | Description |
|---|---|
| profile_admin_add | Menu callback; adds a new field to all user profiles. |
| profile_admin_delete | Menu callback; deletes a field from all user profiles. |
| profile_admin_edit | Menu callback; displays the profile field editing form. |
| profile_admin_overview | Menu callback; display a listing of all editable profile fields. |
| profile_browse | Menu callback; display a list of user information. |
| profile_categories | |
| profile_form_profile | |
| profile_help | Implementation of hook_help(). |
| profile_load_profile | |
| profile_menu | Implementation of hook_menu(). |
| profile_save_profile | |
| profile_user | Implementation of hook_user(). |
| profile_validate_form | |
| profile_validate_profile | |
| profile_view_field | |
| profile_view_profile | |
| theme_profile_profile | |
| _profile_date_field | Helper function: output a date selector |
| _profile_field_form | |
| _profile_field_serialize | |
| _profile_field_types | |
| _profile_form_explanation | |
| _profile_map_month | Helper function for usage with drupal_map_assoc |
