I don't know whether this is a Views or Taxonomy Access Control issue, so if this is not relevant here, pease advise.
I have latest Views and Taxonomy Access Control (TAC) installed. I have set up a vocabulary term "combinations" to allow anonymous listing, but not anonymous viewing. I have attached screenshot of TAC settings.
I created a view of the content type. Those nodes with "combinations" vocabulary term are NOT listed in the view when listed by an anonymous user. They are listed if I add the "view" permission (which, of course, I don't want to have to do).
To me, having the "list" permission means just that, I should be able to list all nodes with this term (although not view them). Please advise. Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| tacArticlesProblem_0.gif | 28 KB | somebodysysop |
Comments
Comment #1
somebodysysop commentedThe views people say it is not an issue with views. They say that maybe "list" doesn't mean what I think it means in TAC. http://drupal.org/node/152550. Can you help?
Comment #2
edrex commentedlist refers to listing the term itself, not to listing nodes. this is controlled by 'view'. please take the time to read the ample documentation.
Comment #3
xjmComment #4
sammo commentedYou can show all nodes in a view even if they are restricted by TAC with the following module:
http://drupal.org/project/views_ignore_node_permissions
You need to add the filter listed under node access in the view
Useful if you want to display teasers of nodes users can't access