I created a block to display node titles in every taxonomy page (taxonomy_term). When this block is in the active term page, it should only display any other nodes with terms different from the current.

It is like excluding Node ID from URL, but I wanted to exclude term ID from URL.

Forgive me if I missed the obvious.

Thanks

Comments

dawehner’s picture

Category: support » feature

You could add a taxonomy term filter dynamically, but thats hard.

Perhaps there could be a class views_handler_argument_many_to_one_numeric which imlements numeric and views_handler_argument_many_to_one

esmerel’s picture

Status: Active » Postponed
merlinofchaos’s picture

Status: Postponed » Closed (won't fix)

This is unlikely to be implemented. It's annoyingly difficult to do this with many to one fields.