Has anyone managed to install CCK on drupal 7?I am getting lots of errors. The rea开发者_开发技巧son that i want that is because CCK does not create 2 tables per field, it creates only one table per c
I\'ve installed the following module - http://drupal.org/project/og_reg_keys This module adds an additional field to your Organic Group Node types, to allow auser to specify a registration key for use
I\'m using Drupa开发者_运维百科l 6 and Views 2, along with CCK, Panels and Node Relationships. (so far)
I have a content type built by CCK in Drupal 6. If开发者_开发技巧 I export it, I get a php code. How can use this code in my module\'s hook_install, to have this content types imported when the module
I have a content type as a todo list element. It has some cck fields like deadline (in DateTime format) and assigned_user (a user reference field). I want to use function drupal_execute to create a su
I\'m using Drupal 6.x. This is my code on my node-product.tpl.php template. I\'ve created a custom jquery gallery for the products. It works great, but I\'m just missing tool tips from my images (both
I\'ve created a hook submit function for my Drupal node edit form. I\'d like to change the value of a CCK field (not in the form) for that specific node within the sumbit handler.
i am new to drupal theming. i want to do the following: i have a product content type that i am manipulating it\'s node-product.tpl.php,
I\'m trying to print CCK field in my node.tpl.php -file like this; print $node->field_name_here[0][\'view\'];
I have created a custom module and am using hook_block to programmatically create some blocks. My question is how can I access field values including CCK fields for the current node within my module