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.534 (checked in on 2009/11/21 at 20:33:56 by webchick)
Provides discussion forums.
Functions
Name
Description
forum_block_configure
Implement
hook_block_configure
().
forum_block_info
Implement
hook_block_info
().
forum_block_save
Implement
hook_block_save
().
forum_block_view
Implement
hook_block_view
().
forum_block_view_pre_render
A #pre_render callback. Lists nodes based on the element's #query property. *
forum_comment_delete
Implement
forum_comment_delete
().
forum_comment_publish
Implement
hook_comment_publish
().
forum_comment_unpublish
Implements
forum_comment_unpublish
().
forum_comment_update
Implement
forum_comment_update
().
forum_field_storage_pre_insert
Implement
hook_field_storage_pre_insert
().
forum_field_storage_pre_update
Implement
hook_field_storage_pre_update
().
forum_form
Implement
hook_form
().
forum_form_alter
Implement
hook_form_alter
().
forum_get_forums
Returns a list of all forums for a given taxonomy id
forum_get_topics
forum_help
Implement
hook_help
().
forum_init
Implement
hook_init
().
forum_menu
Implement
hook_menu
().
forum_node_delete
Implement
hook_node_delete
().
forum_node_info
Implement
hook_node_info
().
forum_node_insert
Implement
hook_node_insert
().
forum_node_load
Implement
hook_node_load
().
forum_node_prepare
Implement
hook_node_prepare
().
forum_node_presave
Implement
hook_node_presave
().
forum_node_update
Implement
hook_node_update
().
forum_node_validate
Implement
hook_node_validate
().
forum_node_view
Implement
hook_node_view
().
forum_permission
Implement
hook_permission
().
forum_rdf_mapping
Implements
hook_rdf_mapping
().
forum_taxonomy_term_delete
Implement hook_taxonomy().
forum_theme
Implement
hook_theme
().
forum_url_outbound_alter
Implement
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