I've been having problems getting all node types to be restricted when a page is accessed directly. I can still read many nodes directly even when they disappear from the rest of the site.

When these node types were accessed directly, access control worked (I got the message access denied):
Story
Page
forum

When these node types were accessed directly, access control did not work (I was able to view the page, even though permissions were set to deny acccess):
Book
Event
Weblink
flexnode

Am I doing something wrong? I had similar problems with node_privacy_byrole.

I'm using Drupal 4.5. I don't have the node_privacy_byrole and taxonomy access running at the same time.

Tim

Comments

pyromanfo’s picture

I've had these work just fine, it's simply the node_access hooks. Maybe these modules just needed to be updated.

Anonymous’s picture