The project page states "Please note that this module will remove the default view access people have on a node - you will need to use a different Node Access module to grant default access to users." Is this by design? It sure would be nice not to have to undo all the view permissions and then redo them with a separate module. Or perhaps the module could give the option to re-implement them itself.
Comments
Comment #1
danielb commentedSorry, that's just how Drupal works. If you start using node access on a node, it removes the default view access people have. It is not this module's job to give blanket access to everybody, it has a very specific case where it gives people access. Used in conjunction with another module you can achieve the settings you need for your use-case.
Comment #2
traviscarden commentedVery good. Thanks for the explanation!
Comment #3
kybermanHi, I achieved this function by change in the "nodeaccess_userreference.module". On line 146 I added:
I don't want to hack this module, so could somebody help me how to add this change by own module? Thank you.