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!
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
Comment #1
fagothat's not true. I suppose you have not applied the patch correctly. Then the settings just won't be applied.
Comment #2
baraban commentedPlease 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?
Comment #3
fagoyes, every logged in user is an authenticated user.
You'll need to create another role to do that what you want.
Comment #4
baraban commentedCan 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?
Comment #5
(not verified) commented