CCK

Content Construction Kit - CCK

(Tutorial) Understanding the ApacheSolr CCK API

Tutorial : Understanding the ApacheSolr CCK API

(Modules) 10 Must-Have Drupal Modules for Drupal Web Developers

Modules : 10 Must-Have Drupal Modules for Drupal Web Developers

Each Drupal developer out there has their own list of their “must-have” modules. These modules are the tarballs (.tar) that each developer downloads and unzips immediately after installing the Drupal CMS. The following list is partially mine and partially that of my Twitter followers.

(Tutorial) Events listing system using Date, CCK and Views modules - Part 1

Tutorial : Events listing system using Date, CCK and Views modules - Part 1
In this tutorial we will be creating an events listing system using CCK, Date and views as opposed to using the events and calendar modules.I'm going break this tutorial up into 3 parts so it's manageable.

(How to) Create Autocomplete on your CCK field or other field on Drupal

Tips : HOWTO: Create Autocomplete on your CCK field or other field on Drupal

It’s amazing to play with Drupal. You can alter “almost” anything on the code without changing into core module directly. All you can do is create custom module then using Drupal hook API, you can alter the function, theme or whatever it is.

(Tutorial) Moving CCK Field Changes from Dev to Live

Tutorial: Moving CCK Field Changes from Dev to Live

This article applies to Drupal 5 and higher.

(Modules) Top Ten Drupal Contributed Modules

Modules : Top Ten Drupal Contributed Modules

Here are the latest statistics on the top ten contributed modules that people are downloading from Drupal.org. Project usage statistics is a relatively new (and very welcome feature) on Drupal.org. The very latest stats can be be found at http://drupal.org/project/usage.

(Tutorial) Saving CCK and Taxonomy Fields with Flex and Drupal Services

Tutorial : Saving CCK and Taxonomy Fields with Flex and Drupal Services

The Services module of Drupal lets you easily access the backend data of your Drupal-based web site or application. Flex can connect to these services via AMFPHP and gives you the ability to quickly build a nice front-end to your application that calls remote methods to get at the application data.

(Tips) Programatically creating a CCK field in Drupal 6

Tips : Programatically creating a CCK field in Drupal 6

The first step is to create the field using CCK's UI. Once you've got the field setup the way you'd like it use PHP's var_export() to dump the contents of the node's field as an array:

Syndicate content