cck
Drupal: Showing nodes related to a profile when a cck field of those nodes have the profile nodeid of that user
I need to show all nodes of a specific nodetype, related to the profile node of each user, inside a certain page.[详细]
2023-04-13 05:47 分类:问答Drupal 6 to Drupal 7 migration form API php code snippet
I\'m trying to figure out what is wrong with this bit of Drupal 6 php code i\'m trying to get working in Drupal 7:[详细]
2023-04-12 13:47 分类:问答how to get node reference table cck field in drupal view
I\'ve 2 content type First content type name is content_type_sales and second content type name is content_type_product.[详细]
2023-04-11 15:34 分类:问答Drupal CCK checkbox edit in views
I\'m running D6.22 with Views 2.12.I use Views to create a \"search / manage content\" page for my site editors.[详细]
2023-04-10 15:21 分类:问答Adding the same existing field twice(more than once) within same content type
I want to reuse the same existing field more than once within the same content type. Assume that ContentType1 has a field Phone-Number.[详细]
2023-04-09 19:42 分类:问答How to incorporate a CCK form and view into a single page in Drupal
Using Drupal 6. I\'ve created a new node type with CCK, which has one form field, in text, limited to 120 characters. The title is hidden by the node_autotitles module, and the body is removed by rem[详细]
2023-03-31 04:27 分类:问答Drupal7 : content type with many fields
what\'s the best way in Drupal 7 to handle many fields (> 40). I\'ve to handle hostels content-type. D7 creates as many mysql tables as fields count, so I fear for the performances, but maybe it\'s no[详细]
2023-03-29 00:28 分类:问答Custom Contact Form on a Drupal CCK Node
What would be the best way to construct a contact form in Drupal 6 for each node of a particular type? I have some CCK nodes of type \"profile\" which have email address as a field. I want to have a v[详细]
2023-03-28 23:36 分类:问答Drupal 7: Is it possible to print a cck field in the html.tpl file?
I a开发者_运维技巧m looking to use a cck field as the page title. The $pagetitle variable is found in the html.tpl.php file. But it does not look as if I can access any nodes.[详细]
2023-03-24 21:55 分类:问答Drupal & PHP/MySQL : How to compare fields with current user's field?
I\'ve an issue, which is about php syntax/mysql in drupal: Let\'s say that userA has created a co开发者_运维技巧ntent type called \"test\" where he filled the field field_example with value \"xxx\".[详细]
2023-03-22 14:13 分类:问答