Hide a CCK field from users not logged in?
jeeves - January 15, 2009 - 22:26
I am trying to figure out keep a CCK field from displaying on a node for users who are not logged in (or better yet, users users to don't have the right type of account).
Any ideas on how to go about this. I tried the CCK Field Privacy module, but the I could not get it to work and the documentation was too sparse to be of any help.
Any other ideas on how I might accomplish this?

_
In the d6 version of cck, the 'content permissions' module is part of the core cck package. Simply enable the module and set the permissions as desired at admin/user/permissions.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
That did the trick
The Content Permissions' module fit the bill perfectly. I did not even realize something that useful came with the Drupal 6 CCK module. All I had to do was activate "Content Permissions" (I had already had it installed with CCK), and then go to admin/user/permissions and set which fields I want to be visible for certain account types.
And the theme snippet will come in handy too, but for a related project.
Thanks to all who helped with this!