Is it something I just can't get or is it the feature by design: I would love to have pager to work exactly inside given taxonomy term not the top one as it is supposed by token module.

So if there are tid one/two/three and somebody came to browse trough "three" the pager would work with those nodes.

The taxonomy lists are overridden with default views taxonomy setup.

Comments

harmonyhalo’s picture

I'd love to try work out how to do this too.
At my site at www.1015saturdaynight.com i have a number of dates for each week and i'd love for the custom pager to be able to work just within the one date term... is there any way to do this?

asak’s picture

subscribing.

aw04obee’s picture

This could be done by adding an argument to the view and let CP pass an argument to the view, which can be of the [type] kind if you have installed the token module. This would make views handing an array of only the items in that term to CP.

Tried it myself but I run into the problem as described at http://drupal.org/node/309831