2014-08-19, 07:39 AM
(This post was last modified: 2014-08-19, 05:28 PM by Mohammad-Za.)
Hi,
In WYSIWYG Editor mode, after inserting smilies, If any text is inserted into editor (or if any keys of keyboard is pushed), The smilie image is automatically converted to its source code! (Browser: Firefox)
Solution:
Open: inc/functions.php
Find:
Replace:
In WYSIWYG Editor mode, after inserting smilies, If any text is inserted into editor (or if any keys of keyboard is pushed), The smilie image is automatically converted to its source code! (Browser: Firefox)
Solution:
Open: inc/functions.php
Find:
$onclick = ' onclick="console.log(MyBBEditor); MyBBEditor.insertText(\''.$smilie['find'].'\');"';
Replace:
$onclick = ' onclick="console.log(MyBBEditor); MyBBEditor.insertText(\' '.$smilie['find'].' \');"';