By jmassey09 on
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
I am looking for the same -
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
=-=
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 : )
Thank You - this will do the
Thank You - this will do the trick for me ... little dirty, but it will do.
Take care,
marco
Works!
This will work great. Thanks!
I am looking at the code
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