forum.module
Version
1.375.2.7 (checked in on 2008/04/05 at 02:18:59 by drumm)
Description
Enable threaded discussions about general topics.
Functions
| Name | Description |
|---|---|
| forum_access | Implementation of hook_access(). |
| forum_admin_settings | |
| forum_block | Implementation of hook_block(). |
| forum_confirm_delete | Returns a confirmation page for deleting a forum taxonomy term. |
| forum_confirm_delete_submit | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| forum_delete | Implementation of hook_delete(). |
| forum_form | Implementation of hook_form(). |
| forum_form_alter | Implementation of hook_form_alter(). |
| forum_form_container | Returns a form for adding a container to the forum vocabulary |
| forum_form_forum | Returns a form for adding a forum to the forum vocabulary |
| forum_form_main | |
| forum_form_submit | Process forum form and container form submissions. |
| forum_get_forums | Returns a list of all forums for a given taxonomy id |
| forum_get_topics | |
| forum_help | Implementation of hook_help(). |
| forum_insert | Implementation of hook_insert(). |
| forum_link_alter | |
| forum_load | Implementation of hook_load(). |
| forum_menu | Implementation of hook_menu(). |
| forum_nodeapi | Implementation of hook_nodeapi(). |
| forum_node_info | Implementation of hook_node_info(). |
| forum_overview | Returns an overview list of existing forums and containers |
| forum_page | Menu callback; prints a forum listing. |
| forum_perm | Implementation of hook_perm(). |
| forum_prepare | Implementation of hook_prepare; assign forum taxonomy when adding a topic from within a forum. |
| forum_submit | Implementation of hook_submit(). |
| forum_taxonomy | Implementation of hook_taxonomy(). |
| forum_update | Implementation of hook_update(). |
| forum_validate | Implementation of hook_validate(). |
| forum_view | Implementation of hook_view(). |
| theme_forum_display | Format the forum body. |
| theme_forum_icon | Format the icon for each individual topic. |
| theme_forum_list | Format the forum listing. |
| theme_forum_topic_list | Format the topic listing. |
| theme_forum_topic_navigation | Format the next/previous forum topic navigation links. |
| _forum_format | Formats a topic for display |
| _forum_get_topic_order | |
| _forum_get_topic_order_sql | |
| _forum_get_vid | Returns the vocabulary id for forum navigation. |
| _forum_new | Finds the first unread node for a given forum. |
| _forum_parent_select | Returns a select box for available parent terms |
| _forum_topics_unread | Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT. |
| _forum_user_last_visit |
