Questions tagged [taxonomy-terms]
"Taxonomy" refers to Drupal's content classification mechanism, organised into vocabularies and terms.
3,639 questions
0 votes
0 answers
43 views
Issue with taxonomy term ID and views
I'm using Drupal 10 with the Bootstrap 5 theme. I created a pattern with product/tag/[term:name] and set up a few brands in the taxonomy. The links became, for example, mysite.com/product/tag/brandone ...
0 votes
1 answer
41 views
Show taxonomy fields on node form
I have a a content form that includes a reference to a taxonomy and allows for new taxonomy terms to be added from the node form. The taxonomy has two fields, both of which are marked as required. ...
0 votes
0 answers
43 views
Displaying related taxonomy terms from the same vocabulary
I'm building a Drupal 10 View to display a block of related taxonomy terms. Here's the setup: View Type: Taxonomy term view. Display: Block. Block Placement: This block will be displayed on taxonomy ...
0 votes
0 answers
24 views
Displaying Taxonomy-specific Image in View of Content Contextually Filtered by Taxonomy
I apologize if this is overly long-winded; This seems to be a somewhat complicated issue that I can't easily search for. In Drupal 10. I have a content type "Event" and this content type has ...
0 votes
0 answers
42 views
Views Contextual Filters OR not applying on Contextual Filters Content: Has taxonomy term ID (with depth)
On an taxonomy term page, I need to display Content Items tagged with that term, but also Content Items that are tagged with the term nested through another term. And I want to show the items ...
0 votes
0 answers
39 views
Issue with Saving Taxonomy Term after Adding Custom Subform
I'm currently working on a custom module in Drupal, and I’ve encountered an issue while adding a custom subform for configuration to the taxonomy term edit page. The problem is that as soon as I add ...
0 votes
1 answer
45 views
Views and taxonomy filtering "this" field to "that" field
On Drupal 10.3.1 I have a single taxonomy list. A content type has two Entity reference fields, "assign" and "display", both referencing the taxonomy list. I have a views block ...
0 votes
2 answers
90 views
How to customize the taxonomy terms template?
I am on Drupal 11 and I created a view mode "profile" for taxonomy terms. I want to customize the template of this view mode for all taxonomy terms. I named the template as below but it has ...
0 votes
0 answers
50 views
Can a hierarchical facet structure be created using three taxonomies related via entity reference fields?
I'm working with drupal 9.5.x I have three taxonomies: Grandparent, Parent, and Child. The Child taxonomy has an entity reference field pointing to the Parent taxonomy, and the Parent taxonomy has an ...
0 votes
0 answers
60 views
How to filter a multi-valued taxonomy field with context if "Allow multiple" is unavailable?
How can I create a filter in Filter criteria for a multi-valued field (field_term_target_id) in Views so that it correctly processes multiple values? It is important that the filter takes into account ...
0 votes
0 answers
57 views
How do I set up a context filter to use transliterated taxonomy terms in URLs instead of their original names?
I have a question. 1) Question: In Drupal 9, I am creating a Views based page with a context filter that takes a taxonomy term from the URL. For example: /my-view/%[product-type] The taxonomy terms ...
0 votes
0 answers
30 views
How to amend 2 configured taxonomy fields so the contents of the second depends on the selection in the first
Using the following code I am attempting to create a dependency between 2 taxonomy fields so that the options in the second are restricted to a subsect of it's original content. But but I don't ...
0 votes
1 answer
185 views
Migrate json taxonomy file into drupal iterating through a json objects and array
I'm trying import taxonomy terms from a json file which I can't change, into a drupal site taxonomy called skills_identified via a yaml file id: sf_taxonomy_terms label: 'Taxonomy Terms Migration' ...
0 votes
1 answer
106 views
Avoid vocabulary revisions
it seems to me that it's not possible to fully avoid revisions in taxonomy: even if I uncheck "Create new revision" for a specific vocabulary, one revision is always created for each term, ...
-4 votes
1 answer
87 views
Default taxonomy view doesn't show fields
I am trying to change the default taxonomy term view to include Fields instead Content (teasers) but I get this error: Display "Default" uses fields but there are none defined for it or all ...