Drupal - Private Content Type without URL access
i created an additional content type called "clients" where I can create new client records. I mostl开发者_开发问答y reference to this type to retrieve data.
Now I'd like to make this content type inaccessible from the outside world.
Any idea how that works?
Thanks in advance!
There are tonnes of ways to do it....
Check out http://www.drupalace.com/blog/2008_08_29/limiting_node_access_three_quickneasy_tools
Review this: http://drupal.org/project/modules?text=content+access
精彩评论