Hello from South Africa :)
I need help with passing an argument to a block view.
Here's the story:
I have a table view that displays list of nodes. Let's call it view A
Clicking on an item in this view calls a page view (view B) that displays the items nodes, 1 in a page (I've created this view because I wanted the pager option, so the users can move from one node to another without having to go back to view A).
This page view calls a block view (view C), based on node_reference, and this block view needs the node id in order to display the right node_reference values.
So when I'm calling the view B from view A it is being called like this: http://judaicart/viewB
When you are inside view B, you have a pager, and then each page is being called: http://judaicart/viewB?page=x
View B is calling view C that needs the node id of each item in view B.
So as you can see, I don't have the node id in the url.
Any idea how can I pass the node id to view C?
Thanks,
Sigal
