How to create custom condition for the Rules event in Drupal 7

In this post, lets discuss about how we can add custom condition for the rule event which we have created. It is very simple to create a custom…

Read More >>

How to trigger email for custom rule event in Drupal 7

As in my previous post we have discussed about creating a rule event programmatically . Now we will create an action to trigger email for the custom…

Read More >>

How to create a custom rules event programmatically in Drupal 7

Drupal 7 itself provides an interface to add a new rule event (admin/config/workflow/rules) via configuration. In most of the cases we create a rule…

Read More >>

Media Colorbox

INSTALLATION Place the media_colorbox directory into your Drupal modules directory (normally sites/all/modules). Enable the module by navigating to…

Read More >>

Improved Multi Select

The Improved Multi Select module for Drupal 7 replace the default multi-select boxes with two container list and search. The first container holds…

Read More >>

How to create a multiple instances of the same block

While building a drupal site, we have faced situations when we need to show the same block twice on one page. In most cases, we end up custom coding…

Read More >>

How to Configure Mortage Calculatior in drupal Site.

Real Estate Mortgage Calculator module is a simple mortgage calculator. It is designed to operate with the Drupal Real Estate module but also can be…

Read More >>

Installation guide dRealty module - The Drupal Real Estate Framework

dRealty is a real estate framework to import RETS resources (Property, Agent, Office, OpenHouse, Media) into Drupal as entities. Its primary…

Read More >>

[DRUPAL] How to set different metatags for same page url but different query string parameter?

If you are familiar with Drupal's caching mechanism you would know that all data in Drupal are cached to their respective cache tables. Like page…

Read More >>

Installing and configuring Memcached For Drupal 7

Memcached is an open source caching system with high performance which will increase your site's performance by reducing database load. It is used to…

Read More >>