Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2009 at 12:23 UTC
Updated:
22 Apr 2011 at 18:56 UTC
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
Comment #1
dawehnerYou 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
Comment #2
esmerel commentedComment #3
merlinofchaos commentedThis is unlikely to be implemented. It's annoyingly difficult to do this with many to one fields.