Home ›
Agaric wants to be able to have a page view associated with a block view with argumentsAgaric wants to be able to have a page view associated with a block view with arguments
Submitted by Benjamin Melançon on November 26, 2007 - 7:41pm
Pass view URL argument for block to page via more link
Just do it. It works.
Research: Similar, not what we need:
Panels arguments get picked up by Views sometimes, sometimes not
http://drupal.org/node/108823
In fact this person doesn't even get his question answered, but his export of his view is a nice example, including PHP code in the "empty" text.
Passing a variable from one Panel to another Panel, both using Views?
Resolution
Here's how to make a custom more link that will pass the arguments provided to the block view to the page view:
theme('views_more', $view->real_url);
Searched words:
drupal views arguments page
pass drupal block view argument from URL into the more link to page
Comments
Post new comment