In Joomla, you cannot add a menu to a module, but with com_module you can add links to the main Views on using the module Extender component.
This is very usefull when you want to add a direct link in a menu to your extended views.
A nice example is, when you have a price comparator result, with virtuemart product display, to add a direct link menu to the list of selected products.
Add a Joomla menu link
You can add menus in joomla menu manager on using the provided link to the module Extender.
You have 2 choices :
- By module Name
- By module ID
By module Name
Choose a module in the list with the right module name.
Note : "mod_" is removed on the list display
By module Id
Choose a module in the list with the right module name. & module menu title.
Note : The module extention Id are selected from this choice and settings are get from it.