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
0
votes
1 answer

Drupal view with contextual filters returning blank screen

This is a very particular question so any input will be appreciated... I'm using panels and views in a custom view template file in a drupal 7 site. The panel has a view embedded in it, as well as some extra content beneath. I have the view set with…
Kai Qing
  • 18,793
  • 5
  • 39
  • 57
0
votes
3 answers

Views hierarchical taxonomy select box

I'm trying to create a Drupal web for a travel agency and need your help. I store locations in a taxonomy with hierarchy, the structure looks like this: Europe France Paris Germany Berlin I'm using a view with "Has taxonomy terms (with…
0
votes
1 answer

Error in Exposed Filter with AJAX in Drupal View

I'm receiving an error when i try to filter a Drupal view using a regular exposed filter with AJAX(autosubmit). An error occured while attempting to process /views/ajax: Object [object Window] has no method 'indexOf' This is what i've done: Clear…
kevinblanco
  • 779
  • 2
  • 7
  • 13
0
votes
1 answer

How can activate taxonomy field in content form on Drupal 6 ?

In my content type - > manage field i can see "Taxonomie--Taxonomy module form" field *In manage form - > i have also "taxonomie" and it's activate* But when i want to edit or create content for this given content type, their is no option to select…
0
votes
1 answer

How to create dynamic drupal 7 taxonomy views

I have to create 1 view using taxonomy. Let's take the example i have 8 categories: cricket, football, tennis, swimming. I have to show this each category with their 5 latest articles. Thew views should display database like Cricket Article…
0
votes
1 answer

How to exclude content with the same taxonomy term as the page containing the view?

slightly odd one here but I have to create an archive page but want to ensure I don't display the content of the 'live' issue. So, I have a taxonomy of Issue Number - every page in the site has to have this to ensure they show up in the correct…
mrbirch
  • 81
  • 4
0
votes
1 answer

How to search a list of users based on taxonomy term in drupal 7?

I want to search users from a list of users by selecting taxonomy. and also I wanted to add taxonomy field in users profile/registration form. Suppose I have different taxonomy like "Technology","Eduaction","Stocks" then by clicking on any of this I…
Shantanu Nirale
  • 105
  • 1
  • 10
0
votes
1 answer

Views block to list related taxonomy terms

I'm trying to create a Views block which will list related taxonomy terms. To explain in a bit more detail: Vocabulary is: Fruits -- Apple -- Banana -- Kiwi When on a node tagged with Apple, I'd like the block to list terms Apple, Banana and Kiwi…
Stephen Wilson
  • 111
  • 1
  • 2
  • 10
0
votes
0 answers

How can I filter on related taxonomy terms?

I have a list of Categories in my taxonomy, with each Category having a list of 'Related Categories' attached to them as a term reference field, ie : Category - "Brushes" -> Related Categories -"Ink, Paints, Paper" (Where each of the 'Related…
Wobin
  • 81
  • 1
  • 8
0
votes
1 answer

Organizing a Department based site in Drupal

I'd like to migrate a large set of static pages to a Drupal site. The first problem I'm coming up against is that most content is structured under a department. A department page would have a list of most content in the center and then up to 3…
Sam
  • 7,543
  • 7
  • 48
  • 62
0
votes
1 answer

Drupal taxonomy views override path for specific content

I am beginning to be a little desperate here. I have following structure (Drupal 7): I use taxonomy menu to build menu links, The taxonomy_term default (page) view is used to override drupal's taxonomy/term/% path In addition to it I use…
Bery
  • 1,094
  • 1
  • 10
  • 23
0
votes
1 answer

Drupal commerce product catalog

I want To create a product cataloge page which has Two section on one side there will be all products And on the other side there will be filters to select The products which has the specific taxonomy term attached to it. Is there any way i can…
0
votes
2 answers

What will be the post parameter when specifying vocabulary term?

I am trying to create a drupal node with a iphone app via rest server. I want to send the request to drupal as json. I have added a taxonomy vocabulary for categorizing the nodes. Specifying a category is mandatory when creating node. My request…
Shuaib
  • 779
  • 2
  • 13
  • 47
0
votes
1 answer

How to apply a taxonomy condition using EntityFieldQuery?

I have a content type where there is a tag field that is a taxonomy term.I would like to make a query to get all the nodes that contain the $tag variable inserted by the user. I know how to do it using db_query but if I use EntityFieldQuery seems…
Cris
  • 12,124
  • 27
  • 92
  • 159
0
votes
2 answers

How to relate two vocabularies in Drupal 7

I have created two vocabularies, 'subject1' and 'subject2'. Both 'subject1' and 'subject2' have the term 'history paper'. How would I relate these two vocabularies? Please help me. I have tried the Hierarchical Select and Taxonomy Tree modules.
user1482938
  • 1
  • 1
  • 2
1 2 3
21
22