The Entity reference module provides a field type that can reference arbitrary Drupal 7 entities.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to use WYSIWYG editor with structured content in Drupal 7?

I am wandering what would be the best strategy to combine a WYSIWYG editor and structured content. I want the user to be able to add the following in the body field with a WYSIWYG editor: Images ...
2
votes
0answers
18 views

How do I access an Entity Reference's field values?

I have 2 content types. BaseContent: Field1: Title Field2: ID# RelatedContent: Field1: [Entity reference to a BaseContent] Field2: **[Automatically insert the value of the referenced BaseContent ...
0
votes
0answers
28 views

Entity Reference Module > Undefined & Non-Object Crashes

Preface I have a fresh site install of Drupal. I'm fairly new to Drupal, but I feel rather confident with anything but module hacking right now. I've just finished about a month+ of editing and ...
0
votes
0answers
8 views

entity reference fields automatically setting the values

I am using entity reference for a particular use case. On my site, there's a flag "Complete Task" on nodes of type "Task". The users on clicking this flag are taken to the create content page. Now in ...
0
votes
0answers
18 views

Field Collection - Add specific field from an entity reference to reference specific field from Views

I have a content type (Artwork) with fields (field_image, field_foo, field_bar). I have another content type in which I have a field collection (entity reference to Artwork, field_caption, ...
0
votes
1answer
13 views

Translated node does not use translated entity reference, how to fix this?

So I have 2 translatable content types: event and artist. I've also created an English artist and his French translation. I now create an English event and link my English artist to it through Entity ...
0
votes
0answers
13 views

How to display Entity Reference links

I have a content type "invoice" and a separate content type "invoice items" with an entity_reference to "invoice" When I view the Invoice node, how can I list the links to the invoice items below ...
3
votes
2answers
154 views

Find and display most recent referencing entities

I have 2 different node types. The first one describes a factory and the second one describes a measurement of the water inside the factory. The measurement content type has an Entity Reference field ...
0
votes
0answers
13 views

Get list of all entities that have a reference (via organic groups) to another entity (different bundles)

I have a "Date" entity and an "Event" entity. Dates can be linked to Events via Entity Reference using the OG Reference widget. I am having trouble getting all of the dates for a specific Event. I ...
0
votes
1answer
14 views

Multivalue entity reference synchronization

I have node type A with Entity Reference multivalue field that can reference other nodes of type A (existing). Is there a simple way/module/workflow/ruleset/other to do synchronization as follow: ...
1
vote
2answers
45 views

Customise taxonomy select options

I have a vocabulary with a user reference field. In a content type I have a field that references one or more terms from this vocabulary with a select widget. I would like to restrict the options to ...
0
votes
0answers
20 views

Extend/theme Entity Reference View Widget or any alternatives?

I'm looking for a way to theme the row style of entity reference view widget. I would like to have the checkbox before the title and move around the fields. An alternative would be also great for me. ...
1
vote
4answers
154 views

Views with Entity Reference

I'm not sure why this is difficult for me to get. It seems like it should be simple. I have a content type A and content type B. Content type B has an entity reference field to content type A. ...
0
votes
0answers
24 views

Create a Launchrock type signup homepage on drupal 7

There are some pre-distros available on drupal.org such as Coming Soon, but I would like to be able to create my own custom which utilises the UC Affilate system (as I intend to use UberCart for all ...
0
votes
1answer
24 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
34 views

Redirect a Users Name (Link) to a User Homepage in Panels Using Rules

How does one create the said Redirect a Users Name (Link) to a User Homepage in Panels Using Rules. Here is my scenerio: I have a Panels set which will show a subject posted content page in the left ...
0
votes
1answer
22 views

Product Reference inside a Product Reference?

In my attempt to solve a "variation can update second variation" issue, I am wondering if a Product reference can go inside another Product Reference? So that the 'Variation' itself has a product ...
0
votes
1answer
44 views

Exposed Filters in Entity Type Reference

I have used and entity reference field in my content type Showrooms. The field references to another content type Cars. Cars has a category field attached to it such as audi, mercedes, bmw etc. Each ...
0
votes
2answers
100 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 ...
1
vote
1answer
28 views

How can I use Rules to send an e-mail to the author of a node linked by an entity reference field?

I have a content type called Help Wanted. I have another content type called Reply to Help Wanted. The reply content type includes an entity reference field that contains a node reference to the ...
0
votes
0answers
28 views

Passing a contextual filter value to a view via a link with entityreference prepopulate?

I have two content types, Ad and Reply (think of how posting works on Craigslist for the Ad, and the Reply is an on-site form to reply). I am using Entity Reference Prepopulate to automatically ...
0
votes
1answer
21 views

How to filter view based on a parent node

On my website, i have some products and some master products. Each products depend on a master product, which can have multiple products under itself. There are 2 different content type. In the ...
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 ...
0
votes
0answers
14 views

Using Relationships With Views Contextual Filters

I have a content type "Ticket" that a user is viewing. A "Ticket" is referenced to a piece of "Equipment". That particular piece of "Equipment" will be tagged with a certain "Equipment Type" term ...
4
votes
2answers
83 views

How can I print a field from a referenced entity in my theme?

I'm trying to print a field from an entity reference field - but I don't have a clue how to do it! A bit of background: I've got two content types - master and variation. Variation includes an ...
1
vote
0answers
21 views

Flags, Entity reference, users and content upload

I am using the entity reference module and flags to achieve a certain use case. Let me elaborate. In my site, there are nodes of type "TASK". They have a flag on them "Take Task". Now a logged in user ...
6
votes
2answers
67 views

Displaying fields from an entity reference of another entity's field

I have three content types: compositions, recordings and artists. Compositions have entity references to artists for the field composer. Recordings have entity references to compositions for the ...
0
votes
1answer
60 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
21 views

Date Selector not showing up in Rules

I have created an Entity Reference view, that provides a list of users. This is used as a field in a content type so that someone creating the content type, can check off one or more users from the ...
0
votes
0answers
17 views

Check a field in a node that referencing a given product

How can I modify (with rules) the product price in the cart, based on a field into node display that referencing the given product in the line item? I'd need a stuff like reverse_reference on Rules ...
0
votes
1answer
44 views

Adding extra info to each Node -> Taxonomy Term relationship

We have a basic site with a pages that have a taxonomy term content type associated with a number of terms. What we would like to is to add more information to each of the node -> taxonomy ...
1
vote
1answer
47 views

Drupal 7 Views Organic Groups Complex Relationship

I have an Organic Groups setup with many relationships. My groups are separated into 3 primary group types..let's call them: Trucks Cars Vans All of these groups have group content: Tires Rims ...
0
votes
1answer
74 views

Context Filter with Path Alias in URL

Quick Summary: how do I pass a alias in a URL to a view's context filter, when that view is located somewhere in the site. I've read dozens of similar articles, but nothing that directly makes this ...
0
votes
1answer
144 views

programmatically add an existing entity reference autocomplete field in custom form

I need to create a custom form and add an entity reference field to it. The field uses autocomplete with a view for entity selection. The field already exists on a node but i also need it in a custom ...
0
votes
1answer
28 views

Open Layers Views - Separate Data on Page and Block

I have a typical OpenLayers Locator proximity search on Drupal 7. I can search a map for my locations and that works great. I also have a Product content type that is referenced to my locations. ...
2
votes
2answers
34 views

Module to view node in a grid layout with the ability to quickly change the reference

I'm looking for a module which allows me to have a grid layout presenting nodes in a certain view mode (like teaser or even a module own one). In the end it should look something like this: (The ...
0
votes
1answer
51 views

Does unset($form['field']); in hook_form_alter stop entity reference views select list queries from running?

I have a slow load time in a node form and I suspect the reason is that I am populating entity reference select lists using views & therefore a number of queries are being run to populate those ...
0
votes
1answer
51 views

In Views how to configure a contextual filter to exclude the node being viewed?

I have the following setup: a content type (event) can have a "mother" event, which is configured as entity reference (Basically it's the same event on another date). I have a view for a single event ...
0
votes
2answers
27 views

Show full list of nodes that reference the node being shown

I have a content type (let's call it course) and a content type named edition (if we have a course named "English 101", we can have "English 101 - June", "English 101 - July" and so on.) For this, I ...
0
votes
0answers
22 views

Entity Reference field displays all records instead of just the specified limit

When displaying the Add or Edit form of a content type with an Entity Reference field all records (several hundred) get displayed instead of just the 25 records that are specified in the 'Entity ...
0
votes
0answers
19 views

Architecture Advice - Commerce Products displayed in multiple categories

I am using Drupal 7 with Commerce, pathauto. I have a product display page called "artwork". So that a given product might appear as so: /artwork/my-artwork-title I would also like to have a ...
2
votes
0answers
40 views

how to show all autocomplete results

I have a node reference field and the widget is autocomplete. Right now, I think it only returns/suggests 10 nodes maximum. How can I increase the number of nodes suggested by the autocomplete? Or ...
1
vote
0answers
46 views

Organic groups organizational problem

Apologies if this question has already been answered. I'm developing an emergency notification site using Drupal 7 and Organic Groups and currently it's building-driven -- i.e., the buildings are the ...
2
votes
0answers
43 views

Get select options for an entityreference field using another field as a contextual filter?

I have a Course Offerings vocabulary where each taxonomy term is an educational course. Users have a multivalued My Courses Entity Reference field referring to the terms of the courses they're ...
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 ...
0
votes
2answers
91 views

Automatically fill fields taking value from user profile

I have a custom content type "Holiday". There is role for users, "Sponsors". Only the sponsor users can create this "Holiday". "Holiday" has many fields. Three of them are: Sponsor Name Sponsor ...
1
vote
1answer
29 views

How do I display a list of nodes that reference a given node on the node content page?

I have a central content type that is being referenced by many child content types. The child content types all have an entity reference field pointing to the central content type. Now, on the node ...
0
votes
1answer
162 views

How to send notification email to individual users [duplicate]

I want to send notification email to some users when a node is created in my site. The author should select the individual users in the node creation form and then after save the node email will be ...
0
votes
1answer
33 views

How can I allow admins to choose anything from an Entity Reference field while restricting it for everyone else?

I'm doing a job listings site. Users with privileges to list jobs have an Entity Reference field connecting them to a Company node. Job nodes have a similar field. So when an employer creates a Job, ...
0
votes
1answer
182 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 ...

1 2 3 4 5 6