Hi!
I have just installed the modul on drupal 4.7 code base.
And now the taxonomy access works right, but if I go to an article (assigned to a taxonomy term, which anonymous user are not allowed to read) directly with .../nnode/xyz than I can read it without access control.
Is this a bug or not?

Comments

keve’s picture

of course, User should not have access to node in any way (if it is set right)

-What version of the module do you use: $id ...v1.52?
- Did you enable module on admin/settings/taxonomy_access page? (If it is so, try disable, then enable the module (this makes a housekeeping).)
- This kind of node access is controlled by 'view' permission. Did you set 'view' permission for anonymous users?

sushiGer’s picture

Yes I have set view permisson!
And I have to... Because anonymous user should have access to "normal" stories etc. but not to stories in the category... Is this kind of access control not possible? Or do I have to add a new content type for this?

keve’s picture

Category: bug » support
Priority: Critical » Normal

This does not seem a bug report, for me it works fine.
-What version of the module do you use: $id ...v1.52?

Maybe I do not understand right. (Please, use the terminology of the module)
>Because anonymous user should have access to "normal" stories etc.
You have to set permission for "Uncategorized nodes" for this.

>but not to
>stories in the category...
You should leave the view premission for these terms unchecked.

>Is this kind of access control not possible? Or do I have to >add a new content type >for this?
TAC is not influenced by content types, only by terms given to any type of content. That would make no difference.

keve’s picture

Status: Active » Closed (fixed)

Without more user reaction, i close it.