Two new hooks were recently committed to HEAD that will give Drupal 7 unprecedented flexibility when it comes to managing multiple node access modules on one site. Up until now, enabling multiple node access modules usually leads to... more
A Drupal 6 site we are currently building has a requirement to not set cookies for anonymous users. In this blog post, I describe the hack-free solution we implemented for them that prevents Drupal from setting cookies.
... more
Scheduling when content goes live on Drupal has up to this point mostly been handled on a per-node basis. For instance, the useful Scheduler module lets you schedule when a node is published/unpublished, and ... more