Hi,
I'm looking for a module/function to set privacy not only to several content fields but to a whole node.
I've created an image gallery content type as descripted in this video tutorial http://www.lullabot.com/articles/photo-galleries-views-attach.
Also I'm using CCK Private Fields (http://drupal.org/project/cck_private_fields) to have privacy functionality within my user profiles (created with content_profile module). Now I can say "show content field xy either to all, friends or nobody. These settings are applied to the content fields and not to the content type.
What I need is the CCK Field Privacy functionality for content types respectively for the nodes being created by the content types.
Who can help?
Thanks :)
Comments
Is there no one out there who
Is there no one out there who did such a module?! No one who can tell me how to solve my problem? :(
Is this what you are looking
Is this what you are looking for?
http://drupal.org/project/node_privacy_byrole
hi jtbayly, thanks for your
hi jtbayly,
thanks for your answer but that's not what i'm looking for. node_privacy_by_role is similar to Content Access. These modules set access to nodes by user roles and not by relationships (created with User Relationship module). Aside from this, you can't make the selections I'm talking about (View content to: All, Friends, Nobody).
Just take a look at the CCK Private Fields module to see functionality I need.
Any other ideas?
thanks.