cck fields

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

Field Relation Between Content Types and Some Questions

Hi i am working on a social media site about movies and got a few questions.

I have two content types named "Movies" and "Actors" (have picture and name fields).

In Movies i have a field collection has two fields; name and character. This name field is a node referance to Actors content type. And for movie page i create a view block for cast list.

In this way i can link actors and movies..
What i want is actors pictures. When a actor name add this list automaticaly add her/his picture too.. How can i do this, probably it has a simple solution but i stuct this..

Thanks all..

Read more
gomanual's picture

Rules based on multivalue cck fields

My goal is to give users the option of sending out notifications to other users of specified roles when they create a certain type of node. My current (not working) approach was to create a CCK text field configured to show check boxes (there are four options) on the node creation page, then use rules to catch the check boxes and send emails.

The CCK text field is called 'field_notify', with allowed values of 'group 1', 'group 2', 'group 3', and 'group 4'.

Rule set up:
ON After Saving New Content
IF Created content is Member Post

Read more
drecute's picture

Making CCK field values available as a condition to User is created event

Hello, I have 3 content profiles setup. One is for consumer registration, the second is a marketer registration and the third is a generic profile node type for custom fields. I setup a content profile role reference field to be available on user registration. I will like to perform some rules whereby when the user submits the registration form, he is redirected to another content profile form based on his field selection. So, I created a rule to be triggered when a user is created. I added a condition of if user has anonymous or authenticated role.

Read more
scb's picture

What's the point of shared fields, anyway?

I've been reading many posts about cck's shared fields and performance, and they all agree in one thing: Do not use shared fields unless strictly necessary. The fact is i have never found the need for them, and I've been working with CCK for some years now...

Read more
sumitk's picture

CCK Fields Data in Titanium javascript

This is from Gregg's email .... I am moving here so it could be helpful for everyone

When I want to post info from a CCK text field called "field_origin" the services output looks like this

[field_origin] => Array
                 (
                     [0] => Array
                         (
                             [value] => Edmonton, Alberta, Canada
                         )

                 )

And when I use this Titanium code I get the full output of the array including brackets and the [value] text


var label2 = Ti.UI.createLabel({

Read more
azash's picture

Lägga till en Node i CCK-field

Hej!
Har behov av att kunna hämta en nod och vissa den inbäddad i en annan nod.

Jag har sökt och försökt hitta någon modul till CCK som ska kunna göra det men det närmaste jag kom var Node in CCK. Problemet där var att den modulen enbart tillät mig att koppla en Nod för den specifika Innehållstypen. Jag vill kunna välja vilken inbäddad Nod som ska visas i samband med att jag lägger upp en ny post.

Helst skulle jag vilja ha ett fält i CCK där jag enbart skriver id-numret på Noden som ska bäddas in.

Read more
j4's picture

Thought for food?

I am not a drupal expert. About a year old, but I offer SEO along with the site to my clients which makes me write the article here. If we need to tweak Drupal to make a site as per the clients design, we end up using a lot of very useful add-on modules like the Sidecontent, Content Template, CCK, Views, Taxonomy list etc. End result, a beautiful CMS that the client can manage herself, but from teh SEO angle a horror..
1. Alinks will not work anywhere but in the [body].

Read more
Macronomicus's picture

contemplate with custom tabs

I have been trying to work something out for the past few days thats really starting to kill me! It should be so simple, but im stuck. I have a functioning body template (cck + contemplate) for one of my content types, which works great. I have coded in a set of tabs which show a field or group as a tab, this works great; however for one of my tabs I require a more css stylized layout with a multiplicity of fields. I've been banging my head trying to figure the best way to accomplish this.

Read more
Subscribe with RSS Syndicate content