Issue status update for http://drupal.org/node/21219 Project: Drupal Version: cvs Component: profile.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: pyromanfo Updated by: pyromanfo Status: patch Any updates on comitting this? I didn't think to check back because this seemed like the original intent of the PROFILE_HIDDEN patch in the first place, to make certain fields non-editable for users. pyromanfo Previous comments: ------------------------------------------------------------------------ April 24, 2005 - 15:34 : pyromanfo Attachment: http://drupal.org/files/issues/profile_hidden_update.patch (3.28 KB) Here are some updates to the PROFILE_HIDDEN functionality. Basically now if you have 'administer users' access, you can edit these fields and they show up for you in the user's profile when editing. If you don't then they don't show up for editing at all. They still should show up when simply viewing though. ------------------------------------------------------------------------ April 25, 2005 - 18:00 : Dries Not sure about this patch. I'll give it some thought/testing. ------------------------------------------------------------------------ April 27, 2005 - 13:00 : killes@www.drop.org I am not sure the current implementation is too usefull. What about if I want to add fields that users can neither see nor edit (like the roles)? ------------------------------------------------------------------------ April 27, 2005 - 13:04 : judah Having this feature would be helpful to me. But there are some properties I would like to completely hide and some that would be unnecessary to show the user. ------------------------------------------------------------------------ April 27, 2005 - 20:55 : moshe weitzman This is useful functionality. I have deployed drupal into a few corproations and they often have profile fields like 'title' and 'telephone number' and 'department'. thos fields should be editable only by administrators. thats what this patch allows, if i'm not mistaken.