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
Can anyone help me fix this button???
http://gyazo.com/4460c0c8dfe2637cbd9b7fb5bdc3d233
(2013-08-07, 03:04 AM)VisualizeEdits Wrote: [ -> ]Can anyone help me fix this button???
http://gyazo.com/4460c0c8dfe2637cbd9b7fb5bdc3d233

Change label: "لیست شکلکها", in ckeditor/plugins/smiley/dialogs/smiley.js
hi just installed this and it works but there is a load of code under the editor box see pic , any idea how to fix this
[Image: error_zps8ae3b9b7.png]
Disable autosave as temp fix. It's reported as a bug here: http://community.mybb.com/thread-132680-...pid1016594 The author said he's going to fix it in next release.

Or with autosave enabled you can try to remove whole <head>...</head> from the code I posted in the link above, haven't tried yet but that may be the fix.
sir how to add editor in album plugin !!! album pluping make us give comments to images but it use the old editor
I have a question:

Is it possible to enable the editor only for a certain group? I'd like to test it only for me (admin) until I'm confident enough to roll it to the others 10k users.

thanks
Eco
http://forum.antinovaordemmundial.com/
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).
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.
(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
(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
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