How To Install A Drupal Module

This article will show you how to install a module in drupal.

Drupal modules are pieces of software that are added to the drupal cms software to add some features. For example a contact form can be added using drupal modules. This feature doesn’t come built into drupal by default.

Drupal modules can be downloaded from the drupal moule repository. Click here to go to the module repository.

Once you dowload a module do the following steps to install it.

1. Extract the archive to a folder on your computer. We are going to upload the directory that has the module files (*.info, *.module *.install) in it.

2. In the directory where you installed drupal, under sites/all/ create a folder called modules.

3. Upload the folder extracted in step 1 to this directory.

4. Log into your drupal installation as an administrator. Go to Administer > Site Building > Modules

5. The module must be listed in the resulting page. Click on the check box near the name of the module and click save configuration.

That’s it!

2 Comments to How To Install A Drupal Module

  1. shweta gusain's Gravatar shweta gusain
    January 2, 2010 at 1:29 pm | Permalink

    hi this is easy method to create a webform in the drupal website but i still want to know that how can we use it for any purpose.please help me out

  2. July 25, 2010 at 10:52 pm | Permalink

    Thank you for the concise article. As a new user to drupal I found it excellent and easy to follow.
    Regards
    Vikram

Leave a Reply

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>