Tagged Questions

Drupal 7 introduced the field API, which incorporate in Drupal 7 the code that in Drupal 6 was part of the third-party module, CCK (aka Content Construction Kit). The difference between the CCK module and the Drupal 7 field API is that fields can be added to any Drupal 7 entity, such as nodes, ...

learn more… | top users | synonyms

3
votes
2answers
865 views

Why can't I move a field into a fieldset in a Drupal form - fails to pick up current value

I have a node form in Drupal 7, in order to simplify it for the user I want to break it up into sections using the vertical tabs feature. Using hook_form_FORMID_alter() I can move the fields without ...
1
vote
0answers
23 views

Displaying custom fields in a forum

I have made some custom fields at config->account settings (manage fields) and I have put them in my registration form but I want some of them display at image I show below under the post count and ...
1
vote
1answer
77 views

In Drupal, is it not possible to have fields associated to entities that do not have bundles?

I have created an entity via custom module. This entity does not have any bundle and it gets created perfectly fine. entity_get_info says it is not necessary to have bundles. Next, I create a field ...
1
vote
1answer
90 views

Display Label given key for select list

Given the following select list for the "field_priority" field, how can I display the label, given the key (e.g. 0, 1, 3)? 0|Low 1|Medium 2|High 3|Urgent
1
vote
2answers
265 views

Add custom fields to drupal navigation menu without breaking the version

Is it possible to add custom fields to drupal navigation menu (besides title and description)? I want to keep the version without breaking it.
1
vote
2answers
104 views

Grouping fields together

In Drupal, is it possible to make use of multiple fields for a single option? For example, if a dropdown menu with a label of "What time do you wake up?" lets the user select a day of the week ...
1
vote
1answer
111 views

Drupal Video module add fields to each video

How can we add fields to each video in the Video module? I need to add a title and description to each video. I see there is a Description field for the thumbnail, maybe I can add a title to that? It ...
1
vote
2answers
215 views

Search 2 fields in a Drupal content type

I need a simple search form on my Drupal site but I can't figure out the best way to get it done. Basically I have a content type with a couple of different fields and I want my form to search in both ...
1
vote
1answer
234 views

Creating sub-nodes in Drupal from a single node form

I would like to have a special "sub-node" that could be attached to other Drupal nodes, that allows authors to include commentary (from the author, so this isn't a comment node) and sample text, to ...
1
vote
1answer
825 views

Drupal CC/Views - new fields not showing up in CCK

I am working with CCK/Views for the first time, and I am stuck on a detail... I have created a custom type called Outlet (as in Retail Outlet). I added 5 new fields to my new custom type. I created ...
1
vote
2answers
926 views

Content Taxonomy along with Conditional Fields

I'm still young at Drupal.So please correct me wherever needed. I have a requirement wherein I want my content type to have my own fields (achieved with CCK), then I want one of the fields to be a ...
1
vote
2answers
2k views

Drupal Views combine 2 columns into 1?

I've got two content types, both have a node title and a document attachment, the doc attachment fields are different names (being from two different content types). In my view, I'm displaying the ...
0
votes
0answers
20 views

Unable to increase image title field length in drupal?

I want the caption/title to be set > 300. However, I notice that even though the field is set to accept a maximum of 500. In the database the 'field_image_title' column is set to 128. Any thoughts? ...
0
votes
1answer
51 views

Combine 2 user profile fields to provide “Add More” to the whole field

I am trying to create a user profile field in drupal 7 that combines multiple fields and can have multiple values. For Example, the field is "Past Job Title" ,"From Year", "To Year" and the whole ...
0
votes
0answers
37 views

Changing image style does not work in views with migrated image fields

As part of migration I have image fields that have been migrated. I have views that use those image fields, but changing image styles cause nothing to happen! I can edit image styles and its working ...
0
votes
2answers
134 views

Custom field in Drupal 7 with multiple file fields

I'm making a custom "video" field that is supposed to accept several files (for different video formats) and a caption. So far the schema is fine, but I can't get it to upload and store the actual ...
0
votes
0answers
90 views

Combine two fields from two content type in Drupal Views

I'm trying join two fields from two content type. Example:- content type: type_a text field: text_field_a (unlimited) content type: type_b text field: text_field_b (unlimited) So, I've set the ...
0
votes
1answer
81 views

Creating a link field in a custom content type

I have several custom content types and in one specific one I need to offer two fields, one for the href for a link, and one for the text of a link this way I can build and style it with minimal user ...
0
votes
2answers
130 views

Drupal 7: View theming - Get specific field by it's number?

I'm trying to get a specific field number in my "views-view-fields--news.tpl.php". Right now it's like this : <?php foreach ($fields as $id => $field): ?> <?php print ...
0
votes
0answers
39 views

Passing custom arguments to Privatemsg

Using Drupal 7 and the module Privatemsg 7.2, I'm trying to add custom arguments which are passed to the Privatemsg from their content link. The link is constructed with the privatemsg function ...
0
votes
1answer
66 views

Access file URI in Views tpl

I have an image field and I would like to access the URI directly via PHP in views-view-fields.tpl.php I tried: echo $fields['field_foto']->raw; but it seems to show just the nid and I want the ...
0
votes
1answer
179 views

Drupal, copy values from a content to another content

I've created two content types with CCK: is a recipe with a multigroup field for ingredients; is a shopping list. the users can create many shopping lists. I would like to have a dropdown menu ...
0
votes
1answer
142 views

Drupal 6 - How to add 2 strings in CCK Computed field?

I have a CCK Text field called: field_fb_field_b I have a Computed field called: field_fb_link_computed In my computed field I have 2 variables called: $var1 ="some text"; $var2 ="some more text"; ...
0
votes
2answers
1k views

How to display and hide Drupal 7 fields, based on value of a specific field

What I am trying to do here is controlling how a group of fields are showing up on node view. I don't want to control them by user role, as this is going to be a node level permission and I don't want ...
0
votes
1answer
371 views

Reading node field values in drupal7 programmatically

I am looking for the best way to get a field value from a node id. My actually code works however I guess there is an easier way. $node = node_load( 1 ); $lang = $node->language; $field = 'body'; ...
0
votes
1answer
414 views

drupal : content type CCK - add an existing field disapeared?

I recently installed a drupal from scratch and I'm installing aditional modules according to my needs. The biggest problem I have is that if I go in admin/content/node-type/NODETYPENAME/fields ...
0
votes
1answer
483 views

Drupal Views - Custom Theme for a field

Two quick questions regarding custom theming of view fields in Drupal 6 - (a) I know that we can include a custom theme for a view field in a appropriately named template file but I notice that it ...
0
votes
1answer
261 views

drupal theming a view for Customfield: PHP code

I have a view called "contests_slider" with a block display. I'm hiding all fields and using a "Customfield: PHP code" field instead which calls a function called display_front_contests(). In that ...
-2
votes
0answers
12 views

Drupal 7 Field in Body [closed]

I need to put a field (field_names) inside of the body of the node. I read that you could do something like: <?php print render($content['field_names']); ?> The above code does not work for ...