Top "Cck" questions

The Content Construction Kit is a Drupal module that allows users to add custom fields to content types.

How to quickly theme a view?

I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific to …

drupal drupal-views cck drupal-theming
Advanced search with Drupal (Views and CCK)

I'm building a site where products are hold in a content type created with CCK. Products can be associated with …

search drupal views cck
Programmatically get and set field values

I have two fields I want to fill with the exactly same values; users should fill only one. I also …

drupal drupal-modules cck drupal-7
Drupal 7: how to restrict file access to specific user roles

I need to develop a site on Drupal 7. I have some content types with File fields in CCK. And access …

security file drupal drupal-7 cck
How do you remove the default title and body fields in a CCK generated Drupal content-type?

When you create a new content type in Drupal using the Content Creation Kit, you automatically get Title and Body …

drupal cck
Drupal Custom CCK field with multiple child fields

Is there a way of creating a composite field that can have multiple values, with each value having another group …

drupal drupal-6 cck
Simulate a click in a Google Map

I'm trying to simulate a user click on a Google Map, using API v3, after I geolocate their position when …

javascript google-maps-api-3 drupal-6 geolocation cck
Drupal - Use lightbox with Views (Rel attribute) - in output link

In Drupal I have two image fields, one to act as a thumbnail and the other the image that will …

image drupal views lightbox cck
Removing [nid:n] in nodereference autocomplete

Using the autocomplete field for a cck nodereference always displays the node id as a cryptic bracketed extension: Page Title […

drupal drupal-6 cck
How to display and hide Drupal 7 fields, based on value of a specific field

What I am trying to do here is controlling how a group of fields are showing up on node view. …

drupal drupal-7 cck drupal-fields