Hi, i'm using the FAQ module and the Content Access module which work on top of the ACL module. These two mdules should allow me to control access to nodes on a "per node" basis rather than a per content type basis. However this does not seem to work for FAQ's. I set it to be un-viewable for anonymous users. It removes the particular FAQ from the FAQ list but if you manually navigate to the node it is still displayed. I have not had this problem for any other node types.

Comments

stella’s picture

Project: Frequently Asked Questions » Content Access
Version: 5.x-2.6 » 5.x-1.3
Component: Miscellaneous » Code

Hi,

Re-assigning this to the Content Access module issue queue as I think that's where the problem may lie, or at the very least they might be able to provide some helpful insight. :)

To reproduce:

  1. Enable the faq module and create some faq nodes. You should be able to see them on the "/faq" page and the individual node pages themselves.
  2. Give the "view faq" permission to a test role, e.g. "anonymous users" in example above. This permission controls both access to the "/faq" page and the individual faq nodes.
  3. Enable the content access module.
  4. Edit one of the faq nodes and ensure that your test role doesn't have the "view" permission.
  5. Log in as a user with your test role. They should be able to see the "/faq" page but the restricted faq node isn't displayed in the list. Navigate to the restricted node - the user shouldn't be able to view it but unfortunately they can.

If you need any help with this, please let me know.

Cheers,
Stella

good_man’s picture

Status: Active » Closed (won't fix)