I have created a product review content type with some fields for categories and reviews. I have 2 auto fill fields one for categoriesand one field for product selection which is also auto fill.
For a project, I have a Drupal 6 site with custom contents. The first one is the content of type A, with textfields a1, a2, ...
I\'m always using views and more complicated things for Drupal but it seems that I don\'t know the basics.
Please answer asap is the last point in the book development part: p.338 / Drupal 7/ After install / activate CCK I do NOT see Node Reference, ...in form field creation? is needed enable the Node Refe
I wanted to associate a file to a node. so far so good. create a cck type file, and the problem was solved. but I can not do this, I do not want the user to choose the file. the file in question is al
I have some terms set fora node and a block that I want to grab the arguments from the page but the page is like so:
How can I get the 开发者_如何学运维field value of a custom content type. I have created a custom content type using the CCK module. Is there any function to get the array of the fields of a particular
I have following setup in Drupal 6: Node Content Type: uprofile Fields: field group: group_about with fields field_about_me, field_programinfo
I have created a module which implements a CCK field. When ad开发者_如何学运维ding the field to a content type, I have set the number of values to unlimited, and set the field to be required.
My Drupal 6 site uses 3 custom node types that are hierarchically organized: page, book, library. I want to use Solr to index and search the content.