Posted by jhofer on May 13, 2009 at 5:53am
2 followers
Jump to:
| Project: | Taxonomy Filter |
| Version: | 7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | solotandem |
| Status: | active |
Issue Summary
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
#1
The url to listen on seems fine (it works for me).
Questions:
#2
jhofer: 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.
#3
thanks. 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...)