cck Questions

10

Solved

I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific to this view. Is there any tutorial or information on this? What are the files I need to modi...
Sexagesima asked 16/9, 2008 at 22:2

6

Solved

Using the autocomplete field for a cck nodereference always displays the node id as a cryptic bracketed extension: Page Title [nid:23] I understand that this ensures that selections are unique i...
Pontefract asked 4/10, 2009 at 5:56

3

I'm building a site where products are hold in a content type created with CCK. Products can be associated with multiple taxonomy vocabularities. Now I need an advanced product search which user co...
Gnat asked 26/5, 2009 at 7:59

3

Solved

To get a list of a content type's cck fields, I was hoping to use: drupal_get_schema('content_type_mycontenttype'); but that leaves out fields with multiple values. Is there a simple call to us...
Malaria asked 7/6, 2010 at 18:35

1

Solved

I'm trying to simulate a user click on a Google Map, using API v3, after I geolocate their position when they write down their address. I used to do: google.maps.event.trigger(map, 'click', { la...
Zilvia asked 14/9, 2012 at 12:7

5

Solved

I'm trying to create a node (B type) & assign it to a A type node's CCK nodereference field using node_save() method. $node_type_A = node_load($some_nid); $node_type_A->field_type_B_node_r...
Crackleware asked 27/4, 2010 at 17:42

1

Solved

I need to develop a site on Drupal 7. I have some content types with File fields in CCK. And access to nodes of these types should be granted only to specific Drupal user role. And at any moment si...
Scholl asked 24/3, 2012 at 7:23

5

Solved

When you create a new content type in Drupal using the Content Creation Kit, you automatically get Title and Body fields in the generated form. Is there a way to remove them?
Aviles asked 18/9, 2008 at 3:9

3

Solved

CCK for Drupal has the handy feature of allowing a single CCK field to accept multiple values via a "add another item" button that results in an array of data in the node. I'm wondering if there's...
Buckler asked 2/12, 2009 at 23:12

2

This is the same question of this link: Removing [nid:n] in nodereference autocomplete According with the first answer (Grayside) I've created my own module and activated. Then I create a new con...
Holmun asked 30/4, 2010 at 10:47

4

I have one content type Restaurant. For each restaurant, I would like to record their menu. The sample data would look like this: Beverages Coke                         $4.99 Mineral Water        ...
Radiotelegram asked 2/12, 2009 at 20:26

3

Solved

The Content Construction Kit (CCK) is one of the most useful Drupal modules. It allows you to easily add custom fields to a content type. However, these new fields are created through Drupal itsel...
Nero asked 6/10, 2009 at 21:15
1

© 2022 - 2024 — McMap. All rights reserved.