forum.module

Version

1.375.2.7 (checked in on 2008/04/05 at 02:18:59 by drumm)

Description

Enable threaded discussions about general topics.

Functions

Namesort iconDescription
forum_accessImplementation of hook_access().
forum_admin_settings
forum_blockImplementation of hook_block().
forum_confirm_deleteReturns a confirmation page for deleting a forum taxonomy term.
forum_confirm_delete_submitImplementation of forms api _submit call. Deletes a forum after confirmation.
forum_deleteImplementation of hook_delete().
forum_formImplementation of hook_form().
forum_form_alterImplementation of hook_form_alter().
forum_form_containerReturns a form for adding a container to the forum vocabulary
forum_form_forumReturns a form for adding a forum to the forum vocabulary
forum_form_main
forum_form_submitProcess forum form and container form submissions.
forum_get_forumsReturns a list of all forums for a given taxonomy id
forum_get_topics
forum_helpImplementation of hook_help().
forum_insertImplementation of hook_insert().
forum_link_alter
forum_loadImplementation of hook_load().
forum_menuImplementation of hook_menu().
forum_nodeapiImplementation of hook_nodeapi().
forum_node_infoImplementation of hook_node_info().
forum_overviewReturns an overview list of existing forums and containers
forum_pageMenu callback; prints a forum listing.
forum_permImplementation of hook_perm().
forum_prepareImplementation of hook_prepare; assign forum taxonomy when adding a topic from within a forum.
forum_submitImplementation of hook_submit().
forum_taxonomyImplementation of hook_taxonomy().
forum_updateImplementation of hook_update().
forum_validateImplementation of hook_validate().
forum_viewImplementation of hook_view().
theme_forum_displayFormat the forum body.
theme_forum_iconFormat the icon for each individual topic.
theme_forum_listFormat the forum listing.
theme_forum_topic_listFormat the topic listing.
theme_forum_topic_navigationFormat the next/previous forum topic navigation links.
_forum_formatFormats a topic for display
_forum_get_topic_order
_forum_get_topic_order_sql
_forum_get_vidReturns the vocabulary id for forum navigation.
_forum_newFinds the first unread node for a given forum.
_forum_parent_selectReturns a select box for available parent terms
_forum_topics_unreadCalculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_forum_user_last_visit
 
 

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.