Remove drop-down menu
Moderators: Developer, Contributor
Remove drop-down menu
Hello, what is the code to remove the drop down menu?
Re: Remove drop-down menu
the drop-down menu next to the user's name
Re: Remove drop-down menu
the project selection
Re: Remove drop-down menu
I am changing a program from an old version of mantis to a new version. I have administrator access and in the old version the drop down menu is disabled and I don't know what is the code to disable it in the new version as well.
I need your help, please, thank you.
I need your help, please, thank you.
Re: Remove drop-down menu
You can simply set "$g_show_project_menu_bar" to "OFF" in config/config_inc.php.
Re: Remove drop-down menu
I already had it in the code, what other option is there?
Re: Remove drop-down menu
The only way to really suppress that bit, is by altering core/layout_ap.php
you need to comment out line 438 to read
you need to comment out line 438 to read
Code: Select all
// layout_navbar_projects_menu();
Re: Remove drop-down menu
It worked for me! thank you very much for your help!
