I have a website that has 3 types of users: anonymous, authenticated, and simpleadmin. The simple admin has a few limited access pages that run mysql queries. I need those pages to show up on the navigation bar for them and only for them. I do not want it to show up for any one else other than them. I am using the nodeaccess module to only allow them to view the pages but I cannot figure out how to only allow them to view those pages on the navigation bar. Any help would be great. Thanks.

Comments

wiszmaster’s picture

I am looking for the same - I use the Ads module, and the MY ADS menu is available to all users, and going through Roles does not affect the Menu a bit.
I'd like to find out how for example "Administrator" menu is displayed per user/Role.

Thank You,

marco

vm’s picture

probably best to create a new menu (administrator menu), with the links you want, which will automagically create a new block (administrator block).
then configure the block to only show to the role you want it to show to.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

wiszmaster’s picture

Thank You - this will do the trick for me ... little dirty, but it will do.

Take care,
marco

jmassey09’s picture

This will work great. Thanks!

jmassey09’s picture

I am looking at the code right now trying to figure out how the "administrator" menu is done also. If I find out how I will post it on this topic. If you find a solutions come back and post here also. Thanks