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.

Juanelly

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

  • В сети

Everything posted by Juanelly

  1. Пиши в ЛС, есть несколько шаблонов на продажу
  2. Thomson, в ссылке, которую дал LvsF, есть документация и примеры использования.
  3. denver1, Efremov, это же простое модальное окно с выводом информации
  4. У приложения IP.Calendar есть хук, который выводит именинников в боковом блоке. Не сложно этот блок переместить в футер
  5. __community.invisionpower.com/files/file/6440-global-ajax-quick-search/ Купите этот хук и радуйтесь
  6. написал же автор что в первый раз, для первого раза норм. Молодец, продолжай в том же духе!
  7. вообще-то этот шаблон давно в паблике валяется, я вот название вспомнить не могу
  8. Это можно и вручную сделать, открываешь шаблон userInfoPane, в нужное тебе место вставить этот код: <if test="ourReputation:|:$this->settings['reputation_enabled'] && $this->settings['reputation_show_profile']"> <div class='rep_bar'> <if test="RepPositive:|:$author['pp_reputation_points'] > 0"> <div class='reputation positive' data-tooltip="{parse expression="$author['author_reputation']['text']"}"> </if> <if test="RepNegative:|:$author['pp_reputation_points'] < 0"> <div class='reputation negative' data-tooltip="{parse expression="$author['author_reputation']['text']"}"> </if> <if test="RepZero:|:$author['pp_reputation_points'] == 0"> <div class='reputation zero' data-tooltip="{parse expression="$author['author_reputation']['text']"}"> </if> <span class='number'>Репутация: {$author['pp_reputation_points']}</span> </div> </div> </if>
  9. <if test="$author['field_ID']"> {$author['field_ID']} </if> Где ID это идентификатор дополнительного поля

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.