custom actions

How to write custom actions and triggers in Drupal

This tutorial is based on very useful comment by bboldi. I'll copy his code and do some modifications to it to show the right way of firing configurable actions. Here is the code that will create three custom triggers "On every page", "On random page", "On specific page" and two custom actions - configurable and non-configurable. All of the descriptions i'll do in the code comments.

Read more...