Hi,
I'm looking for a module which would allow me to define some user profile fields, which would not be editable by user itself, but only by users of some higher role.
As an example, let's consider an user of "student" role, which could not edit his own "skill" profile field (any single value from "poor|good|exelent" list), only users of a higher "teacher" role could do that for him.
Is there any module suitable for this? Or how could I accomplish this?
Jarry
On Jun 7, 2010, at 11:08 AM, Jarry wrote:
I'm looking for a module which would allow me to define some user profile fields, which would not be editable by user itself, but only by users of some higher role.
Probably something like Field Permission coupled with Content Profile
http://drupal.org/project/field_permissions http://drupal.org/project/content_profile
-Dom