AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.15.235.239
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/components/bitrix/support.faq/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/components/bitrix/support.faq/.parameters.php
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)
{
	die();
}

/** @var array $arCurrentValues */

use Bitrix\Main\Loader;

if (!Loader::includeModule('iblock'))
{
	return;
}

$iblockExists = (!empty($arCurrentValues['IBLOCK_ID']) && (int)$arCurrentValues['IBLOCK_ID'] > 0);

//ib types
$arTypesEx = ["-"=>" "];
$db_iblock_type = CIBlockType::GetList(["SORT"=>"ASC"]);
while($arRes = $db_iblock_type->Fetch())
	if($arIBType = CIBlockType::GetByIDLang($arRes["ID"], LANG))
		$arTypesEx[$arRes["ID"]] = $arIBType["NAME"];

//ib
$arIBlocks = ["-"=>" "];
$iblockFilter = [
	'ACTIVE' => 'Y',
];
if (!empty($arCurrentValues['IBLOCK_TYPE']))
{
	$iblockFilter['TYPE'] = $arCurrentValues['IBLOCK_TYPE'];
}
$rsIBlock = CIBlock::GetList(["SORT" => "ASC"], $iblockFilter);
while($arr=$rsIBlock->Fetch())
{
	$arIBlocks[$arr["ID"]] = "[".$arr["ID"]."] ".$arr["NAME"];
}

$arComponentParameters = [
	"GROUPS" => [
		"SETTINGS" => [
			"NAME" => GetMessage("SUPPORT_FAQ_GROUP_SETTINGS"),
			"SORT" => 10,
		],
		"RATING_SETTINGS" => [
			"NAME" => GetMessage("SUPPORT_RATING_SETTINGS"),
			"SORT" => 20,
		],
	],
	"PARAMETERS" => [
		"IBLOCK_TYPE" => [
			"PARENT" => "SETTINGS",
			"NAME" => GetMessage("SUPPORT_FAQ_SETTING_IBTYPES"),
			"TYPE" => "LIST",
			"VALUES" => $arTypesEx,
			"DEFAULT" => "-",
			"REFRESH" => "Y",
			"SORT" => 10,
		],
		"IBLOCK_ID" => [
			"PARENT" => "SETTINGS",
			"NAME" => GetMessage("SUPPORT_FAQ_SETTING_IBLIST"),
			"TYPE" => "LIST",
			"VALUES" => $arIBlocks,
			"DEFAULT" => "-",
			"REFRESH" => "Y",
			"SORT" => 20,
		],
		"CACHE_TIME"  =>  [
			"DEFAULT" => 3600,
		],
		"CACHE_GROUPS" => [
			"PARENT" => "CACHE_SETTINGS",
			"NAME" => GetMessage("CP_BSF_CACHE_GROUPS"),
			"TYPE" => "CHECKBOX",
			"DEFAULT" => "Y",
		],
		"AJAX_MODE" => [],
		"SEF_MODE" => [
			"faq" => [
				"NAME" => GetMessage("SEF_PAGE_FAQ"),
				"DEFAULT" => "",
				"VARIABLES" => [],
			],
			"section" => [
				"NAME" => GetMessage("SEF_PAGE_FAQ_SECTION"),
				"DEFAULT" => "#SECTION_ID#/",
				"VARIABLES" => ["SECTION_ID"],
			],
			"detail" => [
				"NAME" => GetMessage("SEF_PAGE_FAQ_DETAIL"),
				"DEFAULT" => "#SECTION_ID#/#ELEMENT_ID#",
				"VARIABLES" => ["ELEMENT_ID", "SECTION_ID"],
			],
		],
		"SHOW_RATING" => [
			"NAME" => GetMessage("SHOW_RATING"),
			"TYPE" => "LIST",
			"VALUES" => [
				"" => GetMessage("SHOW_RATING_CONFIG"),
				"Y" => GetMessage("MAIN_YES"),
				"N" => GetMessage("MAIN_NO"),
			],
			"MULTIPLE" => "N",
			"DEFAULT" => "",
			"PARENT" => "RATING_SETTINGS",
		],
		"RATING_TYPE" => [
			"NAME" => GetMessage("RATING_TYPE"),
			"TYPE" => "LIST",
			"VALUES" => [
				"" => GetMessage("RATING_TYPE_CONFIG"),
				"like" => GetMessage("RATING_TYPE_LIKE_TEXT"),
				"like_graphic" => GetMessage("RATING_TYPE_LIKE_GRAPHIC"),
				"standart_text" => GetMessage("RATING_TYPE_STANDART_TEXT"),
				"standart" => GetMessage("RATING_TYPE_STANDART_GRAPHIC"),
			],
			"MULTIPLE" => "N",
			"DEFAULT" => "",
			"PARENT" => "RATING_SETTINGS",
		],
		"PATH_TO_USER" => [
			"NAME" => GetMessage("PATH_TO_USER"),
			"TYPE" => "STRING",
			"MULTIPLE" => "N",
			"DEFAULT" => "",
			"COLS" => 50,
			"PARENT" => "RATING_SETTINGS",
		],
	],
];

if ($iblockExists)
{
	$arListSections = ['-'=>''];
	$arFilter = [
		'IBLOCK_ID' => intval($arCurrentValues["IBLOCK_ID"]),
		'GLOBAL_ACTIVE'=>'Y',
		'IBLOCK_ACTIVE'=>'Y',
	];
	if(isset($arCurrentValues["IBLOCK_TYPE"]) && $arCurrentValues["IBLOCK_TYPE"]!='')
		$arFilter['IBLOCK_TYPE'] = $arCurrentValues["IBLOCK_TYPE"];

	$arSec = CIBlockSection::GetList(['LEFT_MARGIN'=>'ASC'], $arFilter, false, ["ID", "DEPTH_LEVEL", "NAME"]);
	while($arRes = $arSec->Fetch())
		$arListSections[$arRes['ID']] = str_repeat(".", (int)$arRes['DEPTH_LEVEL']).$arRes['NAME'];

	$arComponentParameters["PARAMETERS"]["SECTION"] = [
		"PARENT" => "SETTINGS",
		"NAME" => GetMessage("SUPPORT_FAQ_SETTING_SECTIONS_LIST"),
		"TYPE" => "LIST",
		"VALUES" => $arListSections,
		"SORT" => 30,
	];

	$arComponentParameters["PARAMETERS"]["EXPAND_LIST"] = [
		"PARENT" => "SETTINGS",
		"NAME" => GetMessage("SUPPORT_FAQ_SETTING_EXPAND_LIST"),
		"TYPE" => "CHECKBOX",
		"SORT" => 40,
	];
}

Anon7 - 2022
AnonSec Team