forum.module

Provides discussion forums.

File

modules/forum/forum.module

Functions

Name Description
forum_block_configure Implements hook_block_configure().
forum_block_info Implements hook_block_info().
forum_block_save Implements hook_block_save().
forum_block_view Implements hook_block_view().
forum_block_view_pre_render Render API callback: Lists nodes based on the element's #query property.
forum_comment_delete Implements hook_comment_delete().
forum_comment_publish Implements hook_comment_publish().
forum_comment_unpublish Implements hook_comment_unpublish().
forum_comment_update Implements hook_comment_update().
forum_entity_info_alter Implements hook_entity_info_alter().
forum_field_storage_pre_insert Implements hook_field_storage_pre_insert().
forum_field_storage_pre_update Implements hook_field_storage_pre_update().
forum_form Implements hook_form().
forum_form_node_form_alter Implements hook_form_BASE_FORM_ID_alter() for node_form().
forum_form_taxonomy_form_term_alter Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
forum_form_taxonomy_form_vocabulary_alter Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
forum_forum_load Returns a tree of all forums for a given taxonomy term ID.
forum_get_topics Gets all the topics in a forum.
forum_help Implements hook_help().
forum_menu Implements hook_menu().
forum_menu_local_tasks_alter Implements hook_menu_local_tasks_alter().
forum_node_delete Implements hook_node_delete().
forum_node_info Implements hook_node_info().
forum_node_insert Implements hook_node_insert().
forum_node_load Implements hook_node_load().
forum_node_presave Implements hook_node_presave().
forum_node_update Implements hook_node_update().
forum_node_validate Implements hook_node_validate().
forum_node_view Implements hook_node_view().
forum_permission Implements hook_permission().
forum_rdf_mapping Implements hook_rdf_mapping().
forum_taxonomy_term_delete Implements hook_taxonomy_term_delete().
forum_theme Implements hook_theme().
forum_uri Implements callback_entity_info_uri().
template_preprocess_forums Preprocesses variables for forums.tpl.php.
template_preprocess_forum_icon Preprocesses variables for forum-icon.tpl.php.
template_preprocess_forum_list Preprocesses variables for forum-list.tpl.php.
template_preprocess_forum_submitted Preprocesses variables for forum-submitted.tpl.php.
template_preprocess_forum_topic_list Preprocesses variables for forum-topic-list.tpl.php.
_forum_get_topic_order Gets topic sorting information based on an integer code.
_forum_node_check_node_type Checks whether a node can be used in a forum, based on its content type.
_forum_topics_unread Calculates the number of new posts in a forum that the user has not yet read.
_forum_update_forum_index Updates the taxonomy index for a given node.
_forum_user_last_visit Gets the last time the user viewed a node.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!forum!forum.module/7.x