Hi,
When Tac_Lite is working and restricting access the menu items pointing to the forbidden pages are still visible. Is it possible for these to be hidden when the user does not have access to the corresponding nodes? It would be really nice and this would bring this access control thing to a whole new level.
If this is possible and I am missing something, please tell me.
:)

Comments

Deyan’s picture

I want to add that I did read everything I found on this topic (including a previous issue here) but still didn't understand how to implement this :(((

Deyan’s picture

FOUND IT!!!

It's here. Simple, and working like a charm! :)))))

Deyan’s picture

Status: Active » Fixed

FOUND IT!!!

It's here. Simple, and working like a charm! :)))))

Deyan’s picture

FOUND IT!!!

It's here: http://drupal.org/node/77414#comment-148719
Simple, and working like a charm! :)))))

Dave Cohen’s picture

Status: Fixed » Closed (duplicate)

This is a problem, but it affects all access control modules, not just tac_lite, and the proper place to fix it is in core.

The code you refer to addresses the problem, although inefficiently, because it requires loading all the nodes that are referred to by menu items.

The issue to follow is this one: http://drupal.org/node/16542, which appears to have stalled.