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
i am getting error This plugin is incompatible with MyBB 1.8.3 on my test 1.6 >> 1.8 localhost installation

it worked after changing the * in the php file to 18

my similes are not working which comes left to the editor but when i click more smiles they work

oops i saw there is a 1.8 version sorry

i just installed the Version 1.8 one and there isn't any ckeditor mini to use in the quick reply?
MyBB version 1.8.
Installed , activated, Setting Turns on or off CKEditor: Yes.

Nothing happen, it still use SCEditor (default MyBB editor).
buggy ?
Is there any other setting that apply for setup the wysiwyg editor?
1.8 cke is too buggy i am using 1.6 cke with 18* compatibility its better than native 1.8
(2014-09-10, 06:40 PM)ATofighi Wrote: [ -> ]
(2014-09-10, 06:32 PM)gkVector Wrote: [ -> ]I have installed version 0.8.1 (stable build #2) for 1.8 but the editor is not coming up. I'm still getting the SCEditor. I checked the settings and CKEditor is enabled. What am I missing!?
In inc/functions.php
find:

function build_mycode_inserter($bind="message", $smilies = true)
{
replace to:

/* - PL:ckeditor - /* function build_mycode_inserter($bind="message", $smilies = true)
/* - PL:ckeditor - /* {
/* + PL:ckeditor + */ function build_mycode_inserter($bind="message", $smilies = true)
/* + PL:ckeditor + */ {if(function_exists("ckeditor_build") && is_ckeditor_avilable()) { return ckeditor_build($bind, $smilies);}

(2015-01-10, 09:46 AM)jinbatsu Wrote: [ -> ]MyBB version 1.8.
Installed , activated, Setting Turns on or off CKEditor: Yes.

Nothing happen, it still use SCEditor (default MyBB editor).

(2015-01-10, 10:23 AM)jinbatsu Wrote: [ -> ]Is there any other setting that apply for setup the wysiwyg editor?




In inc/functions.php
find:

function build_mycode_inserter($bind="message", $smilies = true)
{
replace to:

/* - PL:ckeditor - /* function build_mycode_inserter($bind="message", $smilies = true)
/* - PL:ckeditor - /* {
/* + PL:ckeditor + */ function build_mycode_inserter($bind="message", $smilies = true)
/* + PL:ckeditor + */ {if(function_exists("ckeditor_build") && is_ckeditor_avilable()) { return ckeditor_build($bind, $smilies);}
I'm having an issue with quick reply not working properly since upgrading to mybb to 1.8.3. It says "There was an error posting your reply: The message is missing. Please enter a message." and the quick reply box is shrunk. Anyone have a fix?

Also, how do I make spell checking enabled by default?
this version is too buggy i am using 1.6 version
changed its compatibility line.
and it is almost working fine except quick editor.

I am not blaming anyone that the editor is buggy coz i know its hard work to do. keep up the good work mybb Iran,
Thanks ..its working after changing function.php file...

how to remove from quick reply???
otherwise plugin working perfect.

Any helper can guide in this issue of quick reply ...
i and many people not want it in quick reply.
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