Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
block displays
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 02:27 UTC
Updated:
20 Feb 2009 at 22:10 UTC
I have a view page using argument to filter different taxonomy terms, then I create a block view to show only one particular term that I am interested and while I enable the more link, there is no option for me to handle arguments, hence it couldn't show the page I wanted.
Comments
Comment #1
merlinofchaos commentedI'm sorry, I don't understand what you're asking for. Can you try again, with a little bit more detail?
Comment #2
kelvinwong commentedOpppps. Sorry it doesn't make much sense, when I read it again, neither the title.
I have a View,
Display = page
Path = page/%
Arguments = Taxonomy: Term
Now I create a block to show a list of nodes that is in category "my term"
Display = block
Filters = Taxonomy: Term = "my term"
and I add a "more link" to this block, but the "more link" is set to a path of "page/*" for some reasons.
I think it would be nice to have a place where I can pass through an argument in the "more link".
Comment #3
merlinofchaos commentedIf your block has an argument (which needs to be filled in through one of the default argument mechanisms) then it should pass through to the page path. If the block has no arguments then I'm afraid there isn't actually a solution except to theme the more link for that view.