Hello, is there any module where I could see how to replace ctools plugins in the module, in particular, I'm interested in hook_ctools_plugin_directory (), hook_context_plugins () and hook_ctools_plugin_api ()
Unfortunately, I did not find any useful information on this link, I am interested in the module that was converted from Drupal 7 and in which ctools was used earlier
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Posted14 min 17 sec ago by Alejandro Cremaschi (argiepiano) on:
I also found the contextual filter area in the view for this block. But that’s where it stops.
I'll try my best - views based on entity reference can be a challenge....
Create a block with a contextual filter on the "author" node ID, and based on that relationship get the book node IDs.
Thanks! I think I get the general idea.
I set up...
There are a few ways to achieve the outcome, but it does depend on how you want the page displayed.
You can also use the Views module to create the Author page, select the author fields...
is there a way to automatically show all books linking in to the author record on the page for the author
You can do that with Views, for example. Not sure how familiar you...
Comments
Does this help at all? (It's a wiki so feel free to edit to help clarify for others):
Unfortunately, I did not find any useful information on this link, I am interested in the module that was converted from Drupal 7 and in which ctools was used earlier
See if this is useful:
Feeds Tamper also had some of this conversion, but it looks like it's in a number of commits:
Yes, this is what need, thanks I will understand