Questions tagged [cck]

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

The Content Construction Kit (CCK) is a collection of Drupal modules that can be used to create content types whose nodes follow a defined structure beyond that of a title and a body.

The CCK provides field types and widgets. The user (usually an administrator or developer) adds a field to a content type by selecting a field type, a widget and a name for the field. When a user creates a node of that content type, the widget is displayed and the user can enter data into it according to the field type. This data is saved together with the node that gets created and displayed when the node is displayed.

The CCK provides field types for (amongst others) text, numbers, nodes, users. Widgets for (amongst others) line input, text areas, select lists, radio buttons, checkboxes are available. Additional field types and widgets can be created by developers and some are available as extension modules on drupal.org.

CCK fields are automatically exposed to the Views module.

502 questions
0
votes
1 answer

How to create a webform node while creating a page content type node?

I have a situation where i have ti create a webform node when i will save my page type content is this possible ? Please help.
Shams
  • 65
  • 2
  • 11
0
votes
1 answer

Drupal CCK-Views like features in another CMS with MSSQL (SQL Server) support

I've been searching the CMS which could provide two most important features of Drupal (which is CCK and Views) and also support MSSQL (SQL Server, which my company runs its application). Can anyone provide some suggestions (web-based, open-source or…
Bonn
  • 53
  • 1
  • 13
0
votes
1 answer

change drupal 7 cck body title

how to change drupal 7 cck body title in form alter for eg: function mymodule_form_alter(&$form, $form_state, $form_id) { if($form_id == "mymodule_node_form"){ $form['title']['#title'] = t('Event Name'); } } i changed title of Title in this…
VinodC
  • 41
  • 4
-1
votes
2 answers

how to create cck field in drupal 6

I created a content type which name is product. the product should have one or more features. each feature has two parts: one is feature title, the other is feature description. So what I need is a "feature" field with unlimited number of values.…
Frank Lv
  • 303
  • 1
  • 3
  • 10
-1
votes
1 answer

problem with cck and cache

i'm use Content Construction Kit (CCK) 6.x-2.9 and views ,boost for query of cck field my problem is many time field cck disable and noting show in field in my frontpage website when clear chache in admin/builds/performance cck feild is apear…
reza
  • 133
  • 13
-1
votes
1 answer

Drupal 6: how to assign more than 1 imagecache to 1 cck field

I create few imagecache for featured slide img standard listing img details page thumb and original img I need to assign all these imagecaches to 1 image that member upload. so It will create all these images from 1 image upload, and I will use…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
-2
votes
1 answer

How to add field for Video uploading in drupal?

i am new to Drupal and using drupal 7,i have a content type.i added few fields in that,now i want to add another filed for video uploading. how to add this field?
1 2 3
33
34