How to remove current module in other sub module?

When we click on module at the navigation it show all sub menu. so how can i remove it. like this attachment.

Go to the admin panel then Configure Module Menu Filters.

The following worked for me:
*Note that it will also remove “All” menu tab

In: /include/MVC/View

Comment/Remove this line (it is present twice):

$groupTabs[$app_strings[‘LBL_TABGROUP_ALL’]][‘modules’] = $fullModuleList;

I hope it helps :slight_smile:

I dont this so, you can not do this from admin panel, all module menu show other curent active module menu ,I also want to remove this, but dont know how to do that ???

See : How do you remove the active module from the main menu goups?