[Solved] Get entity id of reference entity in views

Hello,

I have 2 contents type :

  • Testimonial
  • Installer

In the "testimonial" content type I have a field which is a reference entity of installer.

When I enter a "testimonial" I choose an installer among those available. It well works .

When "testimonial" is displayed, the installer field is displayed in the content of the node as a label (I don't want entity display).

I want to add on bottom of the page a block with informations about "installer".

I try to make a view block that displays only the relevant installer.

How to install Drupal with Composer ?

Hi, which of these 2 command lines should you use for a new Drupal project ?

What is --stability dev and --no-interaction used for ?

$ composer create-project drupal/recommended-project /home/ubuntu/www-example-com

or

$ composer create-project drupal/recommended-project:~8.8.0 /home/ubuntu/www-example-com --stability dev --no-interaction

Views exposed filters - show number of results next to label

I have a View which contains multiple exposed filters. How can I show the number of results for each option next to the label?

So it will look like this:

Country
- Germany (9)
- Italy (2)
- Japan (3)

Brand
- Audi (5)
- BMW (4)
- Fiat (2)
- Toyota (3)

I would also like the results to be updated when a filter is chosen. For example, when you pick "Germany" the Brand filters should look like this:

Brand
- Audi (5)
- BMW (4)
- Fiat (0)
- Toyota (0)

"TypeError: Argument 6 passed " after installation of encrypt module

Hi community,

I'm beginner on drupal and i have a big issue with my site : i tried to install "webform content creator", "webform encrypt", "encrypt" and "key" module in the same time, and now my website only show this :

In search for module to bulk creation of pages based on custom fields and tags

Hi, I am new to here. I am creating a quotes site which has a quotes custom content type. It has basically 3 fields: quote_body, author, tags(tag will be separated by comma and there are min. 5 tags for each quote). I am in search of a module that will help me to create a views page for each author or tags, I know I can do it manually with views for each author and tag, but since there tens of thousands of them, I can't do it that way, so I am asking if there any module that I can turn to? 

Thank you very much in advance. 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x