Posted by JStarcher on March 4, 2009 at 3:42pm
Jump to:
| Project: | Taxonomy Access Control Lite |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | JStarcher |
| Status: | needs review |
Issue Summary
I ran into a problem where my vocabulary is huge and confusing since it is stacked with siblings. Using the betterselect module the box gets cleaned up and you can theme each item. I created a small patch that will spit out which terms are associated with the user to make it easier at a quick glance.
Comments
#1
The devel module includes devel_node_access.module. Enable that, then add the block it provides to your page footer. This will show you what the node_access table has to say about any node/NNN page. That may help.
If not, think of ways to make it better and maybe we can made changes to that module.
#2
JStarcher,
Could you please post the patch you used. I need to figure out, at run-time, whether the logged in user has access to a particular taxonomy term and it's not very obvious the kind of query that I need to run.