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
Same issue as Helsing and emotion.

Forums: 1.8
CKEditor 0.8.1 (CKEditor For MyBB_#2_stable - also tried 0.8 #1 stable, did not load.)

Edit:

Getting the fix from a few pages back helped.

Two lines needed to be replaced. Worth mentioning there's an extra line between the function build_mycode line and the {

/* - 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);}

That code must be inserted above:
global $db, $mybb, $theme, $templates, $lang, $plugins, $smiliecache, $cache;
not work please fix it!Sad
(2014-09-19, 10:28 PM)kaloz Wrote: [ -> ]not work please fix it!Sad
You see SCEditor or not?
not working with me too i can see sceditor in mybb 1.8.x
(2014-09-19, 10:58 PM)izaan Wrote: [ -> ]not working with me too i can see sceditor in mybb 1.8.x

Please read "Post #198": http://community.mybb.com/thread-132680-...pid1101557
did that too doest not work still
(2014-09-20, 01:25 PM)izaan Wrote: [ -> ]did that too doest not work still
What's your website URL?
(2014-09-19, 05:25 AM)Tarun. Wrote: [ -> ]Same issue as Helsing and emotion.

Forums: 1.8
CKEditor 0.8.1 (CKEditor For MyBB_#2_stable - also tried 0.8 #1 stable, did not load.)

Edit:

Getting the fix from a few pages back helped.

Two lines needed to be replaced. Worth mentioning there's an extra line between the function build_mycode line and the {


/* - 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);}

That code must be inserted above:

global $db, $mybb, $theme, $templates, $lang, $plugins, $smiliecache, $cache;

Thanks! It works now. I had to Google where to put the functions though. Big Grin
For anyone wondering you have to put the code in the /inc/functions.php file.
There was an error posting your reply: The specified post does not exist.

is message new post i testing for user register can't reply topic please help me
(2014-09-21, 12:32 AM)Nucky Wrote: [ -> ]There was an error posting your reply: The specified post does not exist.

is message new post i testing for user register can't reply topic please help me
what's your website URL?
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