Tagged Questions
0
votes
2answers
458 views
Node Reference Views - Use created/edited node fields as contextual filters
Greetings fellow Drupalers,
How can I use a node's fields to limit/filter the same node's node reference field?
For instance, how could one use a date field to filter the view feeding the node ...
2
votes
5answers
2k views
How do I change the machine name of a field once it's been created
I spaced out while typing the field name an now the machine name is not what I wanted it to be. I know it's just an annoyance. but I'm wondering if there is some way to alter the machine name of a ...
0
votes
2answers
141 views
How to map ubercart attributes to CCK fields?
The reason I am trying to map ubercart attributes to CCK fields because I can then use these CCK fields to display price list using views for many use cases.
Is there any fields references module ...
0
votes
0answers
33 views
Language UND errors
I'm trying to get a image URI through a reference node.
$node->field_image['und'][0]['value']
When I am logged in this all works fine; however, as soon as I log out, the images no longer work. ...
0
votes
0answers
27 views
Populate field based on another filed from different custom content type
creating a site with a specialty clinic calendar. I created a content type "Specialty Doctor Profile" which has a title field, photo field, specialty area field (which I am sorting by in a view on the ...
1
vote
2answers
69 views
How one can get a field auto loaded with node title by passing nid
How one can get a field auto loaded with node title by passing nid. I mean instead of getting the selectllist of all available title i want it to be auto loaded with corresponding node title.
NOTE: ...
0
votes
0answers
93 views
Grouping a node's field checkboxes, populated by views
I've created a content-type product which I created a field in named kleuren (dutch for colors) and this field is an node_reference field. This field is populated by a view and has a widget type Check ...
0
votes
0answers
32 views
Field that is a node reference or a textarea
I was wondering if anyone has ever run into the situation of giving the user the ability to either add text to a single field or give them the option to also select from a node reference list too ...
2
votes
1answer
106 views
Attach a node to a menu link OR attach custom fields to menu links?
My client would like to add content to the top-level links in the main menu, in order to have "Featured" content that is displayed in the drop-down menu. They must be able to choose which piece of ...
2
votes
1answer
169 views
Reference Based on Two Fields of a Content Type
I have two content types account and device. device has a reference field named reference_account_number and it's referencing account_number in account, but the unique key for account is a composite ...
0
votes
0answers
86 views
Filter User/node Reference Drupal 7
I have a list of node reference fields called "Student". In the student content type, I have a field called "Course". Now I want to create a field of type node reference, which can load all students ...
1
vote
2answers
96 views
Field with content entries from a content type
I want to add a field (List text) to a content type, using as values the entries of another content type.
Should I use the References module?
2
votes
0answers
637 views
Using Entity reference + Views to create members select list
How do i use VIEWS + ENTITY REFERENCE to get list of active members specific to the CURRENT GROUP [created via organic groups].
I have created a view that list active members belonging to the group.
...
1
vote
1answer
156 views
How to relate a complex field to another node
I'm building a hobby site that is going to be used to record results (golf). A round of golf will have any number of players, selectable from a known list of players.
I would like to be able to ...
0
votes
1answer
569 views
How to make a node reference field that can also behave as a text field if no reference exists
I'm looking for a flexibly way to allow a user to input a a field, but also to have that field be a node node reference if the the node reference already exists. In other words, lets say I have a ...