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.

Павлушка

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

  • В сети

Everything posted by Павлушка

  1. шаблон userInfoPane После: <else /> <li class='avatar'> <br><img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /><br> </li> </if> Вставляем: <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>
  2. Тег:{style_images_url} это папка текущего стиля
  3. А если попробывать так: <script type="text/javascript"> $.noConflict(); </script>
  4. Ну значит едём в АЦ - Поддержка - Управление SQL - Инструменты для управления SQL Мотаем в самый низ, и видим поле, туда вводим: UPDATE core_sys_lang SET lang_protected = 0; готово
  5. в css используй position: fixed; (А лучше в личку кинь мне урлу форума) либо же сразу после background: (url); используй fixed тогда повторяться не будет (а может и я не прав, и я тебя не так понял )
  6. Собственно все описал в названии, шаблон нужен на тематику lineage или что то подобное (Версия IPB не менее 3.2.4) (Если не там создал, извините, удалите)
  7. Ну попробуй покалдовать с DefautHeader сначало создай класс, а потом выводи там дивом, если не чего не выйдет то колдуй с GlobalTemplate

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.