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-26, 03:29 PM)My-BB.Ir Wrote: [ -> ]
(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 :

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'],

Fantastic, you are the best!!
Thanks!!
Wink

MikeInToshx

Is it possible to have 2 lines of buttons, instead of 3?

Thanks

Anyone?
(2013-05-30, 05:07 PM)MikeInToshx Wrote: [ -> ]Is it possible to have 2 lines of buttons, instead of 3?

Thanks

Anyone?
please read post 57

MikeInToshx

I did. Didn't work..
(2013-06-01, 03:19 PM)MikeInToshx Wrote: [ -> ]I did. Didn't work..
Find 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' ]
                     ],
Replace To:
                    toolbar: [
                         [ 'Source', '-', 'Save', 'NewPage', 'Print', '-', 'Undo', 'Redo' ],
                         [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord' ],
                         [ 'Find', 'Replace', '-', 'SelectAll' ],
                         [ 'FontSize', 'Font' ],
                         [ 'TextColor' ],
                         '/',
                         [ 'Bold', 'Italic', 'Underline', 'Strike', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat' ],
                         [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ],
                         [ 'Link', 'Unlink', '-', 'Image', 'Smiley'],
                         [ 'SpecialChar', '-', 'HorizontalRule', '-', 'Videos' ],
                         [ 'NumberedList', 'BulletedList', '-', 'Blockquote', 'Code', '-', 'Table' ],
                         [ 'Maximize', '-', 'About' ]
                     ],

MikeInToshx

That worked. Thanks man Wink

1 Question / request:

When replying with quote,

It is very dificult do imediatly start typing.
I think a lot of people wouldn't even know that they have to press the red arrow to start typing..
I think its realy anoying ( no offense ). (Maybe this can be fixed in a new version, or u know how to edit this? )

Just my 2 cents bro, for the rest, awsome editor! Wink
Hey, I installed it local to test it,

but after activate its not showing


[attachment=29561]
(2013-06-18, 10:18 PM)silvermf Wrote: [ -> ]Hey, I installed it local to test it,

but after activate its not showing
pleace check with mybb default theme.

MikeInToshx

My-Bb.Ir,

Is there a fix coming for the reply with quote? ( my previous post)
Even the Default Theme is not working

[attachment=29563]
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