Content Construction Kit (CCK)

Events happening in the community are now at Drupal community events on www.drupal.org.

For those who wish to discuss CCK development.

aaron's picture

Embedded Media Field Now Supports Custom External or Local Video URL's

The Embedded Media Field module now supports custom URL's, in addition to the third party providers currently supported, such as YouTube, Blip.TV, Revver, etc. This allows external videos hosted on another site, or in the local server's file directory, to be embedded in the field. It works in the same way, so that an editor simply pastes the link they wish embedded into the field's textfield, and the module will parse the URL and display it appropriately.

Read more
krem's picture

Trying to use cck

Hello,

I am very new to drupal and especially cck, sorry if my post isn't in the right place or the right kind (wanted to make a post but only found story).

I did install the module and created fields without problems. The big issue I have is that I can't see my fields on the website page properly, in edit mode for example, I can see a select list that I created but when I logout, the same select list isn't a list anymore, just a string.

Read more
mgifford's picture

Creating a Custom Thank You or Post Submit Page

I just want to set up a cck node so that it redirects to somewhere other than the node it just created. I want to redirect to a thank you page.

Looks like drupal_submit_form() would give you an opportunity to define this in the last field that is created. Just not sure how to introduce this element into a node type.

Any ideas would be appreciated. I don't think that there are any cck field types that presently allow for this. Add Node seems the closest - http://drupal.org/project/addnode

Mike

Read more
davegan's picture

Sorting by date published?

I'm creating a website for a magazine, who are going to publish some of their archive of content.

We're currently importing / entering much of it into drupal. However, we aren't publishing it right away.

What we're going to do is publish the content over time. However, this poses a bit of an issue, as in taxonomy lists the content won't be sorted by date published. Using Views, I could sort by date edited, but I don't want to push something to the top of lists for a simple typo correction.

Any ideas?

Read more
barako's picture

hide cck labels in input forms

Hi everybody,

I have a problem with the display of labels of cck fields.
I would like to not display them in input forms.
In fact, in a form, I have a lot of CCK fields and their names are complicated like xxx_xxx_xxx so for my users, in the input form, they'll see these labels to fill their fields which it's not very nice.

For the output, there's no problem because I can theme them.

But for the input form I don't know how to do this.

Read more
mlncn's picture

CCK Taxonomy Fields 5--1.1

Robert Douglass announced a new release of the CCK Taxonomy Fields module. The module allows sets of terms to be used as custom fields on content types.

This release fixes Views integration and guarantees that hierarchical taxonomy lists are represented correctly wherever they appear.

Douglass would like help with sorting views by CCK taxonomy and free tagging support.

Read more
moshe weitzman's picture

Drupal6 port

So, what are the challenges for porting CCK to Drupal6? Seems like it will be easier than the D5 port. What new possibilities are opened up for us by 6? What is gonna be harder? We have schema api, batches, $node->build_mode, fapi3, ...

Read more
markfoodyburton's picture

Refactoring CCK and connection with views

My idea started out being simple, I wanted a view in which some (but not all) of the fields were editable.

An increasingly large can of worms has opened up... see the post here:
http://drupal.org/node/155253

I'd really appreciate feedback... I would like to know that what I'm doing will be useful, so please comment!

This is now working, and a patch is attached. It is a patch against the DRUPAL-5 release of both cck and views, and is attached here.

There are two "issues" to track the CCK and Views part of this work:

http://drupal.org/node/156443 (for the views issues)

Read more

Community overview of CCK fields

This wiki page aims to list (and organize) possible and existing CCK fields.
Please don't hesitate to edit this wiki page and comment on it.

Ideas of new fields

  • percentage
  • money
  • length
  • mass
  • temperature
  • Latitude/Longitude

Already existing fields :

  • text
  • date
  • integer

  • workflow state

  • view insert
  • computed field
  • password

  • files hosted/embeded

  • video hosted/embeded
  • image hosted/embeded
  • audio hosted/embeded

  • geo position

  • IP number

  • email

  • phone number
Read more
aaron's picture

What should we rename Neighborhood CCK to? (See http://groups.drupal.org/node/4664 for discussion)

Embedded Media Field
44% (17 votes)
Embedded Social Media Field
10% (4 votes)
Media CCK
10% (4 votes)
Remote Media Field
26% (10 votes)
Remotely Embedded Media Field
8% (3 votes)
Social Media Field
0% (0 votes)
Other (Suggest name in comment)
3% (1 vote)
Total votes: 39
aaron's picture

Neighborhood CCK

The newly released Neighborhood CCK module will take the place of Video CCK, replacing that module and expanding it with Video Neighborhood, Image Neighborhood, and the upcoming Audio Neighborhood.

Read more
tema's picture

Module idea

Inspired by Taxonomy Fields module.

The most amazing thing of Taxonomy Fields is that "content types are not limited to the same range of fields anymore". If it's so why not to go further?

Read more
mimhakkuh's picture

Weblink-Field Title display problem

Hi everyone,
(this following issue might look trivial to some, but i dont get the idea) I run Drupal 5.1, the uptodate cck version and some field modules such as the Weblink-module. Theres 2 problems I'm having with this field.

1:
I named the Weblink-Field in Content Type Events 'URL'. Now, if i go to the submission form, It displays twice as you can see here: Screenshot.

Read more
mariuss's picture

problems saving/loading value of checkbox widget

I created a custom cck field that shows links to mapping sites. It can be used with content types that have a physical address. The widget is just a checkbox, that tells if mapping links should be shown or not for this particular node.

I am definitely doing something wrong because the value of this checkbox is not saved or loaded properly from the database.

I also asked for help on the main drupal forum:
http://drupal.org/node/150266

The module is See Map:
http://drupal.org/project/see_map

Read more
rconstantine's picture

Description of CCK integration in CORE...HELP!

Can someone that knows tell me about how CCK is integrated into core? What I mean is what files/functions/changes were added to core? For example, I see in the node folder a file called 'content_types.inc'. It is obviously for content type editing. Was this formerly part of CCK and is now part of core? Were changes made to node.module itself? Other modules?

Read more
rconstantine's picture

Hiding profile fields but exposing them on a per user basis - possible?

I will shortly be creating a 'handshake' module. The idea is that all user data (except username and possibly one or two other items as determined by the site admin) is hidden from all other users. Only the user whose data it is and the site's authorized user administrators can view it. Users will be able to initiate a 'handshake' where the first user indicates (probably via checkbox) which data fields s/he is willing to expose. The second user gets a list of data field titles that are checked (only those checked by user one show up).

Read more
jimsmith's picture

Exposing RSS feed links to CCK

I hate to double post, but I posted the following in the Drupal forum and got no responses. Perhaps this is a better place. Then again, maybe my post didn't make any sense. At that risk I'm posting here...

Moshe Weitzman's fantastic description of the New York Observer was a real eye-opener for me. In particular, his description of using a CCK node type to build home and channel pages got me to think about how I could use that method in a project I'm about to start.

Read more
marcp's picture

jQuery Interface Sortable Module

Just a quick pointer to the jQuery Interface Sortable module that we added last week. In 5.x, it depends on the excellent jQuery Update and jQuery Interface modules. In 6.x (or HEAD -- I'm still trying to figure out how I got that 6.x release node in there), it only requires jQuery Interface.

Read more
jockox3's picture

Wanted - something similar to fullname field

Can anyone give me some pointers to how to achieve the following:

I'm using CCK and nodeprofiles to let users give me some details of their families, careers, education achievements and leisure interests. I would like to have a "field" a little like the "fullname" field with multiple fields in it.

For example, on the education type, I want to let users fill in an arbitrary number of lines with "qualification, subject, grade, year". On the family form I want to have arbitrary numbers of "child firstname, year of birth, photo, description"

Read more
t.a. barnhart's picture

Contemplate teaser distorts page.tpl.php

i have a simple CCK content type: Title, 2 small text fields, a url with text & body. all the latest 5.1 components

a somewhat modified phptemplate theme; a "pagewrap" div is used to center the body in the browser window. this works fine.

if i take the code from Contemplate's body window & put it into "node.content_type.tpl.php" everything works fine -- except there is no "read more".

Read more
Subscribe with RSS Syndicate content

Content Construction Kit (CCK)

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: