Great little module.
One small problem - it doesn't work to control menu dispaly for anonymous users, so they will see all of the menu items!

Comments

fago’s picture

Category: bug » support
Priority: Critical » Normal

that's not true. I suppose you have not applied the patch correctly. Then the settings just won't be applied.

baraban’s picture

Please allow me to express the problem I am seeing more clearly:

I have two menu items. One I want to be seen by anonymous and authenticated users and the other by special additional defined roles users. Well, the problem is that this module (or drupal core?) apparently treats my special role users as a subset of authenticated users. I think this is so, because my special people see both of these links, The second link goes away, if I turn off access to the authenticated user role, but not if I only turn off access to these special role people. This is definitely not the expected (nor is it the desired) behavior. Is this something that can be fixed without tearing drupal completely apart?

fago’s picture

Status: Active » Fixed

yes, every logged in user is an authenticated user.
You'll need to create another role to do that what you want.

baraban’s picture

Can you explain further? If I create another user role, wouldn't I have to manually assign every user that authenticates into this new role before they start seeing the anonymous menu item again?! Is there a way to automate this process?

Anonymous’s picture

Status: Fixed » Closed (fixed)