Answer the question
In order to leave comments, you need to log in
How to configure static display of tags on all pages in the Bitrix search.tags.cloud component?
A list of tags is displayed in the side menu, when you click on the link, you get to the search page by tag, while all tags disappear from the menu, except for the current one in the search. How to fix this situation so that only the full list of tags is displayed everywhere?
Here is the output code:
<?$APPLICATION->IncludeComponent(
"bitrix:search.tags.cloud",
"prjct-blog",
array(
"CACHE_TIME" => "3600",
"CACHE_TYPE" => "A",
"CHECK_DATES " => "N",
"COLOR_NEW" => "",
"COLOR_OLD" => "",
"COLOR_TYPE" => "N",
"COMPOSITE_FRAME_MODE" => "A",
"PAGE_ELEMENTS" => "150",
"PERIOD" => "",
"PERIOD_NEW_TAGS" => "",
"SHOW_CHAIN" => "N",
"SORT" => "NAME",
"TAGS_INHERIT" => "N ",
"URL_SEARCH" => "/search/index.php",
"WIDTH" => "100%",
"arrFILTER" => array(
0 => "iblock_content",
),
"COMPONENT_TEMPLATE" => "prjct- blog",
"arrFILTER_iblock_content" => array(
0 => "6",
)
),
false
);?>
Component template set by default
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question