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

solotandem’s picture

Assigned: Unassigned » solotandem

The url to listen on seems fine (it works for me).

Questions:

  • What release date on 6.x-dev are you using? Most recent is best.
  • What menu template are you using: base and cloud are implemented, context and dynamic are expected to be soon.
  • Have you set the vocabulary mappings at 'admin/settings/taxonomy_filter/mappings'?
  • Have you enabled one or both of the taxonomy filter blocks at 'admin/build/block'?
solotandem’s picture

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.

jhofer’s picture

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...)