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-11-24, 01:42 PM)Jesus Christ Wrote: [ -> ]Quick reply is broken , when I write something and click on post reply , MyBB says "The message is missing"

http://community.mybb.com/thread-132680-...#pid994177
Post #41
Hello i want to add the button that upload to imgur photos like in the default editor the tut i fallow is here http://f-s.pw/Thread-Upload-images-to-Imgur-from-Mybb

The downloaded files are here

https://copy.com/HBbKWP4WPHBU

I really like this editor but can't use it without this
Hi My-BB.Ir

Following your instructions, I installed CKEditor for many times. But the results always make me frustrated. The CKeditor UI still does not appear and work properly when I new a thread. Can you kindly help me? Thank you very much
Hi,

I have this "strange" language text when i click the "insert smiley" button.I mean a window pops up with a cancel button and another button on it but god may know what the button text means ????????

Hello,

Found it i think this seems to be caused by ckeditor/plugins/smileys/dialogs/smiley.js

var mybbmore = {
		Button: (function() {
			var retval = function( editor, override ) {
					override = override || {};
					return CKEDITOR.tools.extend({
						id: 'ok',
						type: 'button',
						label: "لیست شکلکها",
						'class': 'cke_dialog_ui_button_ok',
						onClick: function( evt ) {
							var dialog = evt.data.dialog;
							if ( dialog.fire( 'ok', { hide: true } ).hide !== false )
								dialog.hide();
						}
					}, override, true );
				};
			retval.type = 'button';
			retval.override = function( override ) {
				return CKEDITOR.tools.extend( function( editor ) {
					return retval( editor, override );
				}, { type: 'button' }, true );
			};
			return retval;
		})()
	}
When we click on the spell check tab along the bottom we receive the following error message:
Quote:'); } else { bodyDoc.write(''); bodyDoc.write('
This page cannot be displayed
The window was not opened from another window.
'); bodyDoc.write(''); } bodyDoc.write(''); bodyDoc.close(); }

How can this be fixed, please?
The spellcheck is disabled by default maybe this can help you.
[Image: 1499727_10201591463856643_421979497_n.jp...e=52C73DDC]

hmm what are these? I am a total noob to Mybb so plz someone help me!
http://community.mybb.com/thread-132680-...pid1043333 -> download and install this version. It hasn't been updated in 1st post yet... Or find and use my fix from this thread.
(2014-01-01, 10:06 AM)Erikbe Wrote: [ -> ]The spellcheck is disabled by default maybe this can help you.
What file do I find "config.disableNativeSpellChecker = false;" statement in, please?
(2014-01-02, 07:23 PM)Klozter Wrote: [ -> ]What file do I find "config.disableNativeSpellChecker = false;" statement in, please?

That is something you can write in config.js inside the ckeditor folder but i don't understand the stuff about a spellchecking tab at the bottom i have this editor working but no spellcheck is available at all.
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