MyBB Community Forums

Full Version: MyBB Editor CKEditor (Not Html)
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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
IT WORKS NOW. Just change 1.6 compatibility to 1.8 ! Smile
How can I disable the CKEditor on quick replies?
(2014-09-11, 03:29 PM)IceCream Wrote: [ -> ]How can I disable the CKEditor on quick replies?
what's version are you useing (For 1.6 Or 1.8)
If for MyBB 1.8: in CKEditor setting -> disable locations ->
enter:
showthread.php
if for MyBB 1.6: you can disable it in settings.
Thanks, but then I'm getting the SCEditor on quick reply with smilies. http://prntscr.com/4m0ghn

But I only want the simple box. And the CKEditor at "New Reply".
(2014-09-12, 04:49 AM)IceCream Wrote: [ -> ]Thanks, but then I'm getting the SCEditor on quick reply with smilies. http://prntscr.com/4m0ghn

But I only want the simple box. And the CKEditor at "New Reply".
in inc/plugins/ckeditor/hooks.php
find:
$plugins->add_hook('showthread_start','ckeditor_quickreply');
replace to:
//$plugins->add_hook('showthread_start','ckeditor_quickreply');
Why does the editor show up after 3-4 secs, when you opened a page?
Because it needs to load, the JS for CKEditor is quite heavy. That's why I like the "Click to expand editor" option in some other scripts that use CKEditor.

@AToFighi, do you plan to add features from the old version? Like the mini editor option.
Hi!
Can I put it on source mode by default?
Thanks for port it, amazing plugin!
(2014-09-12, 05:16 PM)Destroy666 Wrote: [ -> ]Because it needs to load, the JS for CKEditor is quite heavy. That's why I like the "Click to expand editor" option in some other scripts that use CKEditor.

@AToFighi, do you plan to add features from the old version? Like the mini editor option.

I will this features to  next version 0.9-1.8:
  • Mini Editor
  • Quick Table
  • Quick Quote
Thanks a lot. I've two issues in the latest version using IE11:

1. When I write a message it's necessary to press "preview message" or else I have got "There is no text in your message" warning.
2. If I copy & paste an image directly to a message it's not uploaded to the forum but saved (and shown) as a base64 strings:

[img]http:://forum.my.site/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACLSURBVD​hP7ZMxCoRADEXfaiEyhbWlZ/QK3sJK8BaewcKLWIoWkp2QYZcBp3G39MEnJJO8bl7i4QdiwTRB10FVhcEF2wZ9D01jvQo+DIPaRJxLR9​+XJRyIZKYJ5LnVskynKCD7nsWCGzyCR6D8WXAcVtc1Hd05T9vzxL9xnmEcwbkwuGDfoW2hrn0Db367WN​yV962+AAAAAElFTkSuQmCC[/img] 

Can you recommend me any workaround for these two problems, please?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43