profile.module
Version 1.236.2.3 (checked in on 2009/01/12 at 10:09:19 by goba)
Support for configurable user profiles.
Constants
| 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. |
Functions
| Name | Description |
|---|---|
| profile_block | Implementation of hook_block(). |
| profile_categories | |
| profile_category_access | Menu item access callback - check if a user has access to a profile category. |
| profile_form_profile | |
| profile_help | Implementation of hook_help(). |
| profile_load_profile | |
| profile_menu | Implementation of hook_menu(). |
| profile_save_profile | |
| profile_theme | Implementation of hook_theme() |
| profile_user | Implementation of hook_user(). |
| profile_validate_profile | |
| profile_view_field | |
| profile_view_profile | |
| template_preprocess_profile_block | Process variables for profile-block.tpl.php. |
| template_preprocess_profile_listing | Process variables for profile-listing.tpl.php. |
| template_preprocess_profile_wrapper | Process variables for profile-wrapper.tpl.php. |
| _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 |
