| forum_get_forums | modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_overview | modules/forum.module | Returns an overview list of existing forums and containers |
| forum_submit | modules/forum.module | Implementation of hook_submit(). |
| taxonomy_form_all | modules/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. Can be
passed to form_select. |
| taxonomy_get_tree | modules/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_overview_terms | modules/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_select_nodes | modules/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| _forum_parent_select | modules/forum.module | Returns a select box for available parent terms |