Drupal: Whow to forward argument to block-exposed-filters results?
Posted
by Vlad Socaciu
on Stack Overflow
See other posts from Stack Overflow
or by Vlad Socaciu
Published on 2010-06-09T10:56:28Z
Indexed on
2010/06/09
11:02 UTC
Read the original article
Hit count: 286
I have a typical views page displaying nodes, with a taxonomy tid receiveid as an argument through the url: cat/% Now I want to further narow the results with an exposed filter by a cck field. All goes well and for tid=10 (for instance), the filtered page url is cat/10?field_no_people_value=5
Now, when I expose the filter in a block, the argument, tid, goes away and I get cat/all?field_no_people_value=5 . Obviously, filtering by tid doesn't happen anymore.
How should I get around this?
© Stack Overflow or respective owner