Closed (fixed)
Project:
Panels
Version:
6.x-3.0-rc1
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 19:15 UTC
Updated:
27 Jan 2010 at 00:40 UTC
Hi,
I created taxonomy term override panels for different vocabularies which work fine per term. Now I would like to use the same panel for a display of all the nodes in a vocabulary, but I don't know how.
Comments
Comment #1
merlinofchaos commentedYou would use the node_view page, and in the "contexts" section you would add the taxonomy term from node relationship. Once that relationship exists, you can use the selection criteria to choose which variant will display based upon the term or terms.
It may be simpler to do this by node type, since vocabulary is actually a little tricky to get. Nodes have terms, rather than vocabularies, and they can have several, so saying a node is part of vocabulary A or B is a little trickier than it sounds.