MyBB Community Forums

Full Version: Advanced WYSIWYG Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Bumping up, This plugin is not working after updating to 1.6.9
(2013-01-03, 07:56 AM)indicator Wrote: [ -> ]Bumping up, This plugin is not working after updating to 1.6.9

same here
Thanks downloading this Wink
Bump.
Does any dev have a fix to get this to appear again in the post thread and reply pages. Latest update broke, working on quick reply but no others?
(2012-11-04, 09:35 AM)koultouras Wrote: [ -> ][...]
But i have one problem, in full reply(not quick one) the editor is not showing at all, whereas in quick reply all work smoothly.
What could this be the cause of that?
(i am using Firefox btw)
===========
EDIT
I just SOLVED it. My default template codebuttons were in "1608" and not in "1600"
so please NVM!
Reverting it to original solved it.
<script type="text/javascript" src="jscripts/editor.js?ver=1600"></script>

maybe this is the reason why...
It is not nessecairily a fix, but i remember when i was initialy having the editor set, that i needed to do this so to have it working on default editor too.
<script type="text/javascript" src="jscripts/editor.js?ver=1600"></script>
<script type="text/javascript" src="jscripts/editor.js?ver=1608"></script>
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>

Still not work... Remember that only quickreply work
anyone has problem with this plugin in 1.6.9...

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
None!

Plugin work but only in quickreply
(2013-01-12, 01:38 PM)Xilver266 Wrote: [ -> ]None!

Plugin work but only in quickreply

try unistall (deactive and unistall) and install plugin...
Fixed!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17