2013-04-17, 03:18 AM
open inc/plugins/wysiwyg.php file in a text editor (eg. notepad++)
find below code (line 396)
add below code after above in a new line
save the file. it should work as per your configured settings.
find below code (line 396)
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1603\"></script>", $new, $page);
add below code after above in a new line
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1609\"></script>", $new, $page);
save the file. it should work as per your configured settings.