How to install Drupal coding standard checker for command line?

July 15, 2016 - 11:21

Coder is a Drupal module to check for coding standard issues in custom modules and themes. It can check any files for coding standard issues according to Drupal specifications. This method uses latest composer and drush to install latest coder. Feel free to skip the following to corresponding parts you need.

  • Install composer

    Check if composer is installed,

    which composer

    If this is empty, proceed with below command. Else skip.


How to implement facebook login using FB OAuth in Drupal7?

May 09, 2016 - 07:48

In one of my Drupal 7 projects, I had to implement "Login with Facebook" in the site. So I used fboauth module with fboauth_profile2. First I  created a Facebook app. To create a Facebook app, use the following steps in your Facebook profile.


How to import bulk data in Drupal7?

May 09, 2016 - 07:40

I had a requirement to import bulk data to database. Drupal module feeds helps you with this.

Either you can add url of the data to be imported or upload the file which has bulk data. If want to add url to import data from some other source, use feed importer. The steps to create a feed importer are here.

If you want to import as a file, use the following steps: