In Drupal 6, I have created a simple Pricing CCK compound field module with a \"cost\" and a \"product\" sub-field based on this excellent tutorial: http://www.poplarware.com/articles/cck_field_module
I\'m using CCK FileField (and CCK VideoField) in my content-type. I get \'Acce开发者_如何学编程ss violation\' error message (after several minutes uploading) when I upload big videos (let\'s say.. 18
I have a content type meeting that has a CCK node referer field that refers to one or more people nodes. Those people nodes contain a CCK Email field.
All day tried to compute fields from child nodes assigned using NAT-ng. My logic doesn\'t seem to go so far. As far as I know I need to get content by using nid which is asigned to nat id by getting i
The simple versoin of my question: I need a CCK Node reference field to search on two different fields in a node. What\'s the best way to do this?
I\'ve made a field using Custom Formatters (Drupal, CCK). Now I got this PHP code to export /** * Implements hook_theme().
I\'m working on a drupal module, and one thing that it needs to do is modify the display of cck file fields automatically (using template files is not an option).For example, this array:
I\'m new to CCK development and I\'m having some problems creating a new field for my system. In particular, I\'m writing a widget that attaches a file to a field.Once that happens, how can a formatt
I have a node type (reviews) that uses CCK to refer to another kind of node (either books or videos)开发者_如何学C. Is there a way for me to use Views so that I can show only Reviews of Books or only
Is it possible to use CCK to add a conditional to the image attach module form where unless I have selected an image to use for a content node, certain fields are not visible?