How to update a mysql table field type in drupal 7.

For one of my Drupal sites we need to change one of the database field value from it to text as per the new requirement. This field type is a simple…

Read More >>

How to implement Inline Messages Module

The Inline Messages module displays form messages inline with the form instead of the default behaviour at the top of the page. You can enable Inline…

Read More >>

How to create Forena Reports

Enterprise Reporting module that provides a mechanism for writing reports in a modified html syntax. This module leverages XML, and for this reason…

Read More >>

How to submit a webform in ajax

This module adds the AJAX support to Webform3.0 and above. As a first step it focusses to simply add form AJAX paging and submit. Especially for…

Read More >>

How to resolve the issue "Error in simplesamlphp_auth. module: no valid unique id attributes set" simplesaml_auth Drupal saml integration.

For one of the Drupal site, on integrating Drupal as a service provider using the simplesamlauth will show the error "Error in simplesamlphp_auth.…

Read More >>

[Drupal 7] Theming 403 and 404 error pages Drupal 7

Drupal 7 provides an interface to set URL for 403 and 404 error pages (admin/config/system/site-information). We can just simply create a node and…

Read More >>

How to add a Rule condition for user specified role Drupal 7

In my previous post, we have discussed about creating a rule condition programmatically for checking specified role. In this post lets see how we can…

Read More >>

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 >>