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-05-20, 11:25 AM)My-BB.Ir Wrote: [ -> ]
(2013-05-20, 06:11 AM)Max_69 Wrote: [ -> ]Ok, but i dont have the button video:

[Image: 1lwm1.png]

how do I insert a window with youtube video?

Goto MyBB_Root/inc/plugins/mybbirckeditor.php
find:
, 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos'
Replace to:
 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos'

perfect, have solved....thanks
now i have a problem with the quote message, does not work.
(2013-05-20, 11:56 AM)Max_69 Wrote: [ -> ]
(2013-05-20, 11:25 AM)My-BB.Ir Wrote: [ -> ]
(2013-05-20, 06:11 AM)Max_69 Wrote: [ -> ]Ok, but i dont have the button video:

[Image: 1lwm1.png]

how do I insert a window with youtube video?

Goto MyBB_Root/inc/plugins/mybbirckeditor.php
find:
, 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos'
Replace to:
 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos'

perfect, have solved....thanks
now i have a problem with the quote message, does not work.
What's your forum URL?
This is my forum: ConsoleWorld.it
Edit:
Now it works, yesterday was wrong ... I do not understand

One more thing, it would be possible to have the buttons into two lines?

[Image: 56wpe.png]
Hi, i have another question, spoiler button? is possible add in the editor? Thanks.
hello mybb ir

more smilies insert to editor not work .

please help.
(2013-05-24, 01:53 AM)ikhwanulfikri Wrote: [ -> ]hello mybb ir

more smilies insert to editor not work .

please help.
I confirm, same problem....help please!
(2013-05-21, 06:06 AM)Max_69 Wrote: [ -> ]This is my forum: ConsoleWorld.it
Edit:
Now it works, yesterday was wrong ... I do not understand

One more thing, it would be possible to have the buttons into two lines?

[Image: 56wpe.png]
Yes,
You can edit this code in "inc/plugins/mybbirckeditor.php"
					toolbar: [
						[ 'Source', '-', 'Save', 'NewPage', 'Print', '-', 'Undo', 'Redo' ],
						[ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord' ],
						[ 'Find', 'Replace', '-', 'SelectAll' ],
						'/',
						[ 'Bold', 'Italic', 'Underline', 'Strike', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat' ],
						[ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ],
						[ 'Link', 'Unlink', '-', 'Image', 'Smiley'],
						[ 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos' ],
						'/',
						[ 'FontSize', 'Font' ],
						[ 'TextColor' ],
						[ 'NumberedList', 'BulletedList', '-', 'Blockquote', 'Code', '-', 'Table' ],
						[ 'Maximize', '-', 'About' ]
					],
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbar

(2013-05-24, 01:53 AM)ikhwanulfikri Wrote: [ -> ]hello mybb ir

more smilies insert to editor not work .

please help.

Hi,
Upload this file in 'MYBB_ROOT/jscripts/' :
Perfect, thank you very much........and for spoiler button, solutions?
halo My-BB.Ir

I see you could make it all the better.

but if you can spare a moment of your time to make this again:

Can you give me something amazing once again. I would like ajax upload attachments from DropZones http://www.dropzonejs.com. I want this to be integrated into MyBB.

I was hoping you'd do this.
(2013-05-25, 06:40 PM)Max_69 Wrote: [ -> ]Perfect, thank you very much........and for spoiler button, solutions?
Upload This file in MYBBRooT/ckeditor/plugins :
[attachment=29413]
Edit MYBBRooT/inc/plugins/mybbirckeditor.php :
Find:
$codebuttons .= "magicline,code,videos',
Replace:
$codebuttons .= "spoiler,magicline,code,videos',
Find:
[ 'Link', 'Unlink', '-', 'Image', 'Smiley'],
Replace:
[ 'Link', 'Unlink', '-', 'Image', 'Smiley', '-', 'spoiler'],
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