Closed (fixed)
Project:
Panels
Version:
6.x-3.0
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 02:18 UTC
Updated:
4 Oct 2009 at 23:40 UTC
I've created a two column panel that lists three sections for specific taxonomy terms- health, diet, beauty in right hand column. Each section/block lists 7 node titles linked to the node. So in Views, I essentially created a health block, health page, etc (see attached). For three taxonomy terms this is manageable, but I have other sites with many more taxonomy terms.
Is there a better way to do this?
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2009-09-11 at 9.37.47 PM.png | 91.1 KB | Thomasr976 |
Comments
Comment #1
merlinofchaos commentedYou can create just one view, and use the taxonom: Term ID argument.
Then, in the panel, create a context for each taxonomy term you want to display. Then, choose the appropriate term context to fill in the argument.
Comment #2
Thomasr976 commentedThanks. This sounds similar to what u did in the Panel Demo. Is that correct?
Comment #3
merlinofchaos commentedSimilar, but it doesn't actually use contexts, which makes it hide what's going on a little bit.
Comment #4
Thomasr976 commentedReally appreciate your help. Just one more question please:
Then, in the panel, create a context for each taxonomy term you want to display. Then, choose the appropriate term context to fill in the argument
So for each pane (say I have 4 taxonomy terms) in the panel, I will create that context. Right? Thanks.
Comment #5
merlinofchaos commentedThat's right. You will probably want to make sure the contexts are named appropriately, as well, as their identifiers will show up in the admin title of the page (which is the primary reason to do it).
Comment #6
Thomasr976 commentedThanks. Very grateful for your help and the great mods you have developed. Thomas.
Comment #7
Thomasr976 commentedI created that view and did exactly what you said. it worked like a charm. Many thanks.