How To Install Modules In Drupal

Step by Step Instructions To Install Modules In Drupal.
 

Installing modules in drupal is pretty easy... Follow the procedure below.

Procedure:

  1. First go to your drupal installation directory. browse to sites folder and the all folder. That is drupal\sites\all
     
  2. Now create a folder modules in drupal\sites\all
     
  3. 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.
     

  4. Extract (unzip) that file. It will create pathauto folder in modules. Now you can delete that tar file if you want.
     
  5. 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....

     

Related Topics