forum.module
Version
1.448.2.4 (checked in on 2008/04/25 at 20:39:54 by goba)
Description
Enable threaded discussions about general topics.
Functions
| Name | Description |
|---|---|
| forum_access | Implementation of hook_access(). |
| forum_block | Implementation of hook_block(). |
| forum_form | Implementation of hook_form(). |
| forum_form_alter | Implementation of hook_form_alter(). |
| forum_get_forums | Returns a list of all forums for a given taxonomy id |
| forum_get_topics | |
| forum_help | Implementation of hook_help(). |
| forum_init | Implementation of hook_init(). |
| 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_perm | Implementation of hook_perm(). |
| forum_taxonomy | Implementation of hook_taxonomy(). |
| forum_term_load | Fetch a forum term. |
| forum_theme | Implementation of hook_theme() |
| template_preprocess_forums | Process variables for forums.tpl.php |
| template_preprocess_forum_icon | Process variables to format the icon for each individual topic. |
| template_preprocess_forum_list | Process variables to format a forum listing. |
| template_preprocess_forum_submitted | Process variables to format submission info for display in the forum list and topic list. |
| template_preprocess_forum_topic_list | Preprocess variables to format the topic listing. |
| template_preprocess_forum_topic_navigation | Preprocess variables to format the next/previous forum topic navigation links. |
| _forum_get_topic_order | |
| _forum_get_topic_order_sql | |
| _forum_new | Finds the first unread node for a given forum. |
| _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 |
