February 2010

08
Feb
2010
Grayside

Atrium Casetracker: Change Which Case Statuses are "Closed"

You might wonder how cases are considered “closed” for purposes of case filtering in the Case Tracker. It’s an attempt to be helpful on the Case Tracker’s part– hide the stuff that is no longer relevant unless the user specifically asks for it. Unfortunately, I don’t like the defaults on what it considers irrelevant.

12
Feb
2010
Grayside

Overriding Prepopulate: Do Not Use hook_form_FORM_ID_alter

> EDIT: As of Prepopulate 2.0, you cannot directly use hook_form_alter() anyway. See Node Form Dominos to learn about using #after_build to work with Prepopulated values. – 2010/09/09

The Prepopulate module works some great magic to preload forms from URL variables. But suppose you need some extra magic to modify the titles it puts in place?