forum.module
Версия 1.448.2.7 (checked in on 2009/06/03 at 18:27:48 by goba)
Enable threaded discussions about general topics.
Функции
Имя | Описание |
---|---|
forum_access | Реализация метода hook_access() |
forum_block | Реализация hook_block(). |
forum_form | Реализация hook_form(). |
forum_form_alter | Implementation of hook_form_alter(). |
forum_get_forums | Returns a list of all forums for a given taxonomy id |
forum_get_topics | |
forum_help | Реализация hook_help(). |
forum_init | Реализация hook_init(). |
forum_load | Implementation of hook_load(). |
forum_menu | Реализация hook_menu(). |
forum_nodeapi | Implementation of hook_nodeapi(). |
forum_node_info | Реализация hook_node_info(). |
forum_perm | Реализация hook_perm(). |
forum_taxonomy | Implementation of hook_taxonomy(). |
forum_term_load | Загружает термин форума из таксономии. |
forum_term_path | Реализация hook_term_path(). |
forum_theme | Реализация hook_theme(). |
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. |
template_preprocess_forum_topic_navigation | Preprocess variables to format the next/previous forum topic navigation links. |
_forum_get_topic_order | |
_forum_get_topic_order_sql | |
_forum_new | Находит первую непрочтённую ноду для заданного форума. |
_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 |