Closed (won't fix)
Project:
Taxonomy Access Control Lite
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2006 at 11:30 UTC
Updated:
8 Dec 2007 at 15:22 UTC
Comments
Comment #1
Dave Cohen commentedThe problem is that the menu system works independently of the node system. So the menu entries are created when the user creates the node, and from then on anyone can see the menu item. Right now its not possible to do anything about it, but this patch will make it possible: http://drupal.org/node/16542. Once committed I plan to update tac_lite.
Comment #2
JamieR commentedHaving menu item visibility based on access to the node it's linking to is very important to me too. Thank you!
Comment #3
JamieR commentedThis hack did SEEMS to work... it's from user ninetwenty http://drupal.org/node/77414:
Comment #4
Dave Cohen commentedI believe the menu system in drupal 5.x and up has solved this problem.