Hi, I have a website with this structure (using taxonomy menu):

- Cars (1)
-- BMW (1.1)
-- Ford (1.2)
-- Nissan (1.3)

I created a content type for BMW and a view, and in that view I added the respective fields and in filter criteria added "Content Type(=BMW)" and in path "node/%". The problem is that this view is appearing in all content types. What is missing to this view only appears in the the bmw page ?

In short the content type M3 should only appear in /cars/bmw/m3 but is appearing in all contents.

--
Drupal 7.10
Views 7.x-3.0
Pathauto 7.x-1.0

Comments

Kuldip Gohil’s picture

I think you have to add "argument" (nid fromt the url) from the contextual filters, this way node will be available when argument match.

Note: Better if you take "Cars" as content type instead of taking BMW as content type, as you are already defined taxonomy items.

Thank you,
Kuldip Gohil