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
Searched words:
drupal views arguments page
pass drupal block view argument from URL into the more link to page
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);
More like this
- Passing an argument from a block to a page with Views 6
- Using the taxonomy term associated with a node as an argument in a view
- Agaric Wants: to be able to add taxonomy terms en masse by checking off nodes in a list
- Agaric wants a Drupal module that lists recently enabled and disabled modules in a block
- Agaric asks itself: help. views arguments? Taxonomy, nodes, and context


Comments
Post new comment