Hi,
Great module! It works well for Page and Story nodes. However, I installed the Video module in my Drupal and as such, there's an additional node type of Video. The nodeaccess permissions don't seem to be working for the Video node type. The original Drupal Access Control permission still overrides the permission of nodeaccess.

Pls help!

Regards.

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

Works fine for me. One thing to keep in mind is that this module is 'node access'. That means it controlls access to a node. What I suspect you are referring to is the fact that the video module defines many of it's own access controls, such as play video, download video, etc. This module has nothing to do with that, all it deals with is whether someone can access the node or not. Any other controls defined by a content module are handled by the content module and not the access control module.