How to restrict direct access to the nodes but just allow views to access the required field of the particular node type, for example in views slide show we are sliding the image field belongs to particular node type. But we don't want search engines to access & visitors to access the nodes belong to that node type
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Sep 11 '11 at 5:11
|
A simple solution would be to not publish the nodes you don't want to be accessible. Views can still pull the data from those nodes. |
|||||||||||||
|
|
Here is the long awaited simple solution solution http://drupal.org/project/restrict_node_page_view With this module you can disable direct access to node pages (node/XXX) based on nodetypes and permissions. Enable the module and don't forget to configure your permissions. |
|||
|
|