Search Results

[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

How to deactivate or disable Bluetooth on Ubuntu system startup

Folllow the below steps to deactivate or disable Bluetooth on Ubuntu system startup Open a Terminal by pressing Alt+Ctrl+T Run sudo gedit /etc/rc.…

Read more