Hi,

I just want to hide the admin menu (or menu options in other words), which is basically in the navigation menu, if I'm not in the "mysite/admin/". A block can be hidden this way but how to part of the menu? I hope I could explain what exactly I want.

Thanks and Regards

Comments

vm’s picture

investigate admin_menu_dropdown.module which allows you to set up a key combination to hide the admin_menu. As far as I know, there is no way to hide it on certain paths.

I am learning’s picture

Thanks a lot, I'll check admin_menu_dropdown module.

Regards