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
(2013-08-24, 07:53 AM)martec Wrote: [ -> ]
(2013-08-24, 01:00 AM)CRAIG@VM Wrote: [ -> ]
(2013-08-23, 04:45 PM)Bala Wrote: [ -> ]I would recommend using Sam Clarkes SCE editor instead of CK Editor. Also this editor is a lot buggy.
SCE Editor is highly stable. At least for me. I have gotten rid of CK Editor.

have you got a link to Sam Clarkes SCE editor

https://github.com/samclarke/SCEditor-MyBB

any screenshots?
for screen shot for MyBB Editor CKEdito you can see it in my-bb.ir
(2013-08-25, 08:17 AM)CRAIG@VM Wrote: [ -> ]
(2013-08-24, 07:53 AM)martec Wrote: [ -> ]
(2013-08-24, 01:00 AM)CRAIG@VM Wrote: [ -> ]
(2013-08-23, 04:45 PM)Bala Wrote: [ -> ]I would recommend using Sam Clarkes SCE editor instead of CK Editor. Also this editor is a lot buggy.
SCE Editor is highly stable. At least for me. I have gotten rid of CK Editor.

have you got a link to Sam Clarkes SCE editor

https://github.com/samclarke/SCEditor-MyBB

any screenshots?

http://www.sceditor.com/
it does look good i might give it a try when i`ve got the time
Awesome addon. Going to translate it for my forum.
Hi, first of all, thanks for the wonderful plugin. So far, it's working great on my forum.

I have one request, however. My forum is a scientific one, so I really REALLY need the mathedit plugin. I spent my whole day (and night) yesterday trying to install it, the closest I got is adding the mathedit button (it looks like a square root) on my ckeditor toolbar. However, when i click it, I cannot type in the popup window, as it is expected. I hope someone here can give me an idea how to install mathedit (http://ckeditor.com/addon/mathedit) or EqnEditor (http://ckeditor.com/addon/eqneditor) on the ckeditor from this thread.

I have MathQuill and JQuery and here's my test page:
http://www.theheunproject.org/forum/test.html
You have to press the square root button and then Ok.
In some of the other versions of ckeditor I tried, one could see the 2d math both in editor and below it (for example the version going with mathedit.zip -> it however doesn't work on mybb posts). With the last version from this thread I can see only the 2d math in the editor. When I press the same button in a post in the forum, however, I see only the popup, but it cannot be edited.

EDIT: EqnEditor is finally working. Added 'eqneditor' to config.js and on two places in mybbirckeditor.php and now it works as a charm. Still, mathedit will also be useful, so any ideas will be greatly appreciated! Thanks!
I would like to have the message window use the same colours as the resulting post. We are using "SimpleDark" theme and wish the editor's text window to have matching charcoal gray background with white text so it looks like the resulting post.

This is my favorite plugin but I could use some help in customizing it.
CKEditor WYSIWYG Editor
An Advanced MyCode Editor For MyBB
Created by AliReza Tofighi
Version: 4.1.2
Plugin Version: 2.00 (Last Update : 2013/24/6)
. . . installed in the latest version of MyBB 1.6

The Confederacy of Amān | Municipal Information Systems
Here is the domain: http://coa-mis.net/

Please help, I tried to register and log into your Persian site but I was using Google Translate and it didn't really help. I hope your English is a lot better than my Persian. Oh yes, please let me know if you need a temporary ID to enter the site. Most of the forums are invisible to guests.

Shy Auriel

[Image: logo.coa.png]
I have installed the 2.00 plugin version and all seems fine except when someone tries to copy and paste, this message box keeps appearing:
-----------------------------------------------------------------
Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.
Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK

-----------------------------------------------------------------
When I disable the plugin the message box goes away and copy & paste is good to go as usual.

Any thoughts on what may be causing this, please. Other than this issue I and our members really like this plugin, especially the quick reply box option. Would hate to have to lose it.
Anyone, please??
(2013-08-23, 04:16 PM)Destroy666 Wrote: [ -> ]Played a bit around with this plugin and found a solution for autosave issue, was simplier than I thought.
Replace lines 731 and 836 with:
						myWindow.document.write('<!DOC'+'TYPE html><ht'+'ml><he'+'ad><title>Preview AutoSave</title><style>body { font-family:Tahoma;font-size:11px;text-align:center;}</style></he'+'ad><bo'+'dy><a href=\"javascript:window.close();\">Close</a><br /><br /><textarea style=\"width:95%;height:125px;font-family:Tahoma;\">'+Cookie.get('mybbirckeditormessage')+'</textarea></bo'+'dy></ht'+'ml>');

Also working on new CKEditor button plugin (like spoiler) - username inserter with autocompletion. It will add someone's name in editor like this: @"name" (MentionMe format).
Side note: this doesn't work everywhere. On my forum, it doesn't and I edited the code on both places. It's also weird to concatenate strings while it doesn't do anything meanwhile. Wink Even tried the php file my friend made for his MyBB forum and also that one (with above suggestion) didn't work, although it did on his.


(2013-10-03, 03:24 PM)Klozter Wrote: [ -> ]Anyone, please??
I can only say to read the warning message carefully, it tells you exactly what's wrong.
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