Top Google Search Results
- Extending user profiles | drupal.org
Dec 26, 2002 ... I could change permissions so the user can't edit any "profile" fields, but then they can't edit parts of their profile that ..... can not edit user profile ... - profile.module | Drupal 6 | Drupal API
To add a new category (or edit an existing one), edit a profile field and .... case ' register': return profile_form_profile($edit, $user, $category, TRUE);; case ... - profile_form_profile | profile.module | Drupal 5 | Drupal API
function profile_form_profile($edit, $user, $category, $register = FALSE) { $result = _profile_get_fields($category, $register); $w = 1; while ($field ... - Drupal 6 updated user profile programmatically | Focal55 Designer ...
Jan 11, 2010 ... function mymodule_save_profile($edit, $user, $category, $register = FALSE) { $ result = _profile_get_fields($category, $register); while ($field ...