You are here

README.txt in Taxonomy Breadcrumb 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Taxonomy Breadcrumb
-------------------

 The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node
 pages and taxonomy/term pages.  The breadcrumb trail takes on the form:
   [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...

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

 Examples:
   home >> term >> term
   mysite >> term >> term
   home >> vocabulary >> term >> term
   vocabulary >> term >> term

* Enable the module and any option submodules (see below for details)
* Configure taxonomy breadcrumb settngs at admin/config/user-interface/taxonomy-breadcrumb
  - set the home breadcrumb text, if desired.
  - under the advanced settings fieldset, select the node types to either include or
    exclude when applying taxonomy-based breadcrumbs.
  - Edit your taxonomy vocabularies and set the taxonomy breadcrumb paths, if desired.
  - Edit your taxonomy terms and set the taxonomy breadcrumb paths, if desired.
* Visit node pages and taxonomy term pages and your taxonomy breadcrumbs should appear.

File

README.txt
View source
  1. Taxonomy Breadcrumb
  2. -------------------
  3. The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node
  4. pages and taxonomy/term pages. The breadcrumb trail takes on the form:
  5. [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...
  6. - The HOME breadcrumb (if present) links to the homepage. The text
  7. displayed for HOME is administrator configurable. If the HOME
  8. breadcrumb is not defined by the administrator, it will not appear
  9. in the breadcrumb trail.
  10. - The VOCABULARY breadcrumb (if present) will link to an administrator
  11. defined page. If the VOCABULARY does not have an administrator
  12. defined page, it will not appear in the breadcrumb trail.
  13. - Each TERM breadcrumb will link to either
  14. (1) taxonomy/term/tid by default, or
  15. (2) an administrator defined page if one is defined for the term.
  16. - These administrator defined "breadcrumb links" for VOCABULARIES and TERMS
  17. are controlled from the add/edit vocabulary and add/edit term
  18. administrator pages.
  19. Examples:
  20. home >> term >> term
  21. mysite >> term >> term
  22. home >> vocabulary >> term >> term
  23. vocabulary >> term >> term
  24. * Enable the module and any option submodules (see below for details)
  25. * Configure taxonomy breadcrumb settngs at admin/config/user-interface/taxonomy-breadcrumb
  26. - set the home breadcrumb text, if desired.
  27. - under the advanced settings fieldset, select the node types to either include or
  28. exclude when applying taxonomy-based breadcrumbs.
  29. - Edit your taxonomy vocabularies and set the taxonomy breadcrumb paths, if desired.
  30. - Edit your taxonomy terms and set the taxonomy breadcrumb paths, if desired.
  31. * Visit node pages and taxonomy term pages and your taxonomy breadcrumbs should appear.