The Entity reference module provides a field type that can reference arbitrary Drupal 7 entities.
0
votes
2answers
53 views
how to convert Taxonomy terms to nodes
Short Question :
is there a way convert all of one vocabulary taxonomy terms to one
content type nodes ? And switch all term refrences in the database to
entity references to the converted ...
0
votes
0answers
23 views
allowed values for node/entity/user reference field
Can you get allowed values for reference field?
i tried with:
$all_fields_info = field_info_fields();
$allowed_values= list_allowed_values($all_fields_info["field_user_ref"]);
but it is not ...
0
votes
1answer
23 views
Views: pass link to referenced node to image field
I have a content type "slideshow" with three fields:
1. title
2. image
3. entity reference to nodes of a specific content type.
Then I created a view which I want to display as a slideshow on the ...
4
votes
1answer
78 views
Override entityreference autocomplete and return entityfieldquery output
Hi I am trying to override an entityreference autocomplete form item, I have managed to override the form, and get the arg passed to a hook_menu callback. However, I'm struggling with getting the ...
0
votes
0answers
9 views
Entity reference field look up content created by users in entity registration
I have an entity reference field on a node, and I want the field to look up a kind of node created by users that are referenced in the entity registration (e.g. those who have signed up). Can I create ...
0
votes
0answers
13 views
custom entity fields are revised
I created a custom entity with "model entities" module and I added some fields to this entity.
How can i disable field revision's for my custom entity?
0
votes
1answer
5 views
Ubercart shipments are not entities
So I am interested in logging signed, scanned copies of my Ubercart packing slips. Cool right? The problem is that Ubercart shipments are not fieldable entities. Thus I cannot add a file field or ...
0
votes
0answers
30 views
Referencing a node and then a field delta on that node
I have a website with a "Portfolio Item" content type. In this content type users can upload images which show what kind of work they have done on this project.
There is a "Services" content type ...
0
votes
1answer
35 views
Referenced Entity as an Exposed Filter
I have 2 Content Types : Activity and Event
For each of Event node, there will be an Entity Reference field which References Activity Node.
Example:
Event:
Title:Hiking in Utah
Activity: Hiking ...
0
votes
2answers
20 views
How do I filter a view within a view based on an Enity Reference field when NID is not in the URL of the container view's page?
I have 2 content types: Artist & Artwork
Artwork contains an Entity reference field pointing to a single Artist called "Artist"
I have 2 views:
Artist Detail - A page view showing a single ...
0
votes
0answers
17 views
New field required for each type of reference to distinguish them in views?
Imagine a node type, say Thing, that gets referenced by EntityReference fields on several other node types, say Load, View and Delete. The referencing types are for recording analytics about nodes of ...
0
votes
0answers
20 views
How to remove the edit and delete links from custom fields?
I'm currently building a custom module that registers several fields on install, by using field_create_field() & field_create_instance().
Some of these fields I want to be editable (or ...
0
votes
1answer
35 views
How to make relationships between users
I have the quiz module installed on my website. I have setup two user roles on my site, Student and Parents.
I want to make a view that shows the results of a parents children.
Now I have made two ...
0
votes
0answers
26 views
Views - “Grouping” a Node/Entity Reference Field
In Views, how can I "group" by a node/entity reference field? (So the referencing "parent" entity is displayed first and any referenced "children" entities are displayed after?)
• By "Attendee" I am ...
0
votes
0answers
21 views
Schema.org and Entity Reference
I have two content types:
- Place
- Event: one of its fields is a reference to a place node
Then I have installed schema.org module and I am trying to configure the event properties. But I am having ...