Hi,
Assume I have a view, that has 2 exposed filters: field_event_nid[] and field_place_nid[]
When changing the filter, the url changes:
[server]/results?field_event_nid[]=113&field_place_nid[]=86
Now I would like to put this view inside a panel, where on the left side (left panel) will be a description of the place and on the right I would like to see the results of the view (related to the place).
My question is, how do you hand over arguments (contexts??) to the view from within panels?
I have tried to create a node context (place) and have the panel url as: /panels/places/%
The panel correctly displays the node, but the view always displays everything (all lines, not just lines related to this place). How should i set up the "Arguments" for the view's pane?
@0?
%1?
field_place_nid[]=@0?
So far none of my attempts worked.
M.
Comments
Did you ever figure this out?
Did you ever figure this out?