|
1C-Bitrix 25.700.0
|
Функции | |
| ForumCurrUserPermissions ($FID, $arAddParams=array()) | |
| ForumSubscribeNewMessagesEx ($FID, $TID, $NEW_TOPIC_ONLY, &$strErrorMessage, &$strOKMessage, $strSite=false, $SOCNET_GROUP_ID=false) | |
| ForumUnsubscribeNewMessagesEx ($FID, $TID, $NEW_TOPIC_ONLY, &$strErrorMessage, &$strOKMessage, $strSite=false, $SOCNET_GROUP_ID=false) | |
| ForumUnsubscribeNewMessages ($FID, $TID, &$strErrorMessage, &$strOKMessage, $NEW_TOPIC_ONLY="N", $strSite=false, $SOCNET_GROUP_ID=false) | |
| ForumSubscribeNewMessages ($FID, $TID, &$strErrorMessage, &$strOKMessage, $NEW_TOPIC_ONLY="N", $strSite=false, $SOCNET_GROUP_ID=false) | |
| ForumGetRealIP () | |
| ForumAddMessage ( $MESSAGE_TYPE, $FID, $TID, $MID, $arFieldsG, &$strErrorMessage, &$strOKMessage, $iFileSize=false, $captcha_word="", $captcha_sid=0, $captcha_code="") | |
| ForumModerateMessage ($message, $TYPE, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumOpenCloseTopic ($topicIds, $TYPE, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumTopOrdinaryTopic ($topic, $TYPE, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumDeleteTopic ($topic, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumDeleteMessage ($message, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumSpamTopic ($topic, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumSpamMessage ($message, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumMessageExistInArray ($message=array()) | |
| ForumDeleteMessageArray ($message, &$strErrorMessage, &$strOKMessage) | |
| ForumModerateMessageArray ($message, $TYPE, &$strErrorMessage, &$strOKMessage) | |
| ForumShowTopicPages ($nMessages, $strUrl, $pagen_var="PAGEN_1", $PAGE_ELEMENTS=false) | |
| ForumMoveMessage ($FID, $TID, $Message, $NewTID, $arFields, &$strErrorMessage, &$strOKMessage, $iFileSize=false) | |
| ForumPrintIconsList ($num_cols, $value="") | |
| ForumPrintSmilesList ($num_cols, $strLang=false) | |
| ForumMoveMessage2Support ($MID, &$strErrorMessage, &$strOKMessage, $arAddParams=array()) | |
| ForumVote4User ($UID, $VOTES, $bDelVote, &$strErrorMessage, &$strOKMessage) | |
| ShowActiveUser ($arFields=array()) | |
| ForumGetUserForumStatus ($userID=false, $perm=false, $arAdditionalParams=array()) | |
| ForumAddPageParams ($page_url="", $params=array(), $addIfNull=false, $htmlSpecialChars=true) | |
| ForumActions ($action, $arFields, &$strErrorMessage, &$strOKMessage) | |
| ForumDataToArray (&$message) | |
| ForumGetTopicSort (&$field_name, &$direction, $arForumInfo=array()) | |
| ForumShowError ($arError, $bShowErrorCode=false) | |
| ForumClearComponentCache ($components) | |
| InitSortingEx ($Path=false, $sByVar="by", $sOrderVar="order") | |
| ForumGetEntity ($entityId, $value=true) | |
Переменные | |
| global | $APPLICATION |
| $dbType = \Bitrix\Main\Application::getConnection()->getType() | |
| if(file_exists(__DIR__."/deprecated.php")) | $arNameStatuses = @unserialize(COption::GetOptionString("forum", "statuses_name"), ["allowed_classes" => false]) |
| $arNameStatuses [LANGUAGE_ID] = isset($arNameStatuses[LANGUAGE_ID]) && is_array($arNameStatuses[LANGUAGE_ID]) ? $arNameStatuses[LANGUAGE_ID] : array() | |
| $name = array("guest" => "Guest", "user" => "User", "moderator" => "Moderator", "editor" => "Editor", "administrator" => "Administrator") | |
| $arNameStatuses [LANGUAGE_ID][$k] = htmlspecialcharsbx(empty($arNameStatuses[LANGUAGE_ID][$k]) ? $name[$k] : $arNameStatuses[LANGUAGE_ID][$k]) | |
| endforeach | |
| $GLOBALS ["FORUM_STATUS_NAME"] = $arNameStatuses[LANGUAGE_ID] | |
| $GLOBALS ["SHOW_FORUM_DEBUG_INFO"] = false | |
| $GLOBALS ["FORUM_CACHE"] | |
| if (!defined("CACHED_b_forum_group")) define("CACHED_b_forum_group" | |
| ForumActions | ( | $action, | |
| $arFields, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage ) |
См. определение в файле include.php строка 1592
| ForumAddMessage | ( | $MESSAGE_TYPE, | |
| $FID, | |||
| $TID, | |||
| $MID, | |||
| $arFieldsG, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $iFileSize = false, | |||
| $captcha_word = "", | |||
| $captcha_sid = 0, | |||
| $captcha_code = "" ) |
См. определение в файле include.php строка 317
| ForumAddPageParams | ( | $page_url = "", | |
| $params = array(), | |||
| $addIfNull = false, | |||
| $htmlSpecialChars = true ) |
См. определение в файле include.php строка 1546
| ForumClearComponentCache | ( | $components | ) |
См. определение в файле include.php строка 1763
| ForumCurrUserPermissions | ( | $FID, | |
| $arAddParams = array() ) |
См. определение в файле include.php строка 122
| ForumDataToArray | ( | & | $message | ) |
См. определение в файле include.php строка 1699
| ForumDeleteMessage | ( | $message, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 757
| ForumDeleteMessageArray | ( | $message, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage ) |
См. определение в файле include.php строка 924
| ForumDeleteTopic | ( | $topic, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 696
| ForumGetEntity | ( | $entityId, | |
| $value = true ) |
См. определение в файле include.php строка 1815
| ForumGetRealIP | ( | ) |
См. определение в файле include.php строка 297
| ForumGetTopicSort | ( | & | $field_name, |
| & | $direction, | ||
| $arForumInfo = array() ) |
См. определение в файле include.php строка 1715
См. определение в файле include.php строка 1520
| ForumMessageExistInArray | ( | $message = array() | ) |
См. определение в файле include.php строка 902
| ForumModerateMessage | ( | $message, | |
| $TYPE, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 501
| ForumModerateMessageArray | ( | $message, | |
| $TYPE, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage ) |
См. определение в файле include.php строка 929
| ForumMoveMessage | ( | $FID, | |
| $TID, | |||
| $Message, | |||
| $NewTID, | |||
| $arFields, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $iFileSize = false ) |
См. определение в файле include.php строка 971
| ForumMoveMessage2Support | ( | $MID, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 1266
| ForumOpenCloseTopic | ( | $topicIds, | |
| $TYPE, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 576
| ForumPrintIconsList | ( | $num_cols, | |
| $value = "" ) |
| ForumPrintSmilesList | ( | $num_cols, | |
| $strLang = false ) |
| ForumShowError | ( | $arError, | |
| $bShowErrorCode = false ) |
См. определение в файле include.php строка 1738
| ForumShowTopicPages | ( | $nMessages, | |
| $strUrl, | |||
| $pagen_var = "PAGEN_1", | |||
| $PAGE_ELEMENTS = false ) |
См. определение в файле include.php строка 935
| ForumSpamMessage | ( | $message, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 862
| ForumSpamTopic | ( | $topic, | |
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 798
| ForumSubscribeNewMessages | ( | $FID, | |
| $TID, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $NEW_TOPIC_ONLY = "N", | |||
| $strSite = false, | |||
| $SOCNET_GROUP_ID = false ) |
См. определение в файле include.php строка 217
| ForumSubscribeNewMessagesEx | ( | $FID, | |
| $TID, | |||
| $NEW_TOPIC_ONLY, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $strSite = false, | |||
| $SOCNET_GROUP_ID = false ) |
См. определение в файле include.php строка 156
| ForumTopOrdinaryTopic | ( | $topic, | |
| $TYPE, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $arAddParams = array() ) |
См. определение в файле include.php строка 625
| ForumUnsubscribeNewMessages | ( | $FID, | |
| $TID, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $NEW_TOPIC_ONLY = "N", | |||
| $strSite = false, | |||
| $SOCNET_GROUP_ID = false ) |
См. определение в файле include.php строка 172
| ForumUnsubscribeNewMessagesEx | ( | $FID, | |
| $TID, | |||
| $NEW_TOPIC_ONLY, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage, | ||
| $strSite = false, | |||
| $SOCNET_GROUP_ID = false ) |
См. определение в файле include.php строка 164
| ForumVote4User | ( | $UID, | |
| $VOTES, | |||
| $bDelVote, | |||
| & | $strErrorMessage, | ||
| & | $strOKMessage ) |
См. определение в файле include.php строка 1338
| InitSortingEx | ( | $Path = false, | |
| $sByVar = "by", | |||
| $sOrderVar = "order" ) |
См. определение в файле include.php строка 1786
| ShowActiveUser | ( | $arFields = array() | ) |
См. определение в файле include.php строка 1444
| global $APPLICATION |
См. определение в файле include.php строка 3
| $arNameStatuses = @unserialize(COption::GetOptionString("forum", "statuses_name"), ["allowed_classes" => false]) |
См. определение в файле include.php строка 14
| $arNameStatuses[LANGUAGE_ID] = isset($arNameStatuses[LANGUAGE_ID]) && is_array($arNameStatuses[LANGUAGE_ID]) ? $arNameStatuses[LANGUAGE_ID] : array() |
См. определение в файле include.php строка 16
| $arNameStatuses[LANGUAGE_ID][ $k] = htmlspecialcharsbx(empty($arNameStatuses[LANGUAGE_ID][$k]) ? $name[$k] : $arNameStatuses[LANGUAGE_ID][$k]) |
См. определение в файле include.php строка 20
| $dbType = \Bitrix\Main\Application::getConnection()->getType() |
См. определение в файле include.php строка 5
| $GLOBALS["FORUM_CACHE"] |
См. определение в файле include.php строка 25
| $GLOBALS["FORUM_STATUS_NAME"] = $arNameStatuses[LANGUAGE_ID] |
См. определение в файле include.php строка 23
| $GLOBALS["SHOW_FORUM_DEBUG_INFO"] = false |
См. определение в файле include.php строка 24
| $name = array("guest" => "Guest", "user" => "User", "moderator" => "Moderator", "editor" => "Editor", "administrator" => "Administrator") |
См. определение в файле include.php строка 17
| endforeach |
См. определение в файле include.php строка 21
| if(!defined("CACHED_b_forum_user")) define("CACHED_b_forum_user" | ( | ! | defined"CACHED_b_forum_group" | ) |
См. определение в файле include.php строка 45