timbios Posted January 17, 2015 Report Share Posted January 17, 2015 Автор: viiprogramerОткрыть /templates/Default/im/form.tplНайти: <textarea class="videos_input wysiwyg_inpt fl_l im_msg_texta" id="msg_text" style="height:40px" placeholder="Введите Ваше сообщение.." onKeyPress="if(event.keyCode == 10 || (event.keyCode == 13)) im.send('{for_user_id}', '{my-name}', '{my-ava}')" onKeyUp="im.typograf()" ></textarea> И после вставить: <div id="im_smile" class="fl_l" onclick="wall.attach_addsmile()" style="opacity: 0.7; "> <div class="im_smile_icon_on"></div></div> Дальше открыть /templates/Default/style/style.cssНайти : /* IM */ И сразу после вставить: .im_smile_icon_on { margin-left: 490px; margin-top: -45px; width: 24px; height: 24px; background: url('http://st0.vk.me/images/im_smile_cross.png?3') 0px -24px no-repeat; -webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); } PROFIT! 1 2 Quote Link to comment Share on other sites More sharing options...
neverchik Posted October 8, 2015 Report Share Posted October 8, 2015 Не работает Quote Link to comment Share on other sites More sharing options...
timbios Posted October 9, 2015 Author Report Share Posted October 9, 2015 Не работает Немного смекалки, и всё заработает! Quote Link to comment Share on other sites More sharing options...
wenjiro Posted October 31, 2015 Report Share Posted October 31, 2015 Так же можно, что бы Tab работал. Quote Link to comment Share on other sites More sharing options...
Васили Posted November 28, 2015 Report Share Posted November 28, 2015 У меня не работает Quote Link to comment Share on other sites More sharing options...
viiprogrammer Posted December 18, 2015 Report Share Posted December 18, 2015 У меня не работает Попробуй ещё раз я тут подправил код... Quote Link to comment Share on other sites More sharing options...
m4ks Posted January 30, 2016 Report Share Posted January 30, 2016 Спасибо! Всё работает. Немного позицию изменил... У меня диалоговое окно выше чем обычное. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.