Topics related to the node reference part of the Drupal 7 References module, the Node Reference Drupal 6 CCK module, or simply related to referencing a node.

learn more… | top users | synonyms

0
votes
1answer
18 views

show results for a view with certain node reference

I have created two content types a home and a subdivision. I have added a subdivision reference field in the home content type. What i want to have is in each subdivision page, show a teaser of the ...
1
vote
2answers
25 views

Similar modules with Inline Entity form

I am interested in modules similar with Inline Entity form,so as to create and reference nodes during the node creation. There are some modules in a list but I cannot find them now. Does anyone know ...
0
votes
0answers
18 views

Reference overloading in module cnr

I am having two content-types: 1. article 2. Collection Where multiple articles can be grouped in a collection i.e. collection = n x articles. Now problem is that when i edit collection and add an ...
1
vote
0answers
33 views

How to add custom text with node reference autocomple value?

i stucked in a very serious problem, i want to add my custom text with node reference target value, i already spent three days to figure out whats wrong, so finally after spending my 3 days on it to ...
1
vote
1answer
12 views

How to add a custom widget to a node creation form Drupal 6

This may be a dumb question, but nothing I could find really told me what I was looking for. Without furthur ado: I need to add a custom widget that will edit node reference fields on CCK content ...
0
votes
1answer
20 views

Node form with fields loaded from another node or other entity

I am stuck on this problem, I was making a 'field' to be available on many content types, but this field has itself many fields, so i decided making an entity to have those fields seperate. I choose ...
0
votes
1answer
43 views

open node reference links in lightbox/ popup

I want in my node view pages, node reference links open in popup window or lightbox window. Does anyone have a solution?
0
votes
2answers
84 views

Entity Reference and nested arguments in Views

My site has 3 nodes: Program, which is a list of Course nodes. Course, which contains basic information about a course you can take Course Date, a specific instance of a Course. Each Course Date ...
0
votes
0answers
30 views

D7: Node references of a node reference in views

in my Drupal installation there are different content types connected by a node_reference field. For example there are Publications and Authors. For complicated reasons they are connected by the same ...
0
votes
1answer
24 views

How to use nodereference_select in custom form (set default value) D6

I am building a custom form using the Form API. I want to show a nodereference_select in my form. However I have some difficulties setting the default value and the list of values. //Create array of ...
0
votes
1answer
11 views

view to list already added referenced nodes to all content types by user

I have a content type of DELIVERY, and another content type of BOOK. Now each user has 3 DELIVERY content types that they are the author of. What i do is then edit a users DELIVERY content and add a ...
1
vote
2answers
40 views

Field Collection : Query to get the node id by sending a value of a field collection field value

I am having a field collection in a content type called 'client'. There are, Client name Email Mobile Address 1 Address 2 Address 3 etc.. as fields. That's it in the client content type. I am ...
0
votes
1answer
49 views

Complex Drupal setup using Views, Entity/Node Reference and custom content type

OK, here is my setup, i will then explain what im trying to achieve: I have a content type of DELIVERY another content type of BOOK and another content type of FEEDBACK Now, any given user can have ...
0
votes
1answer
38 views

Sort a View by whether content has a user reference

I have a view that lists all users that have flagged a piece of content (using the Flag module). Also, for that content, I have certain user references attached (using the References module). So: ...
3
votes
1answer
41 views

Node relations (one content type)

Question: I have a content type "VIDEOS" and have added 20 videos - 1 through 20. I want to achieve a functionality like if you are watching video x, the next 3 videos are showing in the sidebar, ...
0
votes
0answers
29 views

Fill the values from profile type to node add form fields

function doforms_form_alter(&$form, $form_state, $form_id) { if ($form_id == 'company_node_form') { global $user; if ($user->uid){ // check if logged if ...
1
vote
2answers
22 views

how to refer to data of referenced node

In drupal 6, I have an event node type and an event_attend node type. The event_attend node type has a nodereference to event. In hook_form_alter for the event_attend node type, i added a validation ...
-1
votes
1answer
73 views

Problem with Relation between nodes

I have a problem. I created three types Content: Course, Discipline, Student. I use 3 modules: Node Reference, Views and Eva I added a discipline, Discipline1, on a course that I called course1, and ...
0
votes
0answers
32 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
32 views

drupal how to automatically add profile type filed name in node type text field on node load

In drupal me having content type called directory. there i have one field call company name. same way in company profile type me having one field called company name. so here while add new directory ...
0
votes
0answers
23 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 ...
0
votes
1answer
35 views

Building the sidebar content on each node

Im going to build a version content heavy site that will contain over 100 of pages. All pages are created in a "Two column layout" the main column contains the Title and body text of the node. And ...
0
votes
1answer
132 views

Reference to parent node on entity form type

I have a "Request more info" Entity Forms Type form that is accessed from basically every content type in the website, with a Menu Tab link created via Views. I attempted at adding both a ...
0
votes
0answers
35 views

Synchronize translated node references

I have the i18n module enabled and within the site I'm currently working on we use node references a lot. When I synchronize the field reference, which is of type node reference, it's always ...
0
votes
2answers
41 views

How to migrate one node into two nodes

I have a D6 installation with a very large content type (i.e. a lot of fields) called field_data. I need to migrate the field_data nodes out of D6 and into a new D7 instance. This D7 instance has two ...
0
votes
1answer
64 views

drupal 7 hidden views blocks when node references value is empty

I created Expert and Review content types, both have a node reference field related each other. Expert - title - field_expert_reviews(node reference) Review - title - ...
0
votes
1answer
22 views

Content type that calls in 5 nodes

I have 3 content types First is contest Second is contest_applicants Third is contest_results People will submit contest_applicants for a contest (with references modules i assume) When making the ...
3
votes
0answers
68 views

References lost when a content type is renamed

Actually I work in a project developed using drupal 7. Drupal is totally new for me and sometimes something happens that leaves me stunned… Today I have discovered something terrifying: when a content ...
0
votes
2answers
58 views

Print selected fields from a referenced node

Using entity reference, i have been able to link a node of type blog to another node of my custom content type, "challenge", by creating a field under blog of type entity reference. Great. Now, when ...
-1
votes
2answers
42 views

Nodes they have reference to the nodes of current user [closed]

I use node reference and want to display with views to the user only the nodes they have reference to its nodes : A*<----B ^----C E**<-----D *: node created by the current user. **: node ...
0
votes
1answer
35 views

D6 Is it possible to set node reference field and use this value in another field on the same node/add form?

I have two node reference fields in a Content Type. Driver Manager Each driver belongs to a certain organisational unit. Every organisational unit has a set of managers. I need the organisational ...
0
votes
2answers
86 views

Commerce line item views with fields from content node

I have some fields on content node (not on product variation) like images, brand, and others that i want to show up in cart/order views on edit view in advance>relationship, you can add product ...
0
votes
0answers
43 views

CCK Field reference in Drupal 6

In a Drupal 6, how to pick up a field from a content type to add to another content type? I already use node reference, but this imports all the node referred to. It doesn't allow me to choose the ...
0
votes
1answer
31 views

Commerce editing content for products

i have a project that is based on a normal drupal, and i have added commerce modules to it, but i can't find the module or setting that changes the way of editing the product from: to: can ...
0
votes
1answer
90 views

Node reference field display

I have a content type with several fields, some of them are node reference fields displaying multiple values. I've configured the display of one node reference field like teaser showing two fields ...
2
votes
1answer
96 views

Database query to check if current user has created a node reference?

I have a content type B with a node reference field (from url) pointing to content type A. When current user is at "node/add/typeB/nid_of_type A" page then how can i check the database if he has ...
0
votes
3answers
248 views

Limit node reference to 1 per user & per referenced node, Drupal 7

I am trying to limit the creation of a node reference to 1 per user and per referenced node. More specifically: I have a content type named Debate and another one called Vote. Vote has a node ...
2
votes
2answers
61 views

How to select nodes of a certain type, created by a certain user and which have reference field to a node equal a certain nid?

function mymodule_get_nodes_by_user_referencing_nid($type, $userid, $referncenid) { return node_load_multiple(array(), array('type' => $type, 'uid' => $userid, ??? => ???)); } I need a ...
2
votes
1answer
55 views

Code Adding Additional Node Reference to Existing Node

I have 2 content types: video and product. Each product contains a node reference to a video, and products can be linked to multiple videos. I'm writing a custom module to add in lists of these ...
0
votes
1answer
70 views

Create a view block that shows list of nodes that references same node as current node

I have two content types. "Article" and "Collection". Any article can be placed into collection. Also when you create collection, you can select articles to be placed into collection. So I have ...
0
votes
2answers
36 views

Is it possible to reference a field to a node, and also to a user?

My question: Is it possible to reference a field to a node, and also to a user? I want to keep track of scores scored by users while playing a boardgame. So, I'll need a reference between nodes ...
0
votes
0answers
38 views

Is there a reference by url widget type for term reference field as we have it for node reference field?

i.e Is there a module for term reference as we have "Node reference url widget" module for node reference field .. So that I can auto-populates a term reference field with a value from the URL. ...
0
votes
1answer
81 views

Node Reference input with HTML preview

I am trying to show a multiple node reference input control that shows the title and an image of each node. I have achieved it using Autocomplete Deluxe but it allows users to create new objects in ...
1
vote
1answer
145 views

In drupal 7 how to add a link to a node which creates another node related to the previous being visible only if a user has not yet done so?

I have a node #1 of content type A. If the user equals a certain role AND has not yet done the following, show a link within node#1 saying "create node of type B". If the user clicks this link, he ...
0
votes
0answers
122 views

Events and calendar question in drupal 7

I think that some help is really necessary as I have a serious problem with drupal 7. This is the scenario: I want to make a calendar view that will show when music teachers are available, so that ...
0
votes
0answers
63 views

Display referenced content in ApacheSolr search

How can I display referenced content in apache solr search result? The referencing content shall be available in search result as soon as it is created, but only the referenced node shall be displayed ...
1
vote
2answers
61 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
28 views

Create a view that excludes nodes that are referenced to other nodes

I have two contents type: - accommodations - assign The content type "assign" has a node reference to "accomodations". I've to exclude, when I'm creating a "assign". node, ALL accomodations that ...
1
vote
1answer
149 views

referencing/linking to an entityform and passing nid/other field information through the URL

Thanks in advance for any help with this - I feel a bit like I'm down a rabbit hole. I know there must be several ways to do this, but I'm running into some obstacles. I'm trying to set up an event ...
0
votes
1answer
108 views

Attach user created content (in this case a gallery view) to a Profile 2, per user

I created Galleries following this tutorial here: http://www.dailymotion.com/video/xnqe4c_creating-a-drupal-7-image-gallery-using-content-types-nodes_tech?start=0#.UOS4IRwujTN I managed to do it ...

1 2 3 4 5 6