The 'Node terms' module allows selected node vocabulary terms to be group by vocabulary and re-formatted with a custom display.
This modules is very similar to the lightweight Term Display module.
This module provides full control over the display of a node's vocabulary terms. This module does not require any custom theming, most layout changes can be accomplished by adjusting the admin and vocabulary display setting and/or by adding a little CSS.
Features
| Name | Description |
|---|---|
| nodeterms_cache_clear | Clear node terms cache. |
| nodeterms_cache_get | Get cache node terms output. |
| nodeterms_cache_set | Set cache node terms output. |
| nodeterms_data | Fetch nodeterms data for a vocabulary or defaults if there are no registered data. |
| nodeterms_form_taxonomy_form_vocabulary_alter | Implementation of hook_form_alter(). |
| nodeterms_help | Implementation of hook_help(). |
| nodeterms_menu | Implementation of hook_menu(). |
| nodeterms_preprocess_node | Implementation of hook_preprocess_node(). |
| nodeterms_taxonomy | Implementation of hook_taxonomy(). |
| nodeterms_theme | Implementation of hook_theme(). |
| nodeterms_vocabularies_output | Output a node's vocabularies group by vocabulary with a customized display and terms formatting. |
| nodeterms_vocabulary_output | Output a node's vocabulary with a customized display and terms formatting. |
| theme_nodeterms_terms_display_breadcrumbs | Theme node terms vocabulary as breadcrumbs. |
| theme_nodeterms_terms_display_custom | Custom theme node terms vocabulary |
| theme_nodeterms_terms_display_delimited | Theme node terms vocabulary as delimited values. |
| theme_nodeterms_terms_display_links | Theme node terms vocabulary as links. |
| theme_nodeterms_terms_display_list | Theme node terms vocabulary as list. |
| theme_nodeterms_terms_display_tree | Theme node terms as tree (nested un-ordered lists). |
| theme_nodeterms_vocabulary_display_block | Theme node terms vocabulary as block. Uses theme('block', $block). |
| theme_nodeterms_vocabulary_display_custom | Theme node terms vocabulary inline. |
| theme_nodeterms_vocabulary_display_fieldset | Theme node terms vocabulary fieldset that can be collapsible and/or collapsed. |
| theme_nodeterms_vocabulary_display_inline | Theme node terms vocabulary inline. |
| _nodeterms_get_form_terms_display_style | Return style attribute for a vocabulary's terms toggle wrapper if the associated display is hidden. |