I love Drupal. I really do, even if many people do not understand why (one day I will explain to you what you don’t see, guys). I’ve been working with it since the version 4.6. Then, during the 2008/09 I stopped for like a year (for many reasons that are not worth to be told), [...]
Programmatic CCK Content Types: why my way?
A few days ago, I have announced the Alternate Content Copy module, which hopefully is going to be accepted on the Drupal.org project repository (as soon as I submit it). In that article I explained the general reasons why those modifications should be part of the official Content Copy module. Now, I do realise that [...]
Programmatic CCK Content Types – Updated
Not long ago, I published a HowTo for creating CCK Content Types programmatically, including the ability of updating them via code. After some events, the HowTo needed an update, as it now (necessarily) depends on the Alternate Content Copy module.
CCK – Alternate Content Copy
Eventually, markus_petrus did not want to change the current behaviour of the CCK Content Copy module. Therefore, out of box, it won’t allow you to use my way to get CCK content type done programmatically (well, not including the update of them). But let’s forget about this for now. Let’s focus on CCK and the [...]
Programmatic CCK Content Types – The Patch
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 [...]
Programmatic CCK Content Types
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 [...]


