python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get List key instead of label in Drupal 7 View
I have a list (text) field in a content type with typical key|value pairs as select options. I want to be able to spit out the key for the selected value in a view. Right now it only shows the value. ...
Zach Rodimel
Votes: 0
Answers: 1
Filter View Reference results in paragraph based on taxonomy term selected in Drupal's backend
I have a paragraph named "Car Slider" and a Content Typ "Cars".
The content type consists of different fields like name, make etc. as well as a "Tags" taxonomy reference....
Max
Votes: 0
Answers: 0
How to output nodes tagged with only one term?
I have many nodes with taxonomy term field "Tags"
For example:
1 node with tid: 10, 12, 20
2 node with tid: 10
3 node with tid: 10, 16, 18
4 node with tid: 10, 20
5 node with tid: 10
I try u...
Aleksandr
Votes: 0
Answers: 1
Put filters and sorting to separate blocks into Drupal 9 Views
I am regularly working on Drupal projects where Views lists are involved. The possibility to put filters into a block and place them at a dedicated place into my layout is great but not enough.
Indeed...
Simon Janvier
Votes: 0
Answers: 0