I need to acheive the following layout/setup for a section of my website:
Using the following panels layout:
Top column spanning full width containing:
- a view (prob themed using jquery cycle) of images relating to current node
3 columns below containing:
Left column: List of 4 single hierarchy taxonomy terms:
- Term 1
- Term 2 (selected)
- Term 3
- Term 4
Middle column: List view of node titles tagged with taxonomy term selected in left column
- Node1 title (tagged with term 2) (selected)
- Node2 title (tagged with term 2)
- etc.
Right column: Contents of node selected in middle column
- Node 1
I'm a newbie. I think in theory I can do this with just views and panels, passing the term id and node id as arguments. But I need someone to point me in the right direction because I don't know how to make the views and panels arguments and contexts work together. Thanks.