Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 22:44 UTC
Updated:
4 Dec 2009 at 15:06 UTC
Hello,
I would like to create a view that displays taxonomy terms title and a mini-panel (from the Panels module) that gets the term id as argument. So in each row I get a term title and a mini-panel. (The mini panel has 3 column, with 3 view that gets the term id as argument.)
Is there any solution, like a view style plugin that could achieve this or I need to theme the view and hard-code the panel rendering stuff?
Thanks in advance.
Comments
Comment #1
merlinofchaos commentedYou would probably need to create a custom row style that takes the tid and passes it through to the panel. You could possibly also do it as a field if you want title + pane or something. I don't think this would be a very complicated piece of coding to write, but it does require learning how to write a plugin or handler.
Comment #2
delykj commentedThanks, merlinofchaos, I just need to discover how to display a mini-panel with arguments. I only found an issue that displays it like a block, but there is no argument passing support (#551144: Mini-Panels : how to render a mini-panel directly in code?).
Comment #3
delykj commentedHere is a simple solution, if you are interested:
http://drupal.org/node/643430#comment-2339614