I have some fields that my users cannot be allowed to edit – however, certain roles would need permission to do so. There are also other fields that the user may edit.
How would I do this? I tried looking in roles.
I did see this question: Drupal, user profiles: adding fields *only* editable by administrators
but couldnt figure out how to make sure that the fields are never editable by regular users, and also how to make sure only specific roles can edit.
I’m fairly good with php, but i can’t seem to find my way around on the drupal site.
/Anders
have you tried using Field Permissions module.