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.

hotsummer

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

  • В сети

Solutions

  1. hotsummer's post in Вывести все смайлы разом was marked as the answer   
    1. admin/sources/classes/editor/composite.php
    найти:
    Код: $options['smilies'] = $this->fetchEmoticons( 20 ); меняем на
    Код: $options['smilies'] = $this->fetchEmoticons( 72 );  
    2. Админка -> Внешний вид -> Шаблон -> CSS -> ipb_ckeditor.css
    найти (может отличаться, в зависимости от шаблона):
    Код: .ipsSmileyTray { text-align: center; overflow: auto; margin: 0px auto 0px auto; padding: 4px 24px 4px 24px; min-width: 600px; width: 75%; height: 32px; border: 1px solid #D5DDE5; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; Заменить на:
    Код: .ipsSmileyTray { text-align: center; overflow: auto; margin: 0px auto 0px auto; padding: 4px 24px 4px 24px; min-width: 600px; height: 70px; border: 1px solid #D5DDE5; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; Найти:
    Код: .ipsSmileyTray .ipsSmileyTray_next { background: transparent url({style_images_url}/editor/next.png) no-repeat; background-position: 0px 10px; display: inline-block; float: right; position: relative; right: -20px; width: 13px; height: 30px; cursor: pointer; } Заменить на:
    Код:  
    .ipsSmileyTray .ipsSmileyTray_next { background: transparent url({style_images_url}/editor/next.png) no-repeat; background-position: 0px 10px; display: none; float: right; position: relative; right: -20px; width: 13px; height: 30px; cursor: pointer; }

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.