Hey, is it possible to create an input field through the cck module that is only visible to admins?

I have a need for this as all my articles are going to be submitted to the admin to be approved first. Once approved a code needs to be added to the page and I want to make this easier by having an input filed where the code can be pasted. So is it possible to create a field that is only available to an admin?

Comments

modul’s picture

http://drupal.org/project/cck_field_perms will be of great help for you. It allows you to finetune CCK access on a role-based umm base. Its interface may not be the best in the world, but it sure does the trick.

eviljoker7075’s picture

Cheers!! :D