Questions tagged [drupal-taxonomy]

Taxonomy refers to Drupal's content classification mechanism, organized into vocabularies and terms.

Taxonomy is the practice of classifying content. In Drupal, the Taxonomy module is used to organize a website's content. It is a key piece of the site's information architecture.

Resources

325 questions
3
votes
2 answers

Drupal: views taxonomies tree

I am working with taxonomies and nodes and I want to show them in a view. My taxonomies are: Product Category - Product Line -- Product --- Features (Node) I want to show this tree in a view but I can not get a good result. For example I…
Il niko
  • 67
  • 2
  • 8
3
votes
2 answers

Drupal 7 to Drupal 8: migrate taxonomy with translation (i18n)?

Drupal 7 to Drupal 8 migration. I've migrated terms in the source language, but I'm unable to migrate term's translations (i18n) - name and description. I've created a custom source plugin, where I create new fields with translations for taxonomy…
3
votes
0 answers

Contextual filter for hierarchal taxonomy with duplicate term names

I have a taxonomy that has duplicate term names with different parents; for example mens (tid=39) has child term shirts (tid=117) and womens (tid=43) has child term shirts (tid=129) The Contextual filter not working in this case but if change womens…
3
votes
3 answers

Is it possible to add custom fields to a Drupal taxonomy term?

I'd like to add a date field to a drupal taxonomy term, alongside the default "title" and "description" Is there some technique/php/module that lets me do this? Is it possible to do with CCK?? I need to be able to display the new field in the same…
David Meister
  • 3,941
  • 1
  • 26
  • 27
3
votes
1 answer

Addressing the tab menu in view when using taxonomy

I use taxonomy terms to address my menus(these taxonomy terms show the structure of my site) so when I create a view I should use the taxonomy path (instead of alias) for the page setting (the only way that I can link the view to my taxonomy address…
3
votes
2 answers

Generate url aliasing based on taxonomy term

I have a vocab category and four terms within it. what i want to do is if content is tagged with a termin in particular say "term1" to have the url generated as word1/[node:title] and for all the other tags just the standard url formatting. If i…
James Kirkby
  • 1,716
  • 5
  • 24
  • 46
3
votes
1 answer

Drupal 7 - Programatically Add Free-tagging to a Node

I am trying to programatically add some tags to a node's free tagging taxonomy field. Assuming that I have the following node structure, $node_type, 'nid' => $row->nid, 'vid' =>…
obada
  • 181
  • 3
  • 13
3
votes
2 answers

How to manage no of node in taxonomy page?

I am developing site using Drupal7 with JD Fashion theme from Joomlart I have created one vocabulary and terms it in the taxonomy.I have use this terms for menu navigation and added some stories(node) for each menu item. In post setting I have kept…
DoctorAV
  • 1,189
  • 1
  • 14
  • 40
2
votes
2 answers

Drupal Taxonomy: Can a term have multiple parents in the same vocabulary?

I've searched around, and there are responses to whether a Drupal term can have multiple parents in different vocabularies, but I'm wondering if I can do it for those within the same vocabulary? Like this: Vocabulary Name Parent Term 1 - Fruit …
user1154488
  • 157
  • 4
  • 12
2
votes
2 answers

Drupal 7, ubercart product node breadcrumbs

I'm creating an Ubercart 3 webshop in Drupal 7. Everything works but there is one thing I can't figure out. The breadcrumb on the product node looks like: Shopname -> Product The breadcrumb I would like is with my taxonomy categories like: Shopname…
snoop-a-loop
  • 55
  • 1
  • 5
2
votes
2 answers

How to link taxonomy terms to view page?

I have enabled the taxonomy menu module and created a custom view from my vocabulary terms. However, the taxonomy menu terms are by default in the following structure [taxonomy_category]/[term-name] and link to the default taxonomy view. How can I…
perpetual_dream
  • 1,046
  • 5
  • 18
  • 51
2
votes
1 answer

Removing the description box when creating taxonomies

When creating taxonomy terms there is a custom descriptiom box called 'Term description textarea'. Is there a way to remove it?
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
2
votes
1 answer

Drupal views contextual filter taxonomy term id and url alias

Views contextual filter 'Content: Has taxonomy term ID' work perfectly, when I try to access it by url like /taxonomy/term/123. It means ID is 123. But I created url aliases for terms. And now I want views get work with alias. Ex.: when I access the…
djayii
  • 79
  • 5
  • 12
2
votes
1 answer

Drupal: How to add taxonomy dropdowns to faceted keyword search

How can I override the faceted search UI to expose taxonomy dropdowns in the keyword search?
Thomas Schultz
  • 2,446
  • 3
  • 25
  • 36
2
votes
2 answers

Drupal 6 - Redirect after add taxonomy term

When adding a taxonomy term in Drupal, it redirects back to itself to add another term. Is there a way of overriding this? I have so far tried: • Adding ?destination=_ to the page that links to the /add/term/ page • Tried hook_taxonomy: function…
jodm
  • 2,607
  • 3
  • 25
  • 40
1
2
3
21 22