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
(2014-09-07, 03:36 PM)GamingCave Wrote: [ -> ]Lot of issues editing post signatures and such with this plugin.

Hi,
I test it in editing signature and don't find any issues. :-\
(2013-01-12, 08:10 PM)My-BB.Ir Wrote: [ -> ]Author: My-BB.Ir
Add Advanced Editor to:
  • New Thread
  • New Reply
  • Edit post
  • Edit signature
  • Quick Reply
  • Warning System
  • Calender
  • Mod Cp
  • AdminCp
  • .
  • .
  • .
Features:
  • WYSIWYG
  • AutoSave
  • Table
  • Subscript and Superscript
  • BiDi
  • Drag-Drop Image upload!
  • Spell Checker
  • Full MyCode Support
  • Editor Options button (like IPBoard)
  • placeholder
  • You Can use Editor without mouse! (Press alt+0)
  • Work editor in Source mode
Plugin Version: 3.0 (Last Update : 2014/8/20)
Persian Language in : My-BB.Ir
Download old version: http://mods.mybb.com/view/ckeditor-wysiwyg-editor
Requires: Plugin Library


Download For MyBB 1.8

OH GREAT
i was going to ask about thisĀ 
Thnk u so much !!!

i m using the last version but one issue only i face
the smiles are not showing up
mean those that we have in the side
how to fix them
at least let it find the smiles pics !!
i m reading people having errors so better ill continue with the last version till all errors are fixed.
please let me know how to change the smile links ?
I am using this with 1.8 and it is working perfectly, thank you so very much for all of your time and effort in getting this done for 1.8. :smile:
(2014-09-08, 07:05 AM)Ronshaan Wrote: [ -> ]OH GREAT
i was going to ask about thisĀ 
Thnk u so much !!!

i m using the last version but one issue only i face
the smiles are not showing up
mean those that we have in the side
how to fix them
at least let it find the smiles pics !!
i m reading people having errors so better ill continue with the last version till all errors are fixed.
please let me know how to change the smile links ?
please see the console log in inspect element in your browser and give me the Error....

Download Version 0.8.1 for MyBB 1.8
I installed it but it doesn't work. Can anyone help me pls?
www.gamer-core.it/forum
(2014-09-10, 01:24 PM)Kowak Wrote: [ -> ]I installed it but it doesn't work. Can anyone help me pls?
www.gamer-core.it/forum
please download 1.6 plugin from http://mods.mybb.com/view/ckeditor-wysiwyg-editor
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!?
(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);}
Got it! Thanks!

Did I miss that in the docs somewhere?
Nevermind, I was just being stupid.
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