Installing Modules in Drupal 6

Where do you install modules in Drupal? You'd think you install them in the 'modules' folder, but that would not be the proper place. The 'modules' folder (which is located in the root folder of a typical Drupal installation) is where all the Drupal Core modules are installed. These are the modules that Drupal comes with by default. You can put the modules there if you'd like, but if Drupal comes out with an update, you'll have to figure out which modules you installed and which ones are core.

The proper way to install them is to create a modules folder in the 'all' folder of the 'sites' folder. This way you known where the modules are that you've added and if their is a core update for Drupal, you can easily update the Drupal installation. Themes work the same way.

In the video I show you how this is all done. Enjoy!

No votes yet