Bery
Bery

Reputation: 1104

Drupal taxonomy views override path for specific content

I am beginning to be a little desperate here. I have following structure (Drupal 7):

In addition to it I use menu_block module (but I doubt that this is important). What I am trying to achieve:

Upvotes: 0

Views: 845

Answers (1)

mmtahir
mmtahir

Reputation: 21

I was facing the same problem while trying to have different display/structure for publications in contrast to normal articles.

What I did, created a separate view for that specific taxonomy such as taxonomy/term/850, and in the path in view I entered 'taxonomy/term/850' (in this case)

This caused it override taxonomy/term/%

and displayed it differently according to my need.

Upvotes: 2

Related Questions