Search code examples
permissionsdrupal-7nodes

drupal 7 - restrict acces to full node


I have a content type called 'logos' all theses are in a grid view and output as a block.

I do not want the user to view the full node, only the view. I have tried content_access module but my grid view also disappears, is there a way to restrict access to full nodes for a specific content type?


Solution

  • Another option is to not publish the node as per https://drupal.stackexchange.com/questions/11026/how-to-restrict-direct-access-to-the-nodes-in-drupal-7

    I have tested it and Views can still display data. You may need to adjust the styles though as I find by default, Drupal adds a highlight to unpublished nodes to distinguish that it is unpublished.