The workflow transition event is gone from Workflow 2.0. This thread explains how to react to a check for transitions.
Archive | TEF
Glossary views
Development diary Development diary Projects WebSummary: I wanted a glossary view of words and phrase for student reference. Solution: I found a couple of recipes for a glossary view and a way to sort results by the first letter. I found a post on Stack Exchange shows how to make a glossary with an attached index, and combined it with another […]
Changing “Submitted by” in Drupal 7
Drupal Drupal Drupal Poligo Poligo ThemingSummary: I want a custom byline on my posts. Solution: Modify template.php I did this for Poligo by modifying the node.tpl.php file. However, I thought I would poke around for another way to do it on The English Farm. I found this way of doing it with template.php. I tried adding this to template.php: <?php […]