Обычная установка.
Есть версии для D5 и D6.
На странице настройки модуля можно указать типы материалов, которые тоже обрабатываются модулем.
Также можно указать другое название главной страницы (по умолчанию "Главная").
Совместная работа с модулем Menu breadcrumb
В настройках модуля нужно отключить обработку всех типов контента, а только оставить обработку хлебных крошек терминов таксономии.
Для этого нужно выбрать
- Include + пустое поле
- Exclude + перечислить все типы материалов через пробел (существующие типы указаны ниже формы)
Заголовок текущей страницы в конце цепочки навигации
Если нужно вывести заголовок текущей страницы в конце цепочки навигации, то лучше использовать не функцию модуля ""Show current term in breadcrumb trail?" (работает только для таксономии), а рецепт Заголовок текущей страницы в цепочке навигации.
The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. This module fixes the common complaint of having "Home" be the only breadcrumb on node pages. The breadcrumb trail takes on the form:
[HOME] >> [VOCABULARY] >> TERM >> [TERM] ...
Simply install the module and taxonomy based breadcrumbs will appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on an administration page.
A BETA version supporting 6.x can be found here: http://drupal.org/node/61944/release. This isn't yet for use on production sites. Please try it out and report any issues.
The HOME breadcrumb (if present) links to the homepage. The text displayed for HOME is administrator configurable. If the HOME breadcrumb is not defined by the administrator, it will not appear in the breadcrumb trail.
The VOCABULARY breadcrumb (if present) will link to an administrator defined page. If the VOCABULARY does not have an administrator defined page, it will not appear in the breadcrumb trail.
Each TERM breadcrumb will link to either (1) taxonomy/term/tid by default, or (2) an administrator defined page if one is defined for the term.
These administrator defined "breadcrumb links" for VOCABULARIES and TERMS are controlled from the add/edit vocabulary and add/edit term administrator pages.
Примеры:
- home >> term >> term
- mysite >> term >> term
- home >> vocabulary >> term >> term
- vocabulary >> term >> term










