CCK

Drupal Colonoscopy: Or, How I learned to theme a CCK field in Drupal 6

Q: How many Drupal themers does it take to perform a custom field label colonectomy?
A:  You don't want to know.

Our journey began with what seemed to be a simple request:  How do you remove the colons from the end of field labels on a Drupal 6 site?  Read More »

Should I Use the Blog Module - Or Create My Own Blog CCK and Views?

The blog module is part of Drupal core, and existed before CCK and Views.  Drupal core doesn't technically know about - or use - CCK and Views.  It just sits there happily in its CCK/Views oblivion, making content types and listings available.
Rather than Views support, it contains a hard-coded link to a list of say, "tara's blog".  And it adds various links throughout the site to blog posts, etc. Read More »