Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi all,
another problem I'm facing.
I implemented a site with private/public per node management (using node_access standard mechanism and implelmenting a specific module that gives some roles the ability to see 'private' contents.
Now, if I have a node with some files uploaded with it, I would like to be able to inhibit file download if the node is private and the user cannot see it.
Even if I use private download method, a non registerd user can download the file.
i would like to have a reference module, is there an alternative to tgat since it's not more supported?
I tried the emailpage module but it doesen'twork for the general website, only for a specific node.