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:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
3rd party modules would be in:
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.