Creating Compound Fields with CCK - Drupal Development, Alfr...When defining a Drupal content type, I continually come into the situation where I want to add fields to my content type as a group. That is, creating a CCK field called “Contact Info", which is a group containing Contact Name and Contact Email,... |
BenBuckman.net: Drupal: Using CCK Fields's Inconsistent...Drupal has an inconsistent data structure for CCK fields: if a field is only in one content type, it's stored in a content_type_XX table as a column, but if it's shared across multiple content types, it moves to its own content_field_XX column.... |
||
Running Lighttpd as a static file server for Drupal 6 on a D...I found Robert Douglass article Using Lighttpd as a static file server for Drupal and thought it would be interesting to try out. Check also out the Lighttpd home page (pron. lighty). There are two main reasons for using a separate server... |
