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.

Вывести все смайлы разом

Featured Replies

Posted

Добрый вечер!
Подскажите, пожалуйста, как вывести в панельке внизу под редактором сообщения не в одну строчку а все разом в несколько строк?
Спасибо

  • Author

Или при нажатии на показать все - открываются ниже все списком, как сейчас дюже не удобно сделано. Это я один заметил?

  • Author

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;
    }
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.

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.