The workflow transition event is gone from Workflow 2.0. This thread explains how to react to a check for transitions.
Archive | Poligo
Setting up Views RSS
Development diary Development diary Drupal 7 Drupal 7 Projects WebWhile setting up Views RSS so that I can use Mailchimp on Poligo, I came across this good guide to using fields for RSS. Points to be wary of: For the <link> element, use “content: path” and in field configuration section (Rewrite results fieldset) check Use absolute link (begins with “http://”); The element <author> should […]
Changing “Submitted by” in Drupal 7
Drupal Drupal Drupal TEF TEF 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 […]