Can drupal be configured to find modules in another location
I put my modules in sites/all/modules
. Is there a way to configure Drupal to find more modules in other location as well
Edit: Please also check the answers here, on the Drupal StackExchange site:
https://drupal.stack开发者_开发知识库exchange.com/questions/4618/
Not sure what you mean, but we use a somewhat common convention of seperatating in-house modules from 3rd party modules.
'Home-made' custom modules would be in:
sites/all/modules/custom
3rd party modules would be in:
sites/all/modules/vendor
If having subdirectories does not match your needs, I believe you could easily symlink your /obscure/path/to/module directory into your drupal's module directory.
You can put modules in an install profile.
精彩评论