Search Api Module Features

Database search Database search module provides a database based implementation of the Search API. The database and target to use for storing and…

Read More >>

How to block sending email in development purpose.

Mail Log module defines drupal_mail_wrapper(), which takes over the handling of mail sending. This wrapper creates a node of type 'Logged Mail', a…

Read More >>

Drupal Commerce: How to redirect to a specific page via Rules?

In this article we will explain how to redirect to checkout page when you place an order and payment transaction gets failed. There are several ways…

Read More >>

Drupal 7: How to add block settings and block content to the features?

We all know about the feature module which enables the capture and management of features in Drupal. Here in this article we will go through how to…

Read More >>

Drupal 7: How to include php library in Drupal 7?

It is very easy to registers js and css libraries using the hook_library(), However if you want to register php libraries you should consider the…

Read More >>

Difference between hook_boot and hook_init Drupal

*/ hook_boot() hook_init() hook_boot() will executes even on cached pages hook_init() will not executes on cached pages hook_boot() is…

Read More >>

How to add HTTP User Authentication to a Drupal development Site.

For few scenarios we need to protect our Drupal site accessing to everyone instead for a selected group of users. The http password will help us the…

Read More >>

Nice Messages

Nice messages module provides displaying drupal messages in nice popup using the jQuery jGrowl plugin (http://stanlemon.net/projects/jgrowl.html).…

Read More >>

Sitewide Alert Message

Site alert module provides functionality to display urgent message to all users. Originally was created for the Site alert module with a lot of Ajax…

Read More >>

[Drupal] How to execute the function via Drush

Drush is a command line shell and Unix scripting interface for Drupal. There are a lot of drush commands that comes handy when we are developing in…

Read More >>