forum.module
Версия 1.375.2.9 (checked in on 2009/07/01 at 20:52:11 by drumm)
Enable threaded discussions about general topics.
Функции
Имя | Описание |
---|---|
forum_access | Реализация метода hook_access() |
forum_admin_settings | |
forum_block | Реализация hook_block(). |
forum_confirm_delete | Returns a confirmation page for deleting a forum taxonomy term. |
forum_confirm_delete_submit | Implementation of forms api _submit call. Deletes a forum after confirmation. |
forum_delete | Реализация hook_delete(). |
forum_form | Реализация hook_form(). |
forum_form_alter | Implementation of hook_form_alter(). |
forum_form_container | Returns a form for adding a container to the forum vocabulary |
forum_form_forum | Returns a form for adding a forum to the forum vocabulary |
forum_form_main | |
forum_form_submit | Process forum form and container form submissions. |
forum_get_forums | Returns a list of all forums for a given taxonomy id |
forum_get_topics | |
forum_help | Реализация hook_help(). |
forum_insert | Implementation of hook_insert(). |
forum_load | Implementation of hook_load(). |
forum_menu | Реализация hook_menu(). |
forum_nodeapi | Implementation of hook_nodeapi(). |
forum_node_info | Реализация hook_node_info(). |
forum_overview | Returns an overview list of existing forums and containers |
forum_page | Menu callback; prints a forum listing. |
forum_perm | Реализация hook_perm(). |
forum_prepare | Implementation of hook_prepare; assign forum taxonomy when adding a topic from within a forum. |
forum_submit | Implementation of hook_submit(). |
forum_taxonomy | Implementation of hook_taxonomy(). |
forum_term_path | |
forum_update | Implementation of hook_update(). |
forum_validate | Implementation of hook_validate(). |
forum_view | Реализация hook_view(). |
theme_forum_display | Format the forum body. |
theme_forum_icon | Format the icon for each individual topic. |
theme_forum_list | Format the forum listing. |
theme_forum_topic_list | Format the topic listing. |
theme_forum_topic_navigation | Format the next/previous forum topic navigation links. |
_forum_format | Formats a topic for display |
_forum_get_topic_order | |
_forum_get_topic_order_sql | |
_forum_get_vid | Returns the vocabulary id for forum navigation. |
_forum_new | Finds the first unread node for a given forum. |
_forum_parent_select | Returns a select box for available parent terms |
_forum_topics_unread | Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT. |
_forum_user_last_visit |