Hi,

I have problems using the taxonomy/term/% view together with the taxonomy/term/%term delegator panel override.
There is a interference of both paths.

I would very much show the taxonomy/term/% view information in a panel-pane.
Is there a taxonomy/term/% snippet likewise the view which I could use in the panel/pane with (arg), so taxonomy/term/1 gives exactly the same info as the D6 views2 taxonomy/term/% view does?

Thanks a lot for your reply!

greetings,
Martijn

Comments

nevets’s picture

Clone the existing taxonomy_term view.

In the clone remove the page display.
Give it a different name
Add a "panel" display.
Save the view.

Disable the original taxonomy_term view.

Use the clone version in your panel page.

summit’s picture

Hi ,

This worked! You have to remove the page display from the taxonomy/term view completely, than it works.
Thanks!

greetings,
Martijn