anyone has problem with this plugin in 1.6.9...
try...
open root\inc\plugins\wysiwyg.php
find
add below
or use sceditor...
is better...
https://github.com/samclarke/SCEditor-MyBB
try...
open root\inc\plugins\wysiwyg.php
find
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1603\"></script>", $new, $page);
add below
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1609\"></script>", $new, $page);
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=[0-9]{4}\"></script>", $new, $page);
or use sceditor...
is better...
https://github.com/samclarke/SCEditor-MyBB