| Thu, 2010-01-14 11:57 — David Herron |
| Mon, 2009-11-23 11:41 — David Herron |
The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type.
Transitions between workflow states can have actions assigned to them. In our example, we could assign an action so that when the story moves from the Draft state to the Review state an email is sent out.
| Thu, 2009-11-05 21:15 — David Herron |
| Sun, 2009-11-01 08:11 — David Herron |
Shows how to add custom breadcrumbs in Drupal
| Thu, 2009-10-15 19:51 — David Herron |
In the Drupal community there's a paradigm that every time you hack core you kill a kitten. And who would want to kill a kittens? The point is that any time you hack core (modify the Drupal core files) it becomes a nightmare to forward-migrate your changes as Drupal core is updated. The Drupal team does routinely update Drupal (about every 2 months) and it's best to keep your Drupal installation up-to-date especially as many of the fixes are for security bugs.
| Sat, 2009-10-10 18:10 — David Herron |
It's useful to view the items loaded just by the specific feed. For example it's common in blog or podcast directories to list teasers for items on the "Source" page. The 'Feed' content type that comes with FeedAPI doesn't support listing the items on the same page, however. There is a link, in the links for the Feed content type, to "feed-item/#" that is intended to link to the items loaded by the feed, but this seems to give an error page.
| Wed, 2009-10-07 17:32 — David Herron |
I came to the Drupal community with (to the best of my recollection) Drupal 4.6. That makes me a sort of old timer though really there was a lot of Drupal releases before my time. In the 4.6 days most extension of Drupal meant writing modules whereas you youngsters today don't know how easy you have it with Views and CCK ... What drew me to Drupal was the tagline "Community Plumbing" as I was looking for a platform with which to build online communities or what's now known as social networking. My vision is the use of online community to create positive social change.
| Thu, 2009-10-01 20:08 — David Herron |
The Feed content type has all the description for each blog (podcast) in the directory. Add CCK fields that contain whatever description you want for each directory listing.
These are some fields I found useful to add:-
| Name | Type | Discussion |
|---|---|---|
| Home Page | Link | Link to the home page of the blog or podcast |
| Author, Language, etc | Text Field | Various descriptive attributes of the blog or podcast |