Ensive
Проверенные
- Сообщения
- 33
- Реакции
- 0
- Баллы
- 8,103
А в Pro версии?Нет, такого в данном чате.
Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: В настоящее время эта функция требует доступа к сайту с помощью встроенного браузера Safari.
А в Pro версии?Нет, такого в данном чате.
Я его потыкал во все возможные места, вообще никак..(Вставьте код вызова чата в шаблон PAGE_CONTAINER, но смотрите, чтобы сервер нахрен не упал от нагрузки. :-D
<!DOCTYPE html>
<html id="XenForo" lang="{$visitorLanguage.language_code}" dir="{$visitorLanguage.text_direction}" class="Public {xen:if {$visitor.user_id}, 'LoggedIn', 'LoggedOut'} {xen:if {$sidebar}, 'Sidebar', 'NoSidebar'}" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<xen:hook name="page_container_head">
<meta charset="utf-8" />
<xen:if is="{$requestPaths.fullBasePath}">
<base href="{$requestPaths.fullBasePath}" />
<script><xen:comment>/* Chrome bug and for Google cache */</xen:comment>
var _b = document.getElementsByTagName('base')[0], _bH = "{xen:jsescape $requestPaths.fullBasePath}";
if (_b && _b.href != _bH) _b.href = _bH;
</script>
</xen:if>
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
<noscript><style>.JsOnly { display: none !important; }</style></noscript>
<link rel="stylesheet" href="css.php?css=xenforo,form,public&style={xen:urlencode $_styleId}&dir={$visitorLanguage.text_direction}&d={$visitorStyle.last_modified_date}" />
<!--XenForo_Require:CSS-->
{xen:helper ignoredCss, {$visitor.ignoredUsers}}
<!-- xeno css -->
<xen:require css="xeno.css" />
<xen:if is="@xeno_require_custom"><xen:require css="xeno_custom.css" /></xen:if>
<xen:include template="google_analytics" />
<xen:include template="page_container_js_head" />
<link rel="alternate" type="application/rss+xml" title="{xen:phrase rss_feed_for_x, 'title={$xenOptions.boardTitle}'}" href="{xen:link forums/-/index.rss}" />
<!-- xeno js -->
<xen:include template="xeno_js_head" />
<xen:if is="{$pageDescription.content} AND !{$pageDescription.skipmeta} AND !{$head.description}"><meta name="description" content="{xen:string wordTrim, {xen:helper stripHtml, {xen:raw $pageDescription.content}}, 200}" /></xen:if>
<xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
</xen:hook>
</head>
<body{xen:if {$bodyClasses}, ' class="{$bodyClasses}"'}>
<xen:hook name="body">
<!-- xeno -->
<xen:if is="@xeno_user_bar">
<xen:if is="!{$visitor.user_id} && !{$hideLoginBar}">
<xen:include template="login_bar" />
<xen:else />
<xen:include template="xeno_user_bar" />
</xen:if>
<xen:else />
<xen:if is="{$visitor.is_moderator} || {$visitor.is_admin}">
<xen:include template="moderator_bar" />
<xen:elseif is="!{$visitor.user_id} && !{$hideLoginBar}" />
<xen:include template="login_bar" />
</xen:if>
</xen:if>
<!-- /xeno -->
<xen:if is="@xeno_userbar && {$visitor.user_id}">
<!-- xeno userbar registered -->
<xen:include template="xeno_userbar" />
</xen:if>
<xen:if is="@xeno_userbar">
<xen:if is="{$controllerName} == 'XenForo_ControllerPublic_Register' AND {$controllerAction} == 'Index'">
<!-- xeno userbar registered case signup -->
<xen:include template="xeno_userbar" />
</xen:if>
</xen:if>
<xen:if is="@xeno_userbar">
<xen:if is="{$controllerName} == 'XenForo_ControllerPublic_Login' AND {$controllerAction} == 'Login'">
<!-- xeno userbar registered case login failed -->
<xen:include template="xeno_userbar" />
</xen:if>
</xen:if>
<xen:if is="@xeno_userbar">
<xen:if is="{$controllerName} == 'XenForo_ControllerPublic_Register' AND {$controllerAction} == 'Register'">
<!-- xeno userbar registered case register form -->
<xen:include template="xeno_userbar" />
</xen:if>
</xen:if>
<xen:if is="@xeno_debug">
<!-- xeno debug -->
<p class="importantMessage">
controllerName: {$controllerName}, controllerAction: {$controllerAction} and viewName: {$viewName}.
</p>
<!-- /xeno debug -->
</xen:if>
<!-- xeno forum wrapper -->
<xen:if is="@xeno_forum_wrapper_css"><div id="xeno_forum_wrapper"></xen:if>
<div id="headerMover">
<div id="headerProxy"></div>
<div id="content" class="{$contentTemplate}">
<div class="pageWidth">
<div class="pageContent">
<!-- xeno sidebar -->
<xen:if is="@xeno_sidebar_toggle"><xen:if is="{$sidebar}"><a class="sidebar_toggle" href="#">Close Sidebar</a></xen:if></xen:if>
<!-- main content area -->
<xen:hook name="page_container_content_top" />
<xen:if is="{$sidebar}">
<div class="mainContainer">
<div class="mainContent"></xen:if>
<xen:include template="ad_above_top_breadcrumb" />
<xen:hook name="page_container_breadcrumb_top">
<div class="breadBoxTop">
<xen:if is="{$topctrl}"><div class="topCtrl">{xen:raw $topctrl}</div></xen:if>
<xen:include template="breadcrumb"><xen:set var="$microdata">1</xen:set></xen:include>
</div>
</xen:hook>
<xen:include template="ad_below_top_breadcrumb" />
<xen:hook name="page_container_notices">
<xen:include template="notices" />
</xen:hook>
<xen:hook name="page_container_content_title_bar">
<xen:if is="!{$noH1}">
<!-- h1 title, description -->
<div class="titleBar">
{xen:raw $beforeH1}
<h1><xen:if
is="{$h1}">{xen:raw $h1}<xen:elseif
is="{$title}" />{xen:raw $title}<xen:else
/>{$xenOptions.boardTitle}</xen:if></h1>
<xen:if is="{$pageDescription.content}"><p id="pageDescription" class="muted {$pageDescription.class}">{xen:raw $pageDescription.content}</p></xen:if>
</div>
</xen:if>
</xen:hook>
<xen:include template="ad_above_content" />
<!-- main template -->
{xen:raw $contents}
<xen:include template="ad_below_content" />
<xen:if is="!{$visitor.user_id} && !{$hideLoginBar}">
<!-- login form, to be moved to the upper drop-down -->
<xen:include template="login_bar_form" />
</xen:if>
<xen:if is="{$sidebar}"></div>
</div>
<!-- sidebar -->
<aside>
<div class="sidebar">
<xen:hook name="page_container_sidebar">
<xen:include template="ad_sidebar_top" />
<xen:if is="!{$noVisitorPanel}"><xen:include template="sidebar_visitor_panel" /></xen:if>
{xen:raw $sidebar}
<xen:include template="ad_sidebar_bottom" />
</xen:hook>
</div>
</aside>
</xen:if>
<xen:hook name="page_container_breadcrumb_bottom">
<div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
</xen:hook>
<xen:include template="ad_below_bottom_breadcrumb" />
</div>
</div>
</div>
<header>
<xen:include template="header" />
<xen:edithint template="navigation" />
<xen:edithint template="search_bar" />
</header>
</div>
<footer>
<xen:include template="footer" />
</footer>
<!-- xeno forum wrapper end -->
<xen:if is="@xeno_forum_wrapper_css"></div></xen:if>
<!-- xeno js -->
<xen:include template="xeno_js_body" />
<xen:include template="page_container_js_body" />
<xen:if is="{$cronLink}"><img src="{$cronLink}" width="1" height="1" alt="" style="display: none" /></xen:if>
</xen:hook>
</body>
</html>
<xen:include template="dark_taigachat" />
Приветствую. Стандартный игнор не распространяется на чат разве?
Если нет, то отдельной функции на это нет...
sidebar_online_users
<xen:include template="dark_taigachat" />
<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
Вот зачем эта вкладка?Помогите установить опишите плиз какие действия нужно делать
импорт. addon-TaigaChat после выдаёт такую ошибку Файлы, связанные с этим дополнением, не найдены. Пожалуйста, загрузите их и повторите попытку. но там ещё есть какойта файл и папка я ещё не ставил файл xenPorta_TaigaChatПосле установки дополнения открываем шаблон forum_list, в нём находим:
И выше или ниже добавляем:Код:sidebar_online_users
После этого блок чата будет добавлен в боковую панель Вашего форума.Код:<xen:include template="dark_taigachat" />
Если Вы хотите, чтобы блок чата отображался над или под списком форумов, то в шаблоне forum_list находим:
И выше или ниже добавляем:Код:<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
Код:<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
загрузил всю папку upload в дерикторию public htmlФайлы на загрузите на ФТП.[DOUBLEPOST=1400791825,1400791783][/DOUBLEPOST]И вообще, посмотрите полезно.
http://xenforo.info/threads/Установка-и-начальная-настройка-xenforo.3185/
А второй фаил xenPorta_TaigaChat его импортировать как дочерный???Так нужно не всю папку, а только её содержимое. :-)
Нету у меня этого sidebar_online_usersТак нужно не всю папку, а только её содержимое. :-)
<xen:h1>{$xenOptions.boardTitle}</xen:h1>
<xen:container var="$head.canonical"><link rel="canonical" href="{xen:link 'canonical:forums'}" /></xen:container>
<xen:if is="{$xenOptions.boardDescription}"><xen:container var="$head.description">
<meta name="description" content="{$xenOptions.boardDescription}" /></xen:container></xen:if>
<xen:container var="$head.openGraph">
<xen:include template="open_graph_meta">
<xen:set var="$url">{xen:link 'canonical:forums'}</xen:set>
<xen:set var="$title">{$xenOptions.boardTitle}</xen:set>
<xen:set var="$description">{$xenOptions.boardDescription}</xen:set>
<xen:set var="$ogType">website</xen:set>
</xen:include></xen:container>
<xen:hook name="forum_list_nodes">
<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
</xen:hook>
<xen:sidebar>
<xen:edithint template="sidebar.css" />
<xen:hook name="forum_list_sidebar">
<xen:include template="sidebar_online_users" />
<!-- block: forum_stats -->
<div class="section">
<div class="secondaryContent statsList" id="boardStats">
<h3>{xen:phrase forum_statistics}</h3>
<div class="pairsJustified">
<dl class="discussionCount"><dt>{xen:phrase discussions}:</dt>
<dd>{xen:number $boardTotals.discussions}</dd></dl>
<dl class="messageCount"><dt>{xen:phrase messages}:</dt>
<dd>{xen:number $boardTotals.messages}</dd></dl>
<dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
<dd>{xen:number $boardTotals.users}</dd></dl>
<dl><dt>{xen:phrase latest_member}:</dt>
<dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
<!-- slot: forum_stats_extra -->
</div>
</div>
</div>
<!-- end block: forum_stats -->
<xen:include template="sidebar_share_page">
<xen:set var="$url">{xen:link canonical:forums}</xen:set>
</xen:include>
</xen:hook>
</xen:sidebar>
Мы используем основные cookies для обеспечения работы этого сайта, а также дополнительные cookies для обеспечения максимального удобства пользователя.
Посмотрите дополнительную информацию и настройте свои предпочтения