Drupal.org
Developing for Drupal
Report a bug
Home
»
API reference
»
File
forum.module
Drupal 5
Drupal 6
Drupal 7
View documentation
View source
Version 1.541 (checked in on 2009/12/06 at 17:36:51 by webchick)
Provides discussion forums.
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
A #pre_render 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_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_alter
Implements
hook_form_alter
().
forum_get_forums
Returns a list of all forums for a given taxonomy id
forum_get_topics
forum_help
Implements
hook_help
().
forum_init
Implements
hook_init
().
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_prepare
Implements
hook_node_prepare
().
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().
forum_theme
Implements
hook_theme
().
forum_url_outbound_alter
Implements
hook_url_outbound_alter
().
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.
_forum_get_topic_order
_forum_node_check_node_type
Check whether a content type can be used in a forum.
_forum_topics_unread
Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_forum_update_forum_index
Updates the taxonomy index for a given node.
_forum_user_last_visit
Login
or
register
to post comments
Search Drupal 6
Function, file, or topic:
*
Drupal 6
Constants
Files
Functions
Globals
Topics