I want the word "Dictionaries" (a term in the "Downloads" vocab) on this page http://www.sbbic.org/drupal-4.7.0/en/taxonomy/term/10 to be like the "Converters and Sorters" is on this page: http://www.sbbic.org/drupal-4.7.0/en/node/28 (ex: Home >> Dictionaries)

Is there a way to do that?

Thanks,
Nathan

Comments

_craig’s picture

Status: Active » Closed (works as designed)

The module wasn't designed to change existing taxonomy pages, but here are a couple of thoughts:

  • Create a PHP node that mimics the taxonomy/term/X page and use that instead of the actual taxonomy/term/X page. You might even be able to find PHP/SQL snippet in the handbook. OR
  • Edit code the function taxonomy_breadcrumb_generate_breadcrumb in taxonomy_breadcrumb.module to also include taxonomy/term/X pages, in addition to node/X pages. This may not be trivial.