Jump to content

2 Очень важных вопроса

Featured Replies

1. Как сделать такой же чат как у вас , какая это версия и т п

2. как добавлять свои ссылки в меню и изменять их

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/
Share on other sites

Версия 1.2.7.Смени тему в настройках чата на вторую! За звук в чате отвечает хук

Установи его и настрой!

Свой ссылки можно добавить в шаблоне Глобальные --> globalTemplate. Найди в нём код:


<ul class='ipsList_inline mainNavigation' id='community_app_menu'>
<if test="showhomeurl:|:$this->settings['home_url']">
<li id='nav_home' class='left'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li>
</if>
{parse variable="forumActive" default="" oncondition="IPS_APP_COMPONENT == 'forums'" value="active"}
{parse variable="membersActive" default="" oncondition="IPS_APP_COMPONENT == 'members'" value="active"}
{parse variable="helpActive" default="" oncondition="IPS_APP_COMPONENT == 'core' AND $this->request['module'] == 'help'" value="active"}
<if test="!ipsRegistry::$applications['forums']['app_hide_tab'] && !count(ipsRegistry::$applications['forums']['app_tab_groups']) && !IPSMember::isInGroup( $this->memberData, ipsRegistry::$applications['forums']['app_tab_groups'] )"><li id='nav_discussion' class='left {parse variable="forumActive"}'><a href='{parse url="act=idx" seotitle="false" base="public"}' title='{$this->lang->words['go_to_discussion']}'>{IPSLib::getAppTitle( 'forums' )}</a></li></if>
<if test="!ipsRegistry::$applications['members']['app_hide_tab'] && !count(ipsRegistry::$applications['members']['app_tab_groups']) && !IPSMember::isInGroup( $this->memberData, ipsRegistry::$applications['members']['app_tab_groups'] )"><li id='nav_members' class='left {parse variable="membersActive"}'><a href='{parse url="app=members&amp;module=list" base="public" template="members_list" seotitle="false"}' title='{$this->lang->words['go_to_memberlist']}'>{IPSLib::getAppTitle( 'members' )}</a></li></if>
<if test="applicationsloop:|:is_array($header_items['applications']) AND count($header_items['applications'])">
<foreach loop="applications:$header_items['applications'] as $data">
<if test="showingapp:|:$data['app_show']">
{parse variable="appActive" default="" oncondition="$data['app_active']" value="active"}
<li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="false" base="public"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>
</if>
</foreach>
</if>
<li id='nav_other_apps' style='display: none'>
<a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a>
</li>
</ul>
[/CODE]

Это и есть блок навигации!

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/?&do=findComment&comment=1772
Share on other sites

*Спасибо тебе господи за моё терпение*

Что там настраивать то? После установки хука, его настройки ищи в System settings, пощёлкай там по вкладкам)

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/?&do=findComment&comment=1775
Share on other sites

Да блин не появляется шкала громкости и звуков нету!!!!

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/?&do=findComment&comment=1778
Share on other sites

Система --> Системные настройки --> Вкладка IP.Shoutbox --> Звуковое оповещение

Если не отобразилась шкала - перестрой кеш всех стилей (вкладка Внешний вид)

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/?&do=findComment&comment=1782
Share on other sites

Хук Audio Shoutbox Alerts 1.2.8 Rus/Аудио оповещение в чате установлен?

Link to comment
https://ipbmafia.ru/topic/490-2-ochen-vazhnyh-voprosa/?&do=findComment&comment=1785
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.