Download & Extend

Help with Advanced Settings

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

Assigned to:Anonymous» 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'?

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

nobody click here