The 'Taxonomy helper node' module allows selected node vocabulary terms to be group by vocabulary and re-formatted with a custom display.

Features

  • Custom node vocabulary display for teaser and page view. *
  • Hide all terms or just an individual vocabulary's terms.
  • Format node vocabulary as a block, fieldset, or inline text. *
  • Format heirachical vocabulary terms as a tree (aka nested lists) and/or a breadcrumbs. *
  • Format flat vocabulary terms or free-tags as a list, links, or comma delimited values.
  • These features are unique to this module. The remaining features/functionality are also available within the list of 'Similar modules' below.
Notes
  • The heirachical vocabulary tree and breadcrumb displays require caching to insure optimum performance.
Todo
  • Add documentation to admin.
  • Add theme_custom.
  • Rename to nodeterms.
Similar modules

Constants

NameDescription
TAXONOMY_HELPER_NODE_DISPLAY_BLOCK
TAXONOMY_HELPER_NODE_DISPLAY_DEFAULT
TAXONOMY_HELPER_NODE_DISPLAY_FIELDSET
TAXONOMY_HELPER_NODE_DISPLAY_FIELDSET_COLLAPSED
TAXONOMY_HELPER_NODE_DISPLAY_FIELDSET_COLLAPSIBLE
TAXONOMY_HELPER_NODE_DISPLAY_HIDDEN
TAXONOMY_HELPER_NODE_DISPLAY_INLINE
TAXONOMY_HELPER_NODE_DISPLAY_NONE
TAXONOMY_HELPER_NODE_TERMS_BREADCRUMBS
TAXONOMY_HELPER_NODE_TERMS_DEFAULT
TAXONOMY_HELPER_NODE_TERMS_DELIMITED
TAXONOMY_HELPER_NODE_TERMS_LINKS
TAXONOMY_HELPER_NODE_TERMS_LIST
TAXONOMY_HELPER_NODE_TERMS_TREE

Functions

NameDescription
taxonomy_helper_node_cache_getGet cache taxonomy helper node output.
taxonomy_helper_node_cache_setSet cache taxonomy helper node output.
taxonomy_helper_node_helpImplementation of hook_help().
taxonomy_helper_node_menuImplementation of hook_menu().
taxonomy_helper_node_preprocess_nodeImplementation of hook_preprocess_node().
taxonomy_helper_node_taxonomyImplementation of hook_taxonomy().
taxonomy_helper_node_themeImplementation of hook_theme().
taxonomy_helper_node_vocabularies_outputOutput a node's vocabularies group by vocabulary with a customized display and terms formatting.
taxonomy_helper_node_vocabulary_outputOutput a node's vocabulary with a customized display and terms formatting.
theme_taxonomy_helper_node_terms_vocabulary_blockTheme node terms vocabulary as block. Uses theme('block', $block).
theme_taxonomy_helper_node_terms_vocabulary_breadcrumbsTheme node terms vocabulary as breadcrumbs.
theme_taxonomy_helper_node_terms_vocabulary_delimitedTheme node terms vocabulary as delimited values.
theme_taxonomy_helper_node_terms_vocabulary_fieldsetTheme node terms vocabulary fieldset that can be collapsible and/or collapsed.
theme_taxonomy_helper_node_terms_vocabulary_inlineTheme node terms vocabulary inline.
theme_taxonomy_helper_node_terms_vocabulary_linksTheme node terms vocabulary as links.
theme_taxonomy_helper_node_terms_vocabulary_listTheme node terms vocabulary as list.
theme_taxonomy_helper_node_terms_vocabulary_treeTheme node terms as tree (nested un-ordered lists).