Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Abnormal

Пользователи
  • Регистрация

  • В сети

  1. Здравствуйте. Имеется у меня шаблон форума от версии 4.1.x Его надо переделать на версию 4.4.6 чтоб всё работало без всяких ошибок. Кто возьмётся за эту работу, естественно оплачу. Поэтому, два вопроса: 1) Сколько по времени это будет? 2) Какая цена?
  2.    Abnormal reacted to пост в теме: Post Notes 1.0.2.1
  3.    Abnormal reacted to пост в теме: Post Notes 1.0.2.1
  4. Abnormal replied to SlawkA's тема in Interface
    Простите, а как его установить? Только установил просто IPS...
  5.    Abnormal reacted to пост в теме: Post Notes 1.0.2.1
  6.    Abnormal reacted to пост в теме: Chatbox
  7.    Abnormal reacted to пост в теме: Chatbox
  8. Abnormal replied to Sipsb's тема in Interface
    Руссификации нету ещё? Если есть, поделитесь пожалуйста)
  9. Да, легенда групп стоит без плагина. А где найти правильный мануал?
  10. Однако верный ответ оказался... Только теперь бы понять, выровнилось у тех тоже, у кого маленький экран?)
  11. Если это убрать, то авторизованным видно вот так
  12. Здравствуйте. Снова я {parse js_module="board"} {parse variable="sidebar_enabled" default="$show_side_blocks"} <if test="boardIndexTop:|:true"></if> <div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'> <div id='categories' class='ipsLayout_content clearfix'> <!-- CATS AND FORUMS --> <if test="cats_forums:|:is_array( $cat_data ) AND count( $cat_data )"> <foreach loop="categories:$cat_data as $_data"> <if test="cat_has_forums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"> <div id='category_{$_data['cat_data']['id']}' class='category_block block_wrap'> <h3 class='maintitle'> <a class='toggle right' href='#' title="{parse expression="sprintf( $this->lang->words['toggle_cat'], $_data['cat_data']['name'] )"}">{parse expression="sprintf( $this->lang->words['toggle_cat'], $_data['cat_data']['name'] )"}</a> <a href="{parse url="showforum={$_data['cat_data']['id']}" seotitle="{$_data['cat_data']['name_seo']}" template="showforum" base="public"}" title='{parse expression="sprintf( $this->lang->words['view_cat'], $_data['cat_data']['name'] )"}'>{$_data['cat_data']['name']}</a> </h3> <div class="border"><div class='ipsBox table_wrap removeDefault'> <div class='ipsBox_container'> <table class='ipb_table' summary="{$this->lang->words['forums_in_cat']} '{$_data['cat_data']['name']}'"> <!-- / CAT HEADER --> <foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="forumRedirect:|:$forum_data['redirect_on']"> <tr class='redirect_forum' id='f_{$forum_data['id']}'> <td class='col_c_icon'> <img src='{$this->settings['img_url']}/f_redirect.png' /> </td> <td <if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if> class='col_c_forum'> <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags($forum_data['name'])"}'>{$forum_data['name']}</a></h4> <p class='desc'>{$forum_data['description']}</p> </td> <td class='desc'> <ul class='last_post ipsType_small'> <li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li> </ul> </td> </tr> <else /> <tr class='<if test="hasUnreadClass:|:$forum_data['_has_unread']">unread</if>'> <td class='col_c_icon'> <if test="hasUnread:|:$forum_data['_has_unread']"> <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$this->request['f']}&amp;i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><img src='{$this->settings['img_url']}/f_icon.png' /></a> <else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /> </if> </td> <td class='col_c_forum'> <h4> <if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])"> <a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'>{$this->lang->words['f_queued_badge']}</a> </if> <a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags($forum_data['name'])"}'>{$forum_data['name']}</a> </h4> <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> <br /> <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> <if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if> <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags($__data[1])"}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )"></if> </li> </foreach> </ol> </if> <p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p> </td> <td class='col_c_stats ipsType_small' > <div class="tag"><span class="tag-label">{$this->lang->words['topics']}</span> <span class="count"><span class="count-value">{$forum_data['topics']}</span></span></div> <div class="tag"><span class="tag-label">{$this->lang->words['replies']}</span> <span class="count"><span class="count-value">{$forum_data['posts']}</span></span></div> </td> <if test="canSeeLastInfo:|:$this->memberData['gbw_view_last_info']"> <td class='col_c_post'> <if test="hideLastInfo:|:$forum_data['hide_last_info']"> <ul class='last_post ipsType_small'> <li class='desc lighter'><em>{$this->lang->words['f_protected']}</em></li> </ul> <else /> <if test="hideTopicInTitle:|:$forum_data['_hide_last_date']"> {parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => '' )"} <else /> {parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => sprintf( $this->lang->words['bindex_userphoto_alt'], $forum_data['last_title'], $forum_data['members_display_name'] ) )"} </if> <ul class='last_post ipsType_small'> <if test="!$forum_data['last_id']"> <li class='desc lighter'><em>{$this->lang->words['f_none']}</em></li> <else /> <li> {$forum_data['last_topic_title']} </li> <if test="lastPosterID:|:$forum_data['last_poster_id']"> <li>{$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}</li> </if> <if test="hideDateUrl:|:$forum_data['_hide_last_date']"> <li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li> <else /> <li class='desc lighter blend_links'><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a></li> </if> </if> </ul> </if> </td> </if> </tr> </if> </foreach> </table></div> </div> </div> </div> </if> </foreach> </if> </div> <if test="sideBarEnabled2:|:$this->templateVars['sidebar_enabled']"> <div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>> <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> <!--<div class="ipsSideBlock clearfix"> <h3>Реклама</h3> <div class="_sbcollapsable" style="text-align:center;"> </div> </div>--></div> <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a> </if> </div> <script type='text/javascript'> //<![CDATA[ var markerURL = ipb.vars['base_url'] + "app=forums&module=ajax&section=markasread&i=1"; // Ajax URL so don't use &amp; var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />"; <if test="markercatforums:|:is_array( $cat_data ) AND count( $cat_data )"> <foreach loop="markercategories:$cat_data as $_data"> <if test="markerhasforums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"> <foreach loop="markerforums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="markernotredirect:|:!$forum_data['redirect_on']"> <if test="markerhasunread:|:$forum_data['_has_unread']"> ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" ); </if> </if> </foreach> </if> </foreach> </if> //]]> </script> </div> <center> <div id="board_statistics" class="legends clearfix"> <img src="{style_images_url}/forum_images/group.png" alt="" /> <ul> <li><a href="/index.php?app=members&section=view&module=list&filter=4"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: maroon; border-radius: 2px; margin-right: 3px;"><i class="fa fa-flash"></i>&nbspГл. Админ</span></a> <a href="/index.php?app=members&section=view&module=list&filter=7"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #A020F0; border-radius: 2px; margin-right: 3px;"><i class="fa fa-code"></i>&nbspАдмин Форума</span></a> <a href="/index.php?app=members&section=view&module=list&filter=6"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #008000; border-radius: 2px; margin-right: 3px;"><i class="fa fa-gears"></i>&nbspМодер Форума</span></a> <a href="/index.php?app=members&section=view&module=list&filter=19"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #3CB371; border-radius: 2px; margin-right: 3px;"><i class="fa fa-support"></i>&nbspМл. Модер Форума</span></a> <a href="/index.php?app=members&section=view&module=list&filter=14"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #7D99C1; border-radius: 2px; margin-right: 3px;"><i class="fa fa-microphone"></i>&nbspАдмин TS</span></a> <a href="/index.php?app=members&section=view&module=list&filter=10"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #07539B; margin-right: 3px;"><i class="fa fa-gamepad"></i>&nbspАдмин CS</span></a> <a href="/index.php?app=members&section=view&module=list&filter=8"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #D7553E; margin-right: 3px;"><i class="fa fa-gamepad"></i>&nbspАдмин SA:MP</span></a> <a href="/index.php?app=members&section=view&module=list&filter=16"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #7D99C1; margin-right: 3px;"><i class="fa fa-microphone"></i>&nbspМодер TS3</span></a> <a href="/index.php?app=members&section=view&module=list&filter=11"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #07539B; margin-right: 3px;"><i class="fa fa-gamepad"></i>&nbspМодер CS</span></a> <a href="/index.php?app=members&section=view&module=list&filter=9"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #D7553E; margin-right: 3px;"><i class="fa fa-gamepad"></i>&nbspHelper SA:MP</span></a> <a href="/index.php?app=members&section=view&module=list&filter=20"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #FF1493; margin-right: 3px;"><i class="fa fa-heart-o"></i>&nbspДевушки</span></a> <a href="/index.php?app=members&section=view&module=list&filter=21"> <span style="font-weight:bold; display: inline-block; color: #fff; padding: 5px 5px; background: #008080; margin-right: 3px;"><i class="fa fa-paint-brush"></i>&nbspДизайнер</span></a> </li> </ul></center></div> <div id="webaskfooter"> <div id='board_statistics' class='statistics clearfix'> <div id="webaskonline"> <if test="showActive:|:$this->settings['show_active'] && $this->memberData['gbw_view_online_lists']"> <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} </h4> <p class='statistics_brief desc'> {parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"} <if test="onlineListEnabled:|:$this->settings['allow_online_list']">&nbsp;&nbsp;<a href='{parse url="app=members&amp;module=online&amp;sort_order=desc" base="public"}'>({$this->lang->words['online_link']})</a></if> </p> </if> <if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']"> <br /> <p> <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span> </p> </if> <div id="webaskgroups"> <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats'> <h4 class="statistics_head"> Статистика </h4> <ul class='ipsType_small ipsList_inline'> <li class='clear'> {$this->lang->words['total_posts']} <span class='value'>{$stats['info']['total_posts']}</span> </li> <li class='clear'> {$this->lang->words['total_members']} <span class='value'>{$stats['info']['mem_count']}</span> </li> <li class='clear'> {$this->lang->words['newest_member']} {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> {$this->lang->words['online_at_once']} <span class='value'>{$stats['info']['most_online']}</span> </li> </ul> </div> </if> </div> </div></div> <div id="content" style="display:none;"> 1 и 2 скрин это у пользователей. 3й скрин - это у меня... И у меня так же становится, если я выйду из своей учётной записи... Съезжает статистика, понять не могу - где проблема Прошу помощи знатоков...
  13.    Abnormal reacted to пост в теме: Проблемы с userInfoPane
  14. А как размер подправить, чтоб совпадал с сообщениями?)
  15.    Abnormal reacted to пост в теме: Проблемы с userInfoPane
  16. Он был недоступен всем) Теперь виден
  17. Всё по этой же причине, но уже в другом месте. И шрифт другой стал... Был установлен только хук topicsStarted ( Английская версия ), т.к в веб-аске не отображаются сколько было создано тем... ( устанавливаю русскую версию с этого форума, кол-во тем отображаются не там где надо )... Хук с английской версией взят с комплекта с шаблоном webask
  18. Спасибо огромное, выручили
  19.    Abnormal reacted to пост в теме: Проблемы с userInfoPane
  20. Здравствуйте. Собственно не могу понять, где ошибка тут... Знающие люди, помогите <div class="wa_userinfo" itemscope itemtype="http://schema.org/Person" class='user_details'> <span class="hide" itemprop="name">{$author['members_display_name']}</span> <if test="$author['customization']['bg_url']!=''"> <div class="wa_userinfo_bg" style="height:110px;background: url(<if test="strrpos($author['customization']['bg_url'], "http://") === false">{$this->settings['board_url']}/uploads/</if>{$author['customization']['bg_url']}) !important;background-size: 100% 100% !important;"></div> <else /> <div class="wa_userinfo_bg"></div> </if> <div class="wa_userinfo_b1"> <img src="{$author['pp_thumb_photo']}"> </div> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <div class="wa_userinfo_b3"> <if test="postCount:|:$author['member_id']"></if> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div> <if test="authorwarn:|:$author['show_warn']"> <div style="margin-top: 5px; margin-bottom: 5px;"> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </div> </if> <div class="wa_userinfo_b4"> <div class="left wa_userinfo_b4_1"> <div> <span class="wa_userinfo_b4_m">Сообщений</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{$author['posts']}</span> </div> </div> <div class="right wa_userinfo_b4_1"> <div><span class="wa_userinfo_b4_m">Тем</span></div> <div style="padding-top: 5px;"><span style="font-size: 15px;"><if test="avatar:|:$author['member_id']"></if></span></div> </div> </div> </div> Надо убрать вот эту точку, что будет на скрине прикреплён...
  21.    Abnormal reacted to пост в теме: Awards Rus
  22. Здравствуйте. Я дико извиняюсь, нет не у кого именно этой версии компонента? Заранее извиняюсь за "некропост" ... версия просто действительно хорошая
  23. Да, просто уже голова не варит толком. Нашёл в этих темах нужный мне ответ. Pips and Team Icons вот его надо было установить.
  24.    Abnormal reacted to пост в теме: Проблемы с userInfoPane
  25. Здравствуйте. Собственно столкнулся с проблемой. К примеру возьмём группу "Пользователи". Поставил на "Звания" кое какую картинку. Всё отображается нормально. На скрине, что прикрепил к сообщению показано: У пользователя установлено "Звание" а у Администратора "Лычка". Но как только ставлю лычку в "АЦ>Пользователи>Группы>Управления группами" - Звание ( картинка ) пользователя пропадает. А лычка стоит. Можно ли как-то сделать, чтоб сначала отображалась лычка пользователя и ниже звание? Прошу помощи знающих людей. Вот собственно моя "userInfoPane". <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <div class="extraUserInfo"> <if test="postCount:|:$author['member_id']"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-comments"> </i> Сообщений:</dt> <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['posts']))"}</dd> </li> </dl> </if> <if test="authorwarn:|:$author['show_warn']"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-exclamation-circle"> </i> Предупреждений:</dt> <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['warn_level']))"}</dd> </li> </dl> </if> <if test="authorcfields:|:$author['custom_fields'] != """><ul> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach></ul> </if> </br> <if test="authorwarn:|:$author['show_warn']"> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <center> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'><div class="warn_button"> <i class="fa fa-exclamation-triangle"></i> Предупредить <paper-ripple fit></paper-ripple></div></a> </center> </if> </div> </div>

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.