I've created an administration module to browse, edit, delete and chmod files on the server and would like to contribute it to Drupal's modules list. I do searching the whole site with several keywords but found nothing about how to do that. I do create a project using create content menu but nothing happends. Anybody here could give me some hint on how to do this, please?
Searching for some pathauto analogs. This module doesn't fit my needs, 'cos its only adding tons of pa aliases. Maybe there are some implementation of true auto path module - I mean, smth user/1 changed to user/root, user/1/edit changed to user/root/edit and so on.
If I have a certain node type defined by some module and I want to extend the functionality of this node type, is it possible to create a "sub-module" so that I don't have to copy all the code (blabla hundreds of reasons why you don't like to do this...)?
I would think so, because all nodes are based on node and (can) overwrite node_hook (well, this is at least my perception as a real drupal noob), but I don't seem to find any documentation on how to do this.