Questions tagged [nodereference]

Use this tag for questions related to the field node reference; a field type that allows you to create links to related content when you are creating a node.

The field type that allows you to create links to related content when you are creating a node. This can be used to create a parent-child connection between content nodes; in this project we use it so the client can produce a set of articles on a single topic. This functionality could also be achieved using the book module as that also allows you to string together a set of related nodes, but as we don't need book module's capacity to build a deep hierarchy this is a more user-friendly way of achieving the desired result.

quoted from CodeEnigma.

Neo4jClient, Drupal, Node.js or Alfresco are tags that are usually accompany in the questions in StackOverflow.

20 questions
0
votes
1 answer

how to get the admin's home nodeRef in alfresco

I want to add a space in admins home with java in alfresco so i'm trying to use this code: serviceRegistry.getFileFolderService().create(adminhomeRef,"Some space name",ContentModel.TYPE_FOLDER); The problem is that i don't khow how to get the…
0
votes
2 answers

How to stop multiple records returned on reverse node reference Drupal 7

I am using the 'references' module and the 'views' module (D7). I have two custom content types - 'Universities' and 'Courses'. The Universities content type has a custom field (field_courses) which references university courses' nodes and can have…
0
votes
1 answer

search array of field values for one of them in drupal-6

So, I have got a node reference field, which can have multiple values and I'm attempting to compose a php code, which will check all values of that field for a certain value i want and print a text if it finds it. I want to do it in views php…
Yog
  • 139
  • 2
  • 8
0
votes
2 answers

Drupal Views / Node Reference get parents relation

Ok, sorry for that title, it´s hard to describe. My problem is the following: I have the Content Types "Product Category" (don´t using Taxonomy for this for several reasons) and "Product". Products are referenced to their Category using Node…
0
votes
1 answer

Drupal 7 node template & views

I have been building websites for a long time and I just started working with Drupal 7. To get a better layout on a content type (node) I use node template. I have a content type Event and a content type DJ. On an Event node I have a DJ linked to it…
1
2