Article Archives

Read and get updated on how we progress.

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