Submitted by Boden Davidson on
First, modules:
- Views + CTools
- Entity Views Attachments
- Entity Reference 7.x-1.0-rc1
- Entity reference prepopulate 7.x-1.0
- References dialog 7.x-1.0-alpha3
Then, content types and fields:
- Create four or more content types. For this example, I will use Client, Work, Task, and Note. Tasks and Notes can be 'attached to', e.g. entity reference, Client and Work nodes. Also, Work nodes can be attached to Clients. In my use case, I have several other content types, which can 'have' Tasks and Notes as well. The other content types in my use case also have entity references to Client and Work nodes.
- Client is the ultimate parent content type, so you don't need any entity reference fields on it (unless you want them for some other purpose, of course).
- On the Work content type, create an Entity Reference field using the autocomplete widget, called 'Client'. You can make it required if you want, but it does not have to be.
- Check the "Enable Entity reference prepopulate" box, select "Disable field" for Action and "Do nothing" for Fallback behaviour. I usually set Skip access permission to "Administer site configuration".
- If you want to enable the References Dialog widget to be able to add/edit a Client from the node add page for a Work, check the Edit and Add dialog boxes
- In the 'Client' field settings, leave the Number of values at 1, Target type is "Node", and select "Client" for the Target bundles
- Now, on the node add page for the Work content type, you will see the Client Entity Reference Field, with the Add Client link supplied by the References Dialog module:
- Then, on your Task and Note content types, create (separate) Entity Reference fields called 'Attached to' (machine names: field_task_attachedto and field_note_attachedto), that can reference an unlimited number of Client, Work, and whatever other content types that you desire. You should use different fields for ease of management, but the settings are the same.
- Check the "Enable Entity reference prepopulate" box, select "Disable field" for Action and "Do nothing" for Fallback behaviour. Set Skip access permission to "Administer site configuration".
- You will not be able to use the References Dialog links since you are enabling the field to reference an unlimited number of different content types. With child content like "notes" and "tasks", you presumably are not going to be creating a parent, like a "client", when you are creating a "note" for the "client" - the "client" parent node will already exist.
- In the Attached to field settings, select "Unlimited" for the Number of values, set the Target type to "Node", and select the Client, Work and any other content types to which you want to be able to attached Notes and Tasks under Target bundles.
- Remember to create your "Attached to" Entity Reference field on both your Note and Task content types. If you recycle the field, it will have the same settings for both Notes and Tasks, so if you want to be able to attach Notes, but not Tasks, to some content types, then use two separate fields with the same settings.
- First, create your Views to display the Notes and Tasks attached to a referencable node being viewed. I also have pages to display all of the Notes and Tasks, but I want to be able to see all of the Notes and Tasks attached to a Client or Work on the Client and Work nodes. Here, Entity Views Attachments (which is a great and useful module) comes into play. I'll use the example of Tasks again, but the process is basically the same for Notes - just change anything that was specific to Tasks to Notes when creating that View.
- At admin/structure/views, click the "Add new view" link, name it something like "Attached Tasks" and select Show Content of type Task. Uncheck create a page, and leave create a block unchecked.
- Use the "+Add" button near the top, to add an "Entity content" display to your newly created View
- Under the "Entity Content Settings" pane, select "Node" for the "Entity type", and select the content types that can be referenced by the "Attached to" Entity Reference field on the Task content type (e.g., Client, Work, etc.). Leave Arguments at id. I opted to display the title of the View display by selecting "Yes" for Show title.
- Add the fields that you want to display. Title is fine for now.
- Then create your contextual filter, so that this Entity Views Attachment display only shows on content types referencable by the Attached to field on the Task content type, and to show only the Tasks that are attached to the node being viewed.
- Expand the "Advanced" pane, and click the "add" button next to Contextual Filters to add your new Contextual Filter.
- Select the "Attached to" field (machine name: field_task_attachedto), which will be listed as "Content: Attached to (field_task_attachedto)" to use as the Contextual Filter.
- Under When the Filter in Not Available, select the "Provide default value" radio button, and then select "Content ID from URL".
- Under When the Filter Value is Available or a Default is Provided, check the "Specify validation criteria" radio button, select "Content" for the Validator, and then select all of the content types that can be referenced by the Attached to field on Tasks (Client, Work, etc.).
- Leave the select list option for Action to take if filter value does not validate to "Hide view", which is the default and the desired behavior.
- Click the apply button to save the new contextual filter that makes the magic happen!
Basic Entity Content View Display set-up:
Configuration for Contextual Filter on Content: Attached to (field_task_attachedto):
- Now, after saving your new View, you will see Tasks listed on the nodes that are "attached to"/referenced by Tasks. Note, there is currently a bug in Entity Views Attachment that does not automatically make the Entity Content display available on content types. First go to the "Manage fields" tab for the content types, and then go to the "Manage display" tab. You should now see the Entity Content display field for the View you created, and you can position it where you would like in relation to any other fields. Here is a shot of what a Client node should look like, after you have created the Client and an attached Task:
- Repeat the basic process of creating the EVA View to display Tasks attached to a node for the Note and Work content types. You can also display the View in a block instead of an EVA, which will allow you to display the child content type attached to a node in the sidebar or other regions of your theme.
- Next, create the Views to be able to display "Add new [child_content_type]" links on parent nodes. Like with displaying the child content on parent nodes, you can use an EVA or a block to display the "Add new [child_content_type]" links on the parent nodes. This example will use creating the link in an EVA for the Tasks content type, but the basic process can be repeated for Notes, Works, or any other child content types - just make sure to use the correct fields and filters applicable to the work. Finally, Entity Reference Prepopulate comes into play:
- At admin/structure/views, click the "Add new view" link, name it something like "Add new child links" and select Show Content of type All. Uncheck create a page, and leave create a block unchecked.
- Use the "+Add" button near the top, to add an "Entity content" display to your newly created View
- Under the "Entity Content Settings" pane, select "Node" for the "Entity type", and select the content types that can be referenced by the "Attached to" Entity Reference field on the Task content type (e.g., Client, Work, etc.). Leave Arguments at id. I opted to not display the title of the View display by leaving "No" set for Show title.
- Add the "Content: Nid" field to your View, and remove the Title field.
- For your filters, set the "Content: Type" filter to show only the content types that can be referenced by your "Attached to" field on the Tasks content type.
- Change the page options so that you only display one piece of content (which will happen automatically once you set the contextual filter for this view).
- Now, you need to set up your contextual filter on this display so that it is used only in the context of a node which can be referenced by your "Attached to" field on the Tasks content type.
- Expand the "Advanced" pane, and click the "add" button next to Contextual Filters to add your new Contextual Filter.
- Select "Content: Nid", listed as "Content: Nid" to use as the Contextual Filter.
- Under When the Filter in Not Available, select the "Provide default value" radio button, and then select "Content ID from URL".
- Under When the Filter Value is Available or a Default is Provided, check the "Specify validation criteria" radio button, select "Content" for the Validator, and then select all of the content types that can be referenced by the Attached to field on Tasks (Client, Work, etc.).
- Leave the select list option for Action to take if filter value does not validate to "Hide view", which is the default and the desired behavior.
- Click the apply button to save the new contextual filter, and then save your view.
Basic Entity Content Views Display set-up:
Contextual filter configuration:
- The final step on this View to make it usable is to rewrite your NID field so that it is output as a link on a parent node to add a new Task node with its "Attached to" field properly referencing the parent.
- Click on the "Content: Nid" field, and uncheck the "Create a label" box
- Expand the "Rewrite Results" section, and check the "Rewrite the output of this field" box
- In the Text box, enter
<ul><li><a href="/node/add/task?field_task_attachedto=[nid]">Add new Task</a></li></ul>
- In the node/add/task part of the above, 'task' is the machine name of the child content type Task, and field_task_attachedto is the Entity Reference field on the child content type that can reference the parent node being viewed. Basically, with Entity Reference Prepopulate, the above link tells Drupal to go to the create new node page for a Task with the "Attached to" field pointing to the parent node being viewed. For the Notes content type and its "Attached to" field, the rewritten link will look like
<ul><li><a href="/node/add/note?field_note_attachedto=[nid]">Add new Note</a></li></ul>
Now, when viewing a parent content type like a Client, you will see the Tasks attached to that client, and a link to add a new Task node from the Client. Once the Views for the Note content type are set-up, you will see the whole deal:
Drupal version:
Source(s):
Comments
SjervenNinamari... replied on Permalink
at is supplier india
is opinioni cia
8bb5 follow link is to order
nkfinancing replied on Permalink
nkfinancing
<a href="http://www.caepanama.com/how-to-knit-a-baby-baseball-hat-down-billig-hat... to knit a baby baseball hat down billig</a> <a href="http://www.gzntcpw.com/nike-kobe-10-cheap-restaurants-billig-sneakers_cz... kobe 10 cheap restaurants billig</a> <a href="http://www.bkreiki.com/nike-pg-2-rouge-blanc-chaussures-shoe_de">nike pg 2 rouge blanc chaussures</a> <a href="http://www.nazreketab.com/uk-black-and-white-shoes-air-jordan-2-billig-c... black and white shoes air jordan 2 billig</a> <a href="http://www.storicqa.com/nike-kyrie-2-white-pink-store_en">nike kyrie 2 white pink</a> <a href="http://www.spookening.com/volcom-hunting-cap-gun-hat_es">volcom hunting cap gun</a>
Larrywhele replied on Permalink
v690gz3 b631vz
This is nicely expressed! ! <a href="https://comprarbaclofensinreceta.com/">zanaflex 4mg</a>
Ernestthify replied on Permalink
z96nxtj l91rny
Thank you! A good amount of facts.
<a href="https://lisinopriltrust.com/">Lisinopril Hydrochlorothiazide Tablets</a>
PhillipFom replied on Permalink
e67prr8 w132gy
Regards! I appreciate it! <a href="https://cialistl.com/">cialis 20mg</a> <a href="https://celebrex-phermacy.com/">Can You Take Xanax And Celebrex</a> <a href="https://amoxicillincaamoxil.com/">amoxicillin 1000</a> <a href="https://phenergangel.com/">phenergan 25mg</a> <a href="https://buymotilium-norx.com/">Domperidone Online Order</a> <a href="https://amoxicillin-amoxil.com/">Is Doxycycline The Same As Amoxicillin</a>
SjervenNinamari... replied on Permalink
compraris
be is with paypal at
8bb5 is testosterone mailorder
WOODSBORT replied on Permalink
order female cialis
buy levitra online usa <a href=http://tadmedz.com>is generic cialis safe</a> viagra men sale
cheap generic viagra india <a href=" http://tadmedz.com# ">herbal replacement for viagra/cialis/levitra...</a> cheap viagra next day delivery
cialis pills toronto http://tadmedz.com ordering cialis online legal
DeariTaito replied on Permalink
pfizer viagra genuine cheap
21f221 viagra generic 100mg
[url=http://viagrauusqq.com/]buy viagra[/url]
look there ordering viagra
[url=http://viagrayqdd.com/]buy viagra[/url]
cosa costa il cialis
[url=http://cialisgenlkf.com/]cialis[/url]
speexiciedy replied on Permalink
speexiciedy hluqc
<a href=" https://cbdoilww.com/ ">cbd </a> <a href="https://cbdoilww.com/">green roads cbd oil </a> <a href="https://cbdoilww.com/">cbd cream for pain </a>
<a href="https://cbdoilww.com/">cbd distillery </a>
Alfredomap replied on Permalink
canadian medications list
<a href="https://canadianlpharmacy.com/#">https://canadianlpharmacy.com/</a> drugs for sale in canada
canadian pharmaceuticals nafta <a href=https://canadianlpharmacy.com/#>https://canadianlpharmacy.com/</a>
canadian drugs https://canadianlpharmacy.com/
Alfredomap replied on Permalink
best canadian pharmacy
<a href="https://canadianhpharmacy.com/#">https://canadianhpharmacy.com/</a> canada drugs
canadian medications <a href=https://canadianhpharmacy.com/#>https://canadianhpharmacy.com/</a>
the best canadian online pharmacies https://canadianhpharmacy.com/
rizteastetar replied on Permalink
rizteastetar yohcn
<a href=" https://cbdoilwalmart.com ">cbd oil </a> <a href="https://cbdoilwalmart.com/">buy cbd oil </a> <a href="https://cbdoilwalmart.com/">cbd tinctures </a> cbd
leddyneltscem replied on Permalink
leddyneltscem cgvvz
<a href=" https://cbdoilwalmart.com ">buy hemp </a> <a href="https://cbdoilwalmart.com/">buy cbd </a> cbd tinctures
<a href="https://cbdoilwalmart.com/">buy cbd oil online </a>
SjervenNinamari... replied on Permalink
is commercial
is pfizer purchase
8bb5 is fun
xem phim hd le ... replied on Permalink
Add new comment | arxic Drupal
Excellent beat ! I would like to apprentice while you amend
your web site, how could i subscribe for a blog site?
The account aided me a acceptable deal. I had been a little bit acquainted of this your broadcast offered bright clear idea
KristinaTaito replied on Permalink
buy cialis online from india
238921 viagra plus uk sale
[url=http://viagraaqwe.com/]buy viagra[/url]
look here one day cialis
[url=http://cialisbspoe.com/]generic cialis online[/url]
achat viagra en ligne pas cher
[url=http://viagrauyr.com/]viagra[/url]
le viagra inconvenients
[url=http://viagraoier.com/]viagra online[/url]
SjervenNinamari... replied on Permalink
achat is is generique
at is samples quebec
8bb5 legal canadian is
speexiciedy replied on Permalink
speexiciedy jzpwt
<a href="https://cbdoilwalmart.com/">cbd drops </a> <a href="https://cbdoilwalmart.com/">buy hemp oil </a> hemp cbd
<a href="https://cbdoilwalmart.com/">cbd vape </a>
elektroschrott ... replied on Permalink
Add new comment | arxic Drupal
Superb, what a web site it is! This website presents helpful facts
to us, keep it up.
WeronikaTaito replied on Permalink
cialis cameroun
abf421 buy viagra boston
[url=http://viagrauyr.com/]viagra cheap[/url]
leddyneltscem replied on Permalink
leddyneltscem akybu
<a href="https://cbdoilww.com/">cbd medical </a> <a href="https://cbdoilww.com/">fab cbd oil </a> bestcbdoilaid cbd cream
<a href="">best cbd oil and cbd oil for sale </a> <a href=" https://cbdoilww.com/ ">best cbd oil </a>
SjervenNinamari... replied on Permalink
legal canadian is
follow link is paypal
8bb5 ordine di is al sicuro
SibrianTaito replied on Permalink
price of real cialis
4bdf21 cialis viagra avis
[url=http://viagracahye.com/]viagra cheap[/url]
rizteastetar replied on Permalink
rizteastetar hepmm
<a href="https://cbdoilww.com/">what is cbd oil </a> <a href="https://cbdoilww.com/">trubliss cbd </a> cbd oil full spectrum yaa health store
Alfredomap replied on Permalink
online pharmacies of canada
<a href="https://viagrawwithoutdoctor.com/#">https://viagrawwithoutdoctor.com/</a> canadian pharmacy uk delivery
canadian drug store <a href=https://viagrawwithoutdoctor.com/#>https://viagrawwithoutdoctor.com/</a>
how safe are canadian online pharmacies https://viagrawwithoutdoctor.com/
Alfredomap replied on Permalink
canada rx
<a href="https://viagracwithoutdoctor.com/#">https://viagracwithoutdoctor.com/</a> canadian pharmacy uk delivery
northwest pharmacies <a href=https://viagracwithoutdoctor.com/#>https://viagracwithoutdoctor.com/</a>
canadian pharmacies without an rx https://viagracwithoutdoctor.com/
classicfigs replied on Permalink
classicfigs
<a href="http://www.ecscranes.com/adidas-prougeator-precision-rouge-blanc-chaussu... prougeator precision rouge blanc chaussures</a> <a href="http://www.moriseno.com/jordan-14-all-blue-shoes-on-sale-billig-shoe_pl"... 14 all blue shoes on sale billig</a> <a href="http://www.bigotillo.com/nike-free-3.0-v4-mens-grey-silver-black-sneaker... free 3.0 v4 mens grey silver black</a> <a href="http://www.emenents.com/nike-air-max-tn-femmes-gris-noir-chaussures-shoe... air max tn femmes gris noir chaussures</a> <a href="http://www.classicfigs.com/team-north-america-20-brandon-saad-black-2016... north america 20 brandon saad black 2016 world cup stitched nhl jersey</a> <a href="http://www.curatta.com/new-york-yankees-rainbow-hat-hatchlings-number-ga... york yankees rainbow hat hatchlings number game billig</a>
SjervenNinamari... replied on Permalink
compare price is at
is 50 100 mg
8bb5 is suppository
fiqb620089 replied on Permalink
eu oq tadalafil citrate ko
aspirin and grapefruit juice interaction http://www.castagneto.eu/?option=com_k2&view=itemlist&task=user&id=1321941 sildenafil citrate 100mg prices india http://www.startelefonia.it/it/index.php/?option=com_k2&view=itemlist&ta... best price for viagra http://www.orve.net/?option=com_k2&view=itemlist&task=user&id=217547 100 mg viagra price walmart http://cursosolarbrasil.com/?option=com_k2&view=itemlist&task=user&id=70399 can men take women's viagra http://casaniloperez.com/?option=com_k2&view=itemlist&task=user&id=562477
KyusTaito replied on Permalink
viagra cost compare
be0021 cialis 20 mg madrid
[url=http://cialisyytr.com/]generic cialis online[/url]
rizteastetar replied on Permalink
rizteastetar mldph
<a href="https://cbdoilww.com/">what is cbd oil </a> <a href="https://cbdoilww.com/">best cbd gummies </a> what is hemp oil good for <a href="https://cbdoilww.com/">cbd oil benefits </a>
<a href="https://cbdoilww.com/">hemp oil for pain relief </a>
leddyneltscem replied on Permalink
leddyneltscem snzat
<a href=" https://cbdoilwalmart.com ">cbd </a> <a href="https://cbdoilwalmart.com/">cbd oil </a> cbd
<a href="https://cbdoilwalmart.com/">cbd online </a>
rizteastetar replied on Permalink
rizteastetar odsac
<a href=" https://cbdoilwalmart.com ">buy cbd </a> <a href="https://cbdoilwalmart.com/">buy cbd oil online </a> <a href="https://cbdoilwalmart.com/">buy hemp oil </a> cbd oil
MisTaito replied on Permalink
viagra pills auckland
9ae121 cialis annual sales 2012
[url=http://cialisooie.com/]online cialis[/url]
thailand viagra wholesale
[url=http://viagrawiioq.com/]viagra[/url]
discount cialis daily
[url=http://cialisomqs.com/]cheap cialis online[/url]
prix viagra officiel france
[url=http://viagrauusqq.com/]viagra[/url]
SjervenNinamari... replied on Permalink
is trusted sites
we like it china is
8bb5 be is paypal australia
athletic shoe d... replied on Permalink
Add new comment | arxic Drupal
Can I just say what a relief to find an individual who truly knows what they're talking about online.
You definitely understand how to bring an issue to light and make it important.
A lot more people really need to look at this and understand this
side of the story. I was surprised you're not more popular given that you certainly
possess the gift.
speexiciedy replied on Permalink
speexiciedy zemyh
<a href="https://cbdoilwalmart.com/">buy hemp </a> <a href="https://cbdoilwalmart.com/">buy hemp </a> cbd gummies
<a href="https://cbdoilwalmart.com/">cbd </a>
GirresTaito replied on Permalink
viagra zona sur
244821 viagra vasodilatador
[url=http://viagracahye.com/]viagra canada[/url]
top cash advance SF California
[url=http://loansoloie.com/]no faxing payday advance[/url]
viagra pfizer apotheke
[url=http://vigraweuy.com/]buy viagra[/url]
india how online to buy viagra
[url=http://viagrayql.com/]buy viagra online[/url]
SjervenNinamari... replied on Permalink
be is soft is soft
prix de is par pilule
8bb5 is jelly delivery uk
Bripsren replied on Permalink
viagra sale online
buy cialis vegas <a href=http://tadmedz.com>viagra vs cialis vs levitra</a> cheap cialis brand
Alfredomap replied on Permalink
online pharmacies mexico
<a href="https://viagrawwithoutdoctor.com/#">https://viagrawwithoutdoctor.com/</a> canadian pharmacy cialis
canada online pharmacies medication <a href=https://viagrawwithoutdoctor.com/#>https://viagrawwithoutdoctor.com/</a>
canada online pharmacies for men https://viagrawwithoutdoctor.com/
Alfredomap replied on Permalink
drugs for sale in uk
<a href="https://canadianlpharmacy.com/#">https://canadianlpharmacy.com/</a> north west pharmacy canada
canadian pharcharmy online24 <a href=https://canadianlpharmacy.com/#>https://canadianlpharmacy.com/</a>
canadian pharmaceuticals online https://canadianlpharmacy.com/
Larrywhele replied on Permalink
y75ytjs p355gl
Regards! Quite a lot of data.
<a href="https://cheap-retin-a-micro.com/">Retin-a Cream Over The Counter</a>
PhillipFom replied on Permalink
b841qf2 g55ycd
You mentioned that effectively! <a href="https://weightlosswellbutrin.com/">Wellbutrin Sr 100 Mg Twice Daily</a> <a href="https://celebrex-phermacy.com/">Can I Mix Celebrex And Vicodin</a> <a href="https://hydrochlorothiazide25mgtab.com/">hctz medication</a>
Ernestthify replied on Permalink
o76bmhk r12jca
You reported it perfectly! <a href="https://metformin-hcl.com/">glucophage</a>
Bripsren replied on Permalink
buy female viagra
how to order viagra online in canada <a href=http://tadmedz.com>cialis free trial</a> female viagra pink pill
SjervenNinamari... replied on Permalink
cheap is professional
best place to be is forum
8bb5 is rezeptfrei erfahrung
CalTaito replied on Permalink
usefull link cialis mastercard
ab5821 canada price cialis
[url=http://cilapharm.com/]cheap cialis[/url]
look there online meds viagra
[url=http://genviagrarwe.com/]viagra cheap[/url]
acheter cialis sur paris
[url=http://cialisooie.com/]cialis online[/url]
viagra kaufen per nachnahme
[url=http://viagrawiioq.com/]viagra[/url]
Bripsren replied on Permalink
generic viagra cheap no prescription
brand levitra cheap <a href=http://tadmedz.com>real cialis without a doctor's prescription</a> order viagra canada pharmacy
SjervenNinamari... replied on Permalink
compren viagra de canad
b98311 viagra shops in nairobi
<a href="http://viagraoiir.com/">prix de viagra par pilule</a>
viagra pfizer purchase
Pages
Add new comment