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.

Back

Актив
  • Регистрация

  • В сети

Everything posted by Back

  1. Все работает у миня такое сечас стоит Есть еще такое решение http://webware.biz/?p=2893
  2. https://pdd.yandex.ru/domains_add/
  3. https://www.yandex.ru/support/mail/mail-clients.xml
  4. Ета что а? http://ipbmafia.ru/files/file/1122-baisik-ipb-34x/
  5. Я так понял ета для версие 3.4.x если да Можна зделать такое Админ Панель-Внешний вид-Ваш стиль- ipb_styles.css В самый низ добавляем table.ipb_table ol.subforums1 { margin-top: 3px; float: left; width: 33%; } table.ipb_table ol.subforums1 li{ background: url('http://ваш форум/public/style_images/название стиля/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('http://ваш форум/public/style_images/название стиля/subforum_new.png'); } table.ipb_table ol.subforums2 { width: 33%; overflow: hidden; } table.ipb_table ol.subforums2 li { background: url('http:/ваш форум/public/style_images/название стиля/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: center; } table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('http://ваш форум/public/style_images/название стиля/subforum_new.png'); } table.ipb_table ol.subforums3 { width: 33%; overflow: hidden; } table.ipb_table ol.subforums3 li { background: url('http://ваш форум/public/style_images/название стиля/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: right; } table.ipb_table .subforums3 li.unread { font-weight: bold; background-image: url('http://ваш форум/public/style_images/название стиля/subforum_new.png'); } Админ Панель-Внешний вид-Ваш стиль-Список форумов-boardIndexTemplate найти: <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='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a> </li> </foreach> </ol> Заменить на: <ol class='ipsList_inline ipsType_small subforums2' id='subforums_{$forum_data['id']}'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='ipsList_inline ipsType_small subforums3' id='subforums_{$forum_data['id']}'> <if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if> </foreach> </ol> <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='ipsList_inline ipsType_small subforums1' id='subforums_{$forum_data['id']}'> <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='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> Найти: <td class='col_c_stats ipsType_small'> <ul> <li>{$forum_data['topics']} {$this->lang->words['topics']}</li> <li>{$forum_data['posts']} {$this->lang->words['replies']}</li> </ul> </td> Заменить на: <!-- <td class='col_c_stats ipsType_small'> <ul> <li>{$forum_data['topics']} {$this->lang->words['topics']}</li> <li>{$forum_data['posts']} {$this->lang->words['replies']}</li> </ul> </td> --> Добавляем картинки через ФТП /public/style_images/ВАШ СТИЛЬ/ subforum_images.zip
  6. Давайте зелаем весь проль в рамне Админ Панель-Внешний вид-Ваш стиль-Глобальные-userInfoPane заменить все на: <div class="user_block"> <div class="psevdo"></div> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> </div> <if test="avatar:|:$author['member_id']"> <div 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> </div> <else /> </if> <div class="wa-block"> <div class="psevdo"></div> Сообщений: <div class="u-mini"> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </div> </div> <div class="wa-block"> <div class="psevdo"></div> <img src='{$this->settings['img_url']}/warn.png'> Баллы: <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']}'><span class="right">{parse expression="sprintf( $author['warn_level'] )"}</span></a> </div> <if test="authorcfields:|:$author['custom_fields'] != """> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> {$field} </if> </foreach> </foreach> </if> Админ Панель-Внешний вид-Ваш стиль-css-ipb_stylec.css добавить у самый низ: .reputation.positive,.reputation.negative { color: #fff; } .member_title { background: #55728b; height: 17px; display: inline-block; font-size: 14px; padding: 1px; width: 152px; text-align: center; font-size: 0.8em; color: #e9e9e9; } .user_block { color: #55728b; } .wa-block { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height: 21px; padding: 0 3px; width: 137px; text-align: left; background: #e9e9e9; margin: 4px auto; } .u-mini { float: right; } .psevdo { height: 3px; }
  7. Наприклад: <<img src="http://ваш форум/public/style_images/название стиля/Название картинки.png">'> Баллы: <div class="u-mini"> <a href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&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['warns_status'], $author['warn_level'] )"}</a> </div> </div> Благодарности ета Хук А остальное виводиться Дополнительные поля
  8. Открываем шаблон forumIndexTemplate ( Список тем форума ) Находим: var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />"; Ниже добавить: ipb.forums.modPerms = []; <if test="$this->memberData['g_is_supmod']"> ipb.forums.modPerms['approve'] = 1; ipb.forums.modPerms['delete'] = 1; ipb.forums.modPerms['hide'] = 1; ipb.forums.modPerms['unhide'] = 1; ipb.forums.modPerms['pin'] = 1; ipb.forums.modPerms['unpin'] = 1; ipb.forums.modPerms['open'] = 1; ipb.forums.modPerms['close'] = 1; ipb.forums.modPerms['move'] = 1; ipb.forums.modPerms['merge'] = 1; <else /> <if test="isset( $this->memberData['forumsModeratorData'][ $forum_data['id'] ] )"> ipb.forums.modPerms['approve'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['topic_q']}; ipb.forums.modPerms['delete'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['delete_topic']}; ipb.forums.modPerms['hide'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['bw_mod_soft_delete']}; ipb.forums.modPerms['unhide'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['bw_mod_un_soft_delete']}; ipb.forums.modPerms['pin'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['pin_topic']}; ipb.forums.modPerms['unpin'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['unpin_topic']}; ipb.forums.modPerms['open'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['open_topic']}; ipb.forums.modPerms['close'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['close_topic']}; ipb.forums.modPerms['move'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['move_topic']}; ipb.forums.modPerms['merge'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['split_merge']}; </if> </if>
  9. WOLF,еще 1ех вопрос а есть такой хук когда наприклад: кто пользователь кидает ссилку на другие ресурси то сокращет ссилку P.s если нужно можу нову тему создать
  10. Здраствуйте не магу найти хук когда вопрос решен в теми чтоб он автоматично закривал тему Спасибо
  11. киньте в лс я себе сам установлю
  12. Здесь лучше напиши а вдруг еще кому пригодится
  13. Здраствуйте подскажите что ета за Хук
  14. https://community.invisionpower.com/files/file/7613-content-items-required-to-send-pms/ https://community.invisionpower.com/files/file/7623-search-bydate-default/ https://community.invisionpower.com/files/file/7621-simple-countdown-widget/ https://community.invisionpower.com/files/file/7620-embed-media/ Спасиба
  15. Перевести у Языке Админ Панель-Внешний вид-Язык убить у поиск название Если язык защищен АЦ - Поддержка - Управление SQL - Инструменты для управления SQL мотаем в самый низ в поле вводим UPDATE core_sys_lang SET lang_protected = 0;
  16. Здраствуйте что за Хук уже забил название
  17. M0HTER,Код вище свинуть скопируй перенеси себе на скока знаю вроде такой код: <li> <php> if ( $author['pp_reputation_points'] > 0 ) { $tbSruiStyle = 'positive'; } elseif ( $author['pp_reputation_points'] < 0 ) { $tbSruiStyle = 'negative'; } else { $tbSruiStyle = 'zero'; } $likesMode = ( $this->settings['reputation_point_types'] == 'like' ) ? 'tb_srui_likes' : 'tb_srui_reputation'; </php> <div style='margin:5px auto;width:100px;' class='reputation {$tbSruiStyle}' data-tooltip="{$this->lang->words[ $likesMode ]}"> <span class='number'>{parse format_number="$author['pp_reputation_points']"}</span> <if test="parsedReputation:|:!empty($author['author_reputation']['text']) || !empty($author['author_reputation']['image'])"> <br /> <if test="RepText:|:!empty($author['author_reputation']['text'])"> <span class='title' style='font-weight: normal;'>{$author['author_reputation']['text']}</span> </if> <if test="RepImage:|:!empty($author['author_reputation']['image'])"> &nbsp;<span class='image'><img src='{$author['author_reputation']['image']}' alt='{$this->lang->words[ $likesMode ]}' /></span> </if> </if> </div> </li>
  18. M0HTER, Платной хук
  19. Извините не ту ссилку дав + немагу изменить свой пост извините за флуд __searchengines.guru/ __www.offroadmaster.com/index
  20. Админ Панель-Внешний вид-Ваш стиль-css-ipb_styles.css ваш код .post_block h3 { border-top: 1px solid #333; border-bottom: 1px solid #333; text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; background: #484848 url('__liveracingreborn.com/public/style_images/snapshot/highlight_faint.png') repeat-x 0 -1px; background-image: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.08)), color-stop(100%,rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%); -webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px; -moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px; box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px; padding: 0 10px; height: 40px; line-height: 40px; font-weight: normal; font-size: 13px; overflow: hidden; } Чтоб бистрей искать нажмите Ctrl+F убей у поиск .post_block h3 {
  21. Админ Панель-Внешний вид-язык и себе у поиску вбей название Эсли пакет защищен АЦ - Поддержка - Управление SQL - Инструменты для управления SQL мотаем в самый низ в поле вводим UPDATE core_sys_lang SET lang_protected = 0;

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.