Решено Перемещение notice

Статус
В этой теме нельзя размещать новые ответы.
Версия XenForo
v2.1.6 Patch 1

aleston

Проверенные
Сообщения
60
Реакции
19
Баллы
5,510
Как переместить notice ниже?
1590484503239.png
 
Последнее редактирование:
А нахрена?


Внешний вид → Модификации шаблонов → Добавить
Шаблон: PAGE_CONTAINER
Найти:
HTML:
        <xf:if is="$notices.block">
            <xf:macro template="notice_macros" name="notice_list" arg-type="block" arg-notices="{$notices.block}" />
        </xf:if>

        <xf:if is="$notices.scrolling">
            <xf:macro template="notice_macros" name="notice_list" arg-type="scrolling" arg-notices="{$notices.scrolling}" />
        </xf:if>

        <xf:ad position="container_breadcrumb_top_above" />
        <xf:macro name="breadcrumbs"
            arg-breadcrumbs="{$breadcrumbs}"
            arg-navTree="{$navTree}"
            arg-selectedNavEntry="{$selectedNavEntry}" />
        <xf:ad position="container_breadcrumb_top_below" />
Заменить:
HTML:
        <xf:ad position="container_breadcrumb_top_above" />
        <xf:macro name="breadcrumbs"
            arg-breadcrumbs="{$breadcrumbs}"
            arg-navTree="{$navTree}"
            arg-selectedNavEntry="{$selectedNavEntry}" />
        <xf:ad position="container_breadcrumb_top_below" />

        <xf:if is="$notices.block">
            <xf:macro template="notice_macros" name="notice_list" arg-type="block" arg-notices="{$notices.block}" />
        </xf:if>

        <xf:if is="$notices.scrolling">
            <xf:macro template="notice_macros" name="notice_list" arg-type="scrolling" arg-notices="{$notices.scrolling}" />
        </xf:if>
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу