hotsummer Posted January 20, 2013 Report Share Posted January 20, 2013 Добрый вечер! Подскажите, пожалуйста, как вывести в панельке внизу под редактором сообщения не в одну строчку а все разом в несколько строк? Спасибо Link to comment Share on other sites More sharing options...
hotsummer Posted January 20, 2013 Author Report Share Posted January 20, 2013 Или при нажатии на показать все - открываются ниже все списком, как сейчас дюже не удобно сделано. Это я один заметил? Link to comment Share on other sites More sharing options...
AUYKGN Posted January 20, 2013 Report Share Posted January 20, 2013 hotsummer, есть кое где статья об этом. Но тут их нельзя называть. Короче погугли в гугле, если на этом форуме не найдёшь :4: hotsummer 1 Link to comment Share on other sites More sharing options...
hotsummer Posted January 20, 2013 Author Report Share Posted January 20, 2013 подскажи плиз запрос или в личку скинь пожалуйста. Link to comment Share on other sites More sharing options...
hotsummer Posted January 20, 2013 Author Report Share Posted January 20, 2013 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; } AUYKGN and izgarshev 2 Link to comment Share on other sites More sharing options...
Recommended Posts