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.

bluepresley's picture

cck form data validation

I'm not sure if I'm posting in the right place, but here goes.

I created a very simple CCK based node which is use to add web sites links to a database. there is the "name", the actual "web address", and "body" describing the link and site.

I want to make sure I can validate the "website address" field as a real website (ie www.example.com) instead of someone putting garbage in there.

Read more
moshe weitzman's picture

signup.module should support cck dates: groups.drupal.org help wanted

Now that groups.drupal.org is using date.module for its events, we really need someone to help signup module understand this date format. Please read this issue and consider writing the patch.

Read more
sime's picture

Bounty - poly field

I need a field module developed.

I'd like to define a field as being composed of multiple existing fields. Further, I want to make my new complex field "multiple". So each field instances inside the complex field are linked together persistently. I've exhausted my search, I don't think a solution exists.

A use-case is where you want to set up some micro-content, like an address form, and want this micro-content to be consistent across all nodes you use it in.

Read more
dwees's picture

Colorpicker CCK module

So I'm the developer of the colorpicker.module and I've finished some major changes to the core module which effect the colorpicker_cck.module. Unfortunately I'm not familiar with the CCK API, and I'm wondering if someone can help me update my sub-module.

Read more
drupalista's picture

master-detail howto???

Hi,
I am digging deeper every day, but find it hard to translate the drupal and cck world into concepts I know from database applications and their toolkits, so I would like to ask, if maybe anyone would like to explain, how to create a master-detail view in a form?

I am trying to connect users, locations and events (I am not the only one, as you can see in the event group) and I guess the nodeprofile package might be helpful with this, but I really would appreciate a short explanation if this can be done with CCK only...

Read more
aaron's picture

Embedded Media Import

Embedded Media Field now ships with Embedded Media Import, for importing photosets, playlists, and the like. If you install that module, admins will have the ability to import photosets from Flickr as individual nodes. Just make sure the 'Allow import' checkbox on the content type (which must have a field defined with Embedded Media Field) is checked, proper permissions are given to editors, and look at the settings on the new tab at /admin/content/emfield/import.

Read more
greggles's picture

Help for modules that interact with certain CCK field types

I've been thinking about some modules recently and about how to get the data they need. Looking at a general trend of "monolithic module" -> "individual CCK fields + helper modules + glue code" I'm curious how those "helper modules" can get the metadata they need to know how to interact with the CCK fields.

More specifically, we have the image module and then lots of helper modules image publisher which know how to interact the the image module because it's node type and data structures are set in stone.

Read more
yasheshb's picture

unique values for cck fields

hello.

while playing with cck (drupal 5.2 , cck 5.x-1.5) i realised that there's no way to configure a custom field
to hold unique values. one has to do it programmatically (i could be wrong.. since i've not searched a lot
on the sites). i found this relevant article http://drupal.org/node/100586 (and this one - http://drupal.org/node/89599)

will this feature of having a "unique" property of a custom field be implemented in future releases of cck ?

thx

yashesh bhatia

Read more
catch's picture

Redefine what's considered a core module

So Drupal 6 has been the first release cycle I've been involved with on any level, did a few reviews and submitted some very small patches, and followed a lot more as they went in or didn't. The overriding feeling I've got from it is that the division in core between api and cms-type modules is causing problems that are increasingly hard to deal with.

Read more
karens's picture

CCK session at DrupalCon

I finally was able to confirm I can get to Barcelona, so I set up a workshop/brainstorming session called 'CCK for 6.x and Beyond' at http://barcelona2007.drupalcon.org/node/619. Be sure to sign up if you're interested in helping shape the direction of CCK in the future :)

Read more
karens's picture

CCK Widgets are FAPIized in 6.x

The 6.x port will make some significant changes to the widget API, so it would be good for CCK module authors to take a look at the changes and let us know if they need to propose any adjustments. I have been trying to look at some of the most widely used CCK widgets to see how they will be affected and am pretty sure that the new methods will be flexible enough to handle their needs, but it would be good to have other eyes looking at this, so here is a summary of what is changing:

Read more
Aludev's picture

The problem of image file and image by link

hello,

This summer, I'm working with a development team on a Website built with Drupal. My project is about the integration of Web Service such as Amazon, Yahoo...

The Website mainly aims at allowing users to create rich comments on books, musics, movies...
Our forms are built with CCK. At first, we have used the Image field Module. This module allows users to upload image from their computers. With that, we can display on every comment, a picture, and this picture is also being used in views and gallery.

Read more
drewpuhl's picture

CCK and Taxonomy

yched's picture

Critical bug in CCK - help from field module developpers needed

A critical bug has been discovered in CCK field data storage, which can result in possible data loss under some (rare) circumstances.

Only a very limited number of field types are potentially affected, we need the help of contrib CCK fields developpers to help us list exactly which ones, so that we can extensively test the patch before committing it.

See http://drupal.org/node/168204 for more info.

Thanks all :-)

Read more
bonobo's picture

DrupalEd 5.2-1

Get release 5.2-1 here.

From the upgrade notes included in the release:

This upgrade is in response to the CCK security announcement.

While this security upgrade only affects a specific use of CCK that is not present in the DrupalEd configuration, anyone running DrupalEd is strongly advised to upgrade. A healthy dose of paranoia regarding security concerns can save you hours of time/emotional distress.

Read more
yched's picture

Important : CCK 1.6 security release

The CCK 1.6 releases for the 4.7 and 5 branches fix two XSS (Cross Site Scripting) vulnerabilities in nodereference.module.
All sites using CCK / nodereference.module should consider upgrading to this release as soon as possible.
Security announcement: DRUPAL-SA-2007-019

The release also fixes some (less critical) bugs. Main new feature is the additional 'full node / teaser' formatters for nodereference.
See release notes for more info.

Read more
WuffWuff's picture

One to many join & node reference problem

I'm new to CCK and have come across a problem when tryting to create a simple one to many relationship between 2 nodes.

I am able to create the nodes, one node is called company and the other programs. One company will have many programs. I have used the views module and can get some data out but it seems that something is going wrong in the table used to join the nodes together.

Read more
toursheet's picture

CCK Date Field

Were working with Flex 2, services, and AMFPHP - and thought I'd share a CCK issue we've run into with trying to update a CCK date field using the node.save for the event node. The original post can be found at the link below with the node.load info so you can see the overall structure of our event node stdClass Object.

http://groups.drupal.org/node/5365

Read more
wmostrey's picture

"Multiple values" > more fields upon Preview

I currently have a widget that provides a textfield and that supports multiple values: when a user submits his node and edits it again, 3 extra text fields are presented. I based hook_widget on nodereference for this.

What I'm trying to accomplish now is to provide the extra fields after a user hits the Preview button, instead of having to Save and Edit. As far as I see the issue is that on $op == "form" the $items variable is empty or doesn't update with the new values unless you submit the form; it doesn't update on Preview. How is this normally handled? Is this possible?

Read more
rdrew@drupal.org-gdo's picture

How do I allow users to access only their cck-created content page.

I have created a 'new content type' using cck and have given an authenticated user permission to create new content (fill out a form) using this new content type. So far so good. Say that each user creates 1 or 2 instances of this new content type, how do I allow them to go back and edit only the ones that they created? I am just getting used to the terminology and I hope my question makes sense.
Any ideas?

Rob Drew

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: