forum.module

Version 1.541 (checked in on 2009/12/06 at 17:36:51 by webchick)

Provides discussion forums.

Functions

NameDescription
forum_block_configureImplements hook_block_configure().
forum_block_infoImplements hook_block_info().
forum_block_saveImplements hook_block_save().
forum_block_viewImplements hook_block_view().
forum_block_view_pre_renderA #pre_render callback. Lists nodes based on the element's #query property. *
forum_comment_deleteImplements hook_comment_delete().
forum_comment_publishImplements hook_comment_publish().
forum_comment_unpublishImplements hook_comment_unpublish().
forum_comment_updateImplements hook_comment_update().
forum_field_storage_pre_insertImplements hook_field_storage_pre_insert().
forum_field_storage_pre_updateImplements hook_field_storage_pre_update().
forum_formImplements hook_form().
forum_form_alterImplements hook_form_alter().
forum_get_forumsReturns a list of all forums for a given taxonomy id
forum_get_topics
forum_helpImplements hook_help().
forum_initImplements hook_init().
forum_menuImplements hook_menu().
forum_menu_local_tasks_alterImplements hook_menu_local_tasks_alter().
forum_node_deleteImplements hook_node_delete().
forum_node_infoImplements hook_node_info().
forum_node_insertImplements hook_node_insert().
forum_node_loadImplements hook_node_load().
forum_node_prepareImplements hook_node_prepare().
forum_node_presaveImplements hook_node_presave().
forum_node_updateImplements hook_node_update().
forum_node_validateImplements hook_node_validate().
forum_node_viewImplements hook_node_view().
forum_permissionImplements hook_permission().
forum_rdf_mappingImplements hook_rdf_mapping().
forum_taxonomy_term_deleteImplements hook_taxonomy().
forum_themeImplements hook_theme().
forum_url_outbound_alterImplements hook_url_outbound_alter().
template_preprocess_forumsProcess variables for forums.tpl.php
template_preprocess_forum_iconProcess variables to format the icon for each individual topic.
template_preprocess_forum_listProcess variables to format a forum listing.
template_preprocess_forum_submittedProcess variables to format submission info for display in the forum list and topic list.
template_preprocess_forum_topic_listPreprocess variables to format the topic listing.
_forum_get_topic_order
_forum_node_check_node_typeCheck whether a content type can be used in a forum.
_forum_topics_unreadCalculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_forum_update_forum_indexUpdates the taxonomy index for a given node.
_forum_user_last_visit
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.