Upgrading from Drupal 5.x to 6.x - The Survival Guide

Tirdad:

Some resources and tips on how to spare yourself some headaches during an upgrade from Drupal 5.x to 6.x.

Posted 05/19/2009 - 16:58

Introducing View Alias Module

Eric :

A new module pushed into the wild! This module takes the grunt work out of creating url aliases for views using taxonomy term id arguments.

Posted 07/10/2008 - 16:07 // 5 comments

A Minimal CCK Module in 5 Minutes

Irakli:

Content-Construction Kit (CCK) is a standard way, in Drupal, to add properties to the core content item - a Node. There are many CCK Modules that provide a large variety of field types, from e-mail fields to image or video ones. Even so, sometimes standard toolset is just not enough and we need to write our own implementation. This short run-through of a tutorial will get you started. For more detailed documentation, you can refer to the offical CCK tutorial.

Posted 06/13/2008 - 15:47 // 4 comments