You are not logged in.
Hey Tim,
Is there a way to have end users only edit certain fields in a module?
For example, we have a Faculty directory module with Name, Title, Department and etc fields. Depending on the end users access level they can edit Name and Department but not Title?
Is this possible or any ideas to accomplish this?
Thanks
Offline
You could create custom field types that check the person's access level and the draw or hide it depending on the access level. Then in the process file you could just pass
$field["ignore"] = true;
if the user's access level was below the desired level and it would prevent them from changing that field.
Offline
Thanks for the suggestion, Ill look into this.
Offline