forum.module

Version 1.534 (checked in on 2009/11/21 at 20:33:56 by webchick)

Provides discussion forums.

Functions

NameDescription
forum_block_configureImplement hook_block_configure().
forum_block_infoImplement hook_block_info().
forum_block_saveImplement hook_block_save().
forum_block_viewImplement hook_block_view().
forum_block_view_pre_renderA #pre_render callback. Lists nodes based on the element's #query property. *
forum_comment_deleteImplement forum_comment_delete().
forum_comment_publishImplement hook_comment_publish().
forum_comment_unpublishImplements forum_comment_unpublish().
forum_comment_updateImplement forum_comment_update().
forum_field_storage_pre_insertImplement hook_field_storage_pre_insert().
forum_field_storage_pre_updateImplement hook_field_storage_pre_update().
forum_formImplement hook_form().
forum_form_alterImplement hook_form_alter().
forum_get_forumsReturns a list of all forums for a given taxonomy id
forum_get_topics
forum_helpImplement hook_help().
forum_initImplement hook_init().
forum_menuImplement hook_menu().
forum_node_deleteImplement hook_node_delete().
forum_node_infoImplement hook_node_info().
forum_node_insertImplement hook_node_insert().
forum_node_loadImplement hook_node_load().
forum_node_prepareImplement hook_node_prepare().
forum_node_presaveImplement hook_node_presave().
forum_node_updateImplement hook_node_update().
forum_node_validateImplement hook_node_validate().
forum_node_viewImplement hook_node_view().
forum_permissionImplement hook_permission().
forum_rdf_mappingImplements hook_rdf_mapping().
forum_taxonomy_term_deleteImplement hook_taxonomy().
forum_themeImplement hook_theme().
forum_url_outbound_alterImplement 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.