Active
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
13 May 2009 at 05:53 UTC
Updated:
24 May 2009 at 03:23 UTC
I've overridden the standard core taxonomy module with the Views Taxonomy Term. I've tried to figure out how to change the Advanced Settings in the Taxonomy Filter so that it 'listens' for the correct URL - to no avail. Can someone explain how to set this in more depth?
The urls to listen on is currently set at : taxonomy/term/%tids/%depth
Seems like this should work since my taxonomy view outputs "taxonomy/term/10" but the Filter block doesn't show up.
Jeremy
Comments
Comment #1
solotandem commentedThe url to listen on seems fine (it works for me).
Questions:
Comment #2
solotandem commentedjhofer: In tomorrow's dev release (dated May 17), there is a one-character correction to the default URLs to listen on:
Old: taxonomy/term/%tids/%depth/!feed
New: taxonomy/term/%tids/%depth!feed (removes the slash before !feed)
This may be unrelated to your issue, but let me know if it helps.
Comment #3
jhofer commentedthanks. I ended up disabling the taxonomy view and using the default taxonomy... for some reason the filter wasn't working with the taxonomy view (which emulates the default...)