1.189.2.9 (checked in on 2008/02/11 at 05:36:07 by drumm)
Support for configurable user profiles.
| Name | Description |
|---|---|
| PROFILE_HIDDEN | Hidden profile field, only accessible by administrators, modules and themes. |
| PROFILE_PRIVATE | Private field, content only available to privileged users. |
| PROFILE_PUBLIC | Public field, content shown on profile page but not used on member list pages. |
| PROFILE_PUBLIC_LISTINGS | Public field, content shown on profile page and on member list pages. |
| Name | Description |
|---|---|
| profile_admin_overview | Menu callback; display a listing of all editable profile fields. |
| profile_admin_settings_autocomplete | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | Callback to allow autocomplete of profile text fields. |
| profile_block | Implementation of hook_block(). |
| profile_browse | Menu callback; display a list of user information. |
| profile_categories | |
| profile_field_delete | Menu callback; deletes a field from all user profiles. |
| profile_field_delete_submit | Process a field delete form submission. |
| profile_field_form | Menu callback: Generate a form to add/edit a user profile field. |
| profile_field_form_submit | Process profile_field_form submissions. |
| profile_field_form_validate | Validate profile_field_form submissions. |
| 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_profile | |
| profile_view_field | |
| profile_view_profile | |
| theme_profile_block | |
| theme_profile_listing | |
| _profile_field_serialize | |
| _profile_field_types | |
| _profile_form_explanation | |
| _profile_get_fields | |
| _profile_update_user_fields | Helper function: update an array of user fields by calling profile_view_field |