10 February, 2023 seen 25,210
Recently, I faced a challenge while trying to display image galleries on a Drupal-powered website.
While there are a few modules that you can use to build your gallery view, such as the Views Slideshow Gallery module, I recently discovered some Drupal-powered sites using the Flex Slider library.
Excited by this new discovery, I tried to create a gallery…
I started doing some Drupal powered site rebuilding.
By first of all I deleted all views and un-installed and deleted modules that are not must-have.
Then I started from scratch building with views:
It took me some time (about 5 minutes) to remember how to display referenced nodes on other node page.
Here is what you will need to achieve such behavior:
Create a new view, add Contextual filter nid, and add Relationships - referenced nodes, then add your fields and make them related to relationship, then just put block in your content area.