I have a panel page that is a generalized node view handler for several content types (which is amazingly cool functionality: separate displays per content type = awesome.). It gets a node ID argument from node/%, and there is also a user relationship defined.
I can embed a view into a panel and it works fine. When adding the view to a panel pane, the popup asks to explicitly choose a context (the node or the user relationship). The view is configured to receive a node ID argument and it works great.
I'm trying to use that same view in a Quick Tab inside a panel and can't seem to get the argument to flow through the Quick Tab. I do not know what to put in the "Provide a comma separated list of arguments to pass to the view." to get it to pass the node ID through. I have tried a lot of different things. I have not found any documentation on this specific part. I'd be grateful for some guidance.
Thanks! --j
Comments
Comment #1
pasqualleThere isn't such functionality in QT yet.
Comment #2
jruberto commentedwell that explains it! :-)
Comment #3
pasqualleMoving new features to 3.x version
The solution of this feature is very similar to #358137: views argument from the url check the corresponding code in panels_views_all_views_render() (panels_views.module).
Comment #4
kirilius commentedI subscribe to this.
Do you have any ballpark release date for 3.x?
Comment #5
liam mcdermott commentedSubscribing.
Comment #6
lsdoc77 commentedSubscribing to this also..Would be very usefull to have full functionality-arguments with quicktabs, views and panels
Comment #7
cgireeshs commentedHi,
Can anyone please help me?
How can i load my block that created by using mini panel in quick tab.I have nabled this block in left region that working fine for me.But when add this block to the quick tab.It is not loading the block.
Please give any suggestion.
Comment #8
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.