How to Install Drupal Module in PHP

Introduction

In this article I explain how to install Drupal Modules using PHP. For installing a Drupal module, you first will download modules from: "http://drupal.org/project/Modules" Using this you can easily download many modules. After downloading your module extract the modules and put the module folder into the Drupal setup in the "all" folder. Like that I will use "FCKeditor Module" for installion in our Drupal site. See:

modu1.jpg

Next, let's start our Drupal site; first "login". Such as:

complete install.jpg

Click on the "Administration" setting then open your administration settings.

modu2.jpg

Next, click on "Site Building" and then choose "Modules".

modu3.jpg

After clicking on modules open all your modules. In all modules, show your FCKeditor new modules in other words this is not a core module. Such as:

modu4.jpg

Your Module Installation is complete but you can't access this module just yet. You can use or access this module after following this step:

modu5.jpg

First of all you will check this module and then click on the "Save configuration" button. Such as:

modu6.jpg


Similar Articles