By xpi on
I use the util module which is quite handy when opening the modules page.
Is it possible to assign modules to a custom listing ?
Like put all taxonomy related modules into Taxonomy,
or when node related then to Nodes.
I really don't like the Others category.
Comments
You can just edit each
You can just edit each module's .info file and change the grouping it's in. But that'll get overwritten when you upgrade to a new version.
i have to learn more about
i have to learn more about these hooks.
just before the module listing i have to put my foot into the door.
if listing then ask my module for sort order coming from db.
initial start:
ask db which modules are enabled
option:
include disabled modules
***
i really have to learn that.
This doesn't involved hooks.
This doesn't involved hooks. Just change the 'package' line in the .info. See here for more: http://drupal.org/node/101009