Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Edit profile form. More... | |
$sticky_values = elgg_get_sticky_values('profile:edit') | |
$profile_fields = elgg_get_config('profile_fields') | |
$entity = elgg_extract('entity', $vars) |
Edit profile form.
Use 'profile:fields','profile' hook to modify profile fields configuration. Profile fields are configuration as an array of $shortname => $input_type pairs, where $shortname is the metadata name used to store the value, and the $input_type is an input view used to render the field input element.
vars['entity']
$profile_fields = elgg_get_config('profile_fields') |
$sticky_values = elgg_get_sticky_values('profile:edit') |