I want to add the smileys button on the New topic text editor. I don't want the smiley box outside the editor.
http://boredom.iftopic.com/forum
http://boredom.iftopic.com/forum
omarpop23 wrote:hey,
look here dear,
https://help.forumotion.com/t144004-add-twitter-emoji-to-the-editor
(function() {
document.write('<style type="text/css">div.posting-block{width:99%}</style>');
$(function() {
if (!document.getElementById('quick_reply') && $.sceditor && !/emoticon/.test(toolbar)) {
var smile = document.getElementById('smiley-box');
toolbar = toolbar.replace(/date/, 'emoticon,date');
if (smile) smile.style.display = 'none';
}
});
}());