November 2009

Programmatic CCK Content Types – The Patch

November 28, 2009

UPDATE 02/12/2009: this patch is out of the date, please refer to the Alternate Content Copy module now. A few days ago I wrote a HowTo for creating CCK Content Types programmatically, including their update. Unfortunately, I must have missed something in my tests, so I found out later on that the updates won’t work [...]

Read More

Programmatic CCK Content Types

November 24, 2009

Update 28/11/2009: you need this patch to make this working 100%. The fundament of Drupal is the node entity. In drupal (almost) everything is a node, which is the most elementary piece of content available, that can be “extended” to create new node types, also known as content types. When you create new Drupal content [...]

Read More

Spelling correction with Soundex

November 6, 2009

A few days ago Ian Barber wrote an article about the automated spelling correction. Today I had the time to read it. Good quality and great presentation as always. However, the first thing I noticed is that the solution presented by Ian was not making use of the Soundex algorithm at all, which seemed slightly [...]

Read More