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

merlinofchaos’s picture

Status: Active » Fixed

You 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.

delykj’s picture

Status: Fixed » Active

Thanks, 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?).

delykj’s picture

Status: Active » Closed (fixed)

Here is a simple solution, if you are interested:

http://drupal.org/node/643430#comment-2339614