Notes from the Drupal NYC Meetup 5/13/09
Here are the notes I took from my first NYC Drupal Meetup. I highly recommend the group. I learned an enormous amount, I got to see the legendary Earl Miles, and the space where it’s held is nothing short of breathtaking (think Hudson River views + floor to ceiling windows).
Drupal NYC Meetup 5/13/09
Speakers:
- Ezra Gildesgame
- Earl Miles (merlinofchaos)
- George Weiner, CTO of dosomething.org
Nodequeue The nodequeue module can:
- Keep track of how to notify users
- Be used for granular permissions:
- Ex: separate editors for designers, developers, admins
- Works very well with Nodes and Panels
- You can create Views specific to one queue
- Recently added international support
- You can have a MAX SIZE to the nodequeue
- Once you’ve exceeded the max, the oldest story will be kicked out.
- That’s why nodequeue works so well for lead stories
- USE CASE: Read more »