The 'Taxonomy helper node' module allows selected node vocabulary terms to be group by vocabulary and re-formatted with a custom display.
Features
| Name | Description |
|---|---|
| taxonomy_helper_node_cache_get | Get cache taxonomy helper node output. |
| taxonomy_helper_node_cache_set | Set cache taxonomy helper node output. |
| taxonomy_helper_node_help | Implementation of hook_help(). |
| taxonomy_helper_node_menu | Implementation of hook_menu(). |
| taxonomy_helper_node_preprocess_node | Implementation of hook_preprocess_node(). |
| taxonomy_helper_node_taxonomy | Implementation of hook_taxonomy(). |
| taxonomy_helper_node_theme | Implementation of hook_theme(). |
| taxonomy_helper_node_vocabularies_output | Output a node's vocabularies group by vocabulary with a customized display and terms formatting. |
| taxonomy_helper_node_vocabulary_output | Output a node's vocabulary with a customized display and terms formatting. |
| theme_taxonomy_helper_node_terms_vocabulary_block | Theme node terms vocabulary as block. Uses theme('block', $block). |
| theme_taxonomy_helper_node_terms_vocabulary_breadcrumbs | Theme node terms vocabulary as breadcrumbs. |
| theme_taxonomy_helper_node_terms_vocabulary_delimited | Theme node terms vocabulary as delimited values. |
| theme_taxonomy_helper_node_terms_vocabulary_fieldset | Theme node terms vocabulary fieldset that can be collapsible and/or collapsed. |
| theme_taxonomy_helper_node_terms_vocabulary_inline | Theme node terms vocabulary inline. |
| theme_taxonomy_helper_node_terms_vocabulary_links | Theme node terms vocabulary as links. |
| theme_taxonomy_helper_node_terms_vocabulary_list | Theme node terms vocabulary as list. |
| theme_taxonomy_helper_node_terms_vocabulary_tree | Theme node terms as tree (nested un-ordered lists). |