#598758: Modules page: add link to its settings page for each module is now a part of core. It adds support for showing a link to the module settings from the main modules management, by adding a line to the module's .info file. DHTML Menu should add this line.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | dhtml_menu-635544-1-config-link.patch | 493 bytes | cburschka |
Comments
Comment #1
cburschkaHere's a patch.
Comment #2
Rory commentedAlso, you can keep the "configure" link for the module but do away with the Configuration menu item on the configuration page, by adding this line to the implementation of hook_menu().
'type' => MENU_LOCAL_TASK,so the implementation looks like this:
Always pleased when a module is modest enough to not place a link to a settings page under the Configuration menu unless the link will be used very frequently.
Comment #3
christopher james francis rodgers commented