"Taxonomy" refers to Drupal's content classification mechanism, organised into vocabularies and terms.
0
votes
1answer
16 views
Taxonomy jump list in view in parent/child order
I have a taxonomy vocabulary of universities with their parent states. I then added this taxonomy field to the user profile so I could indicate what university the person was from. I'm trying to get ...
0
votes
1answer
15 views
Form value not submitting for a function called from ajax
I have created a form for creating some beaches. In that I have to give the value of continents,country ,name of beaches. Names of the countries and continent are stored in the taxonomy table. so if ...
0
votes
2answers
26 views
Using Views' Contextual filters in a Panel for one taxonomy term
I have one taxonomy term, Country, which is linked to another, People. One people is from one country.
How can I make a view in my Panel, using Contextual filters, in order to show the specific view ...
0
votes
2answers
53 views
how to convert Taxonomy terms to nodes
Short Question :
is there a way convert all of one vocabulary taxonomy terms to one
content type nodes ? And switch all term refrences in the database to
entity references to the converted ...
1
vote
1answer
10 views
taxonomy menu links change with path
Is there any way to change taxonomy menu links depending on path? I have a Taxonomy menu in a block with different levels and depending on path I would like to change the taxonomy level depending ...
0
votes
0answers
10 views
Checkbox for Taxonomy Access Control missing
I'm trying to work with https://drupal.org/project/taxonomy_access and followed this guide http://www.drupalgardens.com/documentation/permissions/restrict/roles
However I don't have that tick Enable ...
0
votes
1answer
20 views
Taxonomy terms from multiple vocabs on a single line
I migrated from Drupal 6 to Drupal 7 and used the same theme, now the "post tags" (taxonomy terms from multiple vocabularies) aren't displayed on the same line as shown below.
How to get these ...
0
votes
1answer
16 views
How to make a taxonomy term display a field
I set up a taxonomy vocabulary (College attended) to be a field in my profile 2 registration form.
When a new user registers, he selects one of the terms of the vocabulary (i.e colleges).
I would ...
0
votes
0answers
12 views
Auto-tagging a node based on a mapping of terms already assigned in other vocabularies
Say I have two different node types. One node type gets automatically tagged with a generic "geography" vocabulary (Chicago, Dallas, Florida, Maine) while the other is automatically tagged with a more ...
2
votes
1answer
35 views
How to filter taxonomy term in views from URL
I am working on a travel website, and I made taxonomy with depth continent/country/city. I also have taxonomy locations restaurants, museums, nightlife... I have content types destinations and ...
0
votes
3answers
139 views
Override taxonomy term path with Views
I need to override by views my hierarchical taxonomy term paths:
www.example.com/[vocabulary name]
www.example.com/[vocabulary name]/term1
www.example.com/[vocabulary name]/term1/term2
...
0
votes
1answer
23 views
Associate a Taxonomy term to user who creates it
I have field Company Name which is a term reference to a vocabulary with same name. when user types the field if name already exists, so auto complete showed that or else it will be added as taxonomy ...
2
votes
1answer
19 views
Make Foo and foo to be different free tagging tags in Drupal 6
I need a way to make Foo and foo to work as two different freetagging words in a Drupal 6 taxonomy field, any suggestions for this?
2
votes
0answers
36 views
Image based on node taxonomy terms
Here is what I am trying to do.
If there is an empty image field on a node I want it replaced based on what taxonomy terms are on the page, but the key is I want to apply it site wide so it will ...
1
vote
1answer
33 views
contextual menus on drupal
I have some questions about Drupal menus. I am interested to have a Contextual Menu in sense that its links change depending where the user is.
I have a Taxonomy Menu and I would like to show in the ...