R richard Lv.12 Bronze Member Iron Member You Are Richer Регистрация 11.09.2021 Сообщения 3 358 Реакции 898 Credits $3 552 22.05.2023 #1 thanks to dear member @richard submitted a new resource: New Post Button in Post - New Post Button in Post Result: Посмотреть вложение 50813 ACP --> Template --> thread_view and find: Код: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> Replace with the code below: Код: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> <xf:pageaction if="$forum.canCreateThread()"> <xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write"> {{ phrase('post_thread') }} </xf:button> </xf:pageaction> Нажмите, чтобы раскрыть... Read more about this resource...
thanks to dear member @richard submitted a new resource: New Post Button in Post - New Post Button in Post Result: Посмотреть вложение 50813 ACP --> Template --> thread_view and find: Код: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> Replace with the code below: Код: <xf:breadcrumb source="$forum.getBreadcrumbs()" /> <xf:pageaction if="$forum.canCreateThread()"> <xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write"> {{ phrase('post_thread') }} </xf:button> </xf:pageaction> Нажмите, чтобы раскрыть... Read more about this resource...