CCK

Events happening in the community are now at Drupal community events on www.drupal.org.
Phlipster's picture

Wie zähle ich meine User im Hinblick auf Profildaten?

Hallo, liebe Gemeinschaft,

Read more
Ambrose's picture

"Drupal Calendar Display Engine (DCDE)": Something like the idea of Themes but just for Calendars plus other features.

NOTE: This idea is strictly about displaying calendar data, not managing or storing such data.

Create a comprehensive calendar display module with the following features:

  1. Allow for multiple calendar feeds of different types to create a merged calendar display output.

    a. auto sort and arrange multiple events within each day-cell. Include features to deal with conflicts in multiple calendar feeds. Include features to deal with event displays overflowing a given day-cell.

Read more
john.arroyo's picture

turning on unfiltered html posts for drupal bloggers

I'm using CCK (Acquia Drupal) and usually post as admin and haven't noticed this issue, but other members who are contributing blog posts (and other content via cck fields) aren't given the option to change from filtered html to unfiltered html. Basically I need to be able to allow my contributors the ability to add embed video tags, etc.

Also related to this, can you default a cck field to be only unfiltered html. I'd like to add a field on another node type that is always unfiltered html.

Read more
kwinters's picture

Unifying D6 Asset Management and Looking Forward to D7

I am immensely interested in getting a rock-solid asset management system in place for Drupal 6, and my company is willing to pay for the work involved (my time spent). The purpose of this discussion is to 1) make sure that my assessment of the situation is accurate / common and 2) to make sure that whatever I come up with will be relatively forward-compatible with D7.

Read more
tiago.gmarques's picture

How to allow the edition of only certain fields of a node by links next to those fields?

Hello!

The problem is the following. I have a node with many fields and that node is supposed to be a wiki content. I am afraid that the number of fields might frighten some users while creating a new node or editing one. Many times users just want to edit a particular field and therefore showing the complete node edit page may be a bit overwhelming.

What I wanted was the following:
- on node create page, I just wanted the node-title to be inserted (and possibly one or two more fields);

Read more
dorien's picture

Book Launch. Drupal 6: Ultimate Community Site Guide

UPDATE

The book has been updated to the latest modules and is also available as a paperback book on Amazon. The ebook has also been updated and is still available here.

--
I thought you might be interested in the new ebook that has been published:

Drupal 6: Ultimate Community Site Guide.
With notes for Drupal 5
Now everyone can set up a community.

ISBN 978-2-8399-0490-2

Read more
pvhee's picture

Implementing hook_field outside cck field modules

I would like to implement extra functionality on specific CCK fields operations. For example, I have a link CCK field in some content type. When a value, eg a website link, is entered in that field, I automatically want to set up a feed using that link. To do this, I am now altering the entire node form using hook_nodeapi(), filtering out the correct content type and then reading the field value. I thought it would be nicer to hook up my custom action (creating the feed from the link) directly to the CCK field.

Read more
boris mann's picture

Add more CCK text fields without save / re-edit in Drupal 5

Drupal 6 has this natively -- an "Add more" button that adds additional fields. In Drupal 5, you have to save the node, then edit it, and only then do you have three more text fields to input.

I'm looking for a module or a form_alter snippet or whatever that can do something similar in Drupal 5. Anyone got pointers?

Read more
KingMoore's picture

Fetching CCK nodes spanning multiple Content Types

CCK: 6.x-2.1
Drupal: 6.8

I am working on a module that needs to fetch sets of nodes based on various criteria (I don't think the criteria isn overly important for this discussion). The content nodes may span all content types installed on the site. I need to fetch a list of all the nodes matching my requirements and all of their fields/content.

I need this basic functionality:

$result = db_query('SELECT * FROM {node} WHERE #my conditions are met#');
while($row = db_fetch_object($result)){
 
  $node = node_load($row->nid);

  ... do stuff ...

}
Read more
vikom's picture

multi image cck fält

Hej,
Jag har letat väldigt mycket för att hitta en bra lösning på det jag vill göra, har hittat mycket som är i närheten men inte precis det jag söker.
Jag kör Drupal 6
Egentligen är det ganska enkelt:

Read more
Subscribe with RSS Syndicate content