Step by Step Instructions To Install Modules In Drupal.
Installing modules in drupal is pretty easy... Follow the procedure below.
Procedure:
- First go to your drupal installation directory. browse to sites folder and the all folder. That is drupal\sites\all
- Now create a folder modules in drupal\sites\all
- Copy your modules to this modules folder.
Lets do it with an example.... Take a module pathauto-6.x-1.2.tar. Now copy this module to modules folder.
- Extract (unzip) that file. It will create pathauto folder in modules. Now you can delete that tar file if you want.
- Now open your web browser and browse to Administer->Site building-> modules section.
Look at those modules. You will see Pathauto module there.
Just tick it and Save configuration to enable that module..... thats it....