Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

CLEditor: (yet) another wysiwyg plugin

124»

Comments

  • MarkMark Vanilla Staff
    @brickerz - I just noticed that problem as well. I've removed that background color in a recent commit. It will be in the next release, or you can apply it yourself by making the changes noted in this commit:

    https://github.com/vanillaforums/Garden/commit/960dba306da2339bd25e1b47f06a9309ea305d75
  • edited November 2010
    There seems to be a problem with the highlight functionality. You can't seem to partially remove a highlight. Meaning, if you have "Hi Mom, it's me!" within a single highlight span, you can't un-highlight the "it's me!" part alone. This might not be a problem with Vanilla's implementation, but rather with the editor itself. Hopefully we can still get it fixed, though.
  • MarkMark Vanilla Staff
    @DylanH - All of that functionality is handled by the CLEditor jQuery plugin. All our plugin does is implement that one. Your best bet for getting fixes into the core of that plugin would be to go directly to those developers. We will do our best to keep our version up to date with theirs (ie. we'll update ours when they do releases, which they seem to do quite frequently).

    Here is a link to their jQuery plugin page: http://plugins.jquery.com/project/CLEditor
  • I don't know about errors, but the font size tag is depreciated, and I figure out how it is designed to update it to css3. Anyone have an anser?
  • hyphyhyphy New
    edited June 2011
    The CLEditor doesn't update when you press "Include Image" on the FileUpload plugin. It does insert the image code but doesn't actually display the image in the text box. Anyone want to commit to fixing this? :)
  • edited July 2011
    Isues between quotes plugin and the CLEeditor("null" quote in message window)
    are fixed?
    Just installed the plugin and nothing. I can see the quoted text only if I reload the page.
  • The same problem with image uploaded through FileUpload plugin, I fixed the wrong thumbnail preview link manually, but have no idea how to redraw CLEditor textarea for showing the image after clicking "insert image" link.
    I assume there should be a method for this.
    The image uploads well, but it's possible to see it in textarea only through editing the post after saving the new post.
  • @rak I installed version 0.5 of the CLEditor addon and I am using version 2.0.17.10 of Vanilla Forums.

    Now I have two questions.

    1. When replying on a threat and by pressing the "Write Comment" button there are two textarea's.
    Before pressing the button:
    http://img88.imageshack.us/img88/2109/beforej.jpg
    After pressing the button:
    http://img62.imageshack.us/img62/9098/afterzl.jpg

    Do you know a solution for this problem?

    2. I tried to add the Table Plug-in for CLEditor, but it doesn't seem to work. I added jquery.cleditor.table.min.js and the table image in the images folder. Does I have to edit some code to make it work?

  • Does anybody has an answer to my two problems?

  • How to resize the textarea just on post discussion?

  • Chris23, I also added the Table plug-in, and also added the following line in default.php:

    $Sender->AddJsFile('jquery.cleditor.table'.(Debug() ? '' : '.min').'.js', 'plugins/cleditor', $Options);

    and added the table image in images folder, however, the 'Table' tag was not recognized.

    Does anyone know if we can use the Table plug-in for Cleditor?

  • I just successfully installed the Table plug-in and got to use it as well :)

    Turned out that I need to install a new version of the Cleditor, since the Table plugin request Cleditor 1.2.2 or later versions. And the one that is found in the Vanilla add-ons, is 1.1.

    Note: mind you that Vanilla doesn't render the css styles used in the table tags correctly. So, I had to remove the Table plugin back, since it defeated my purpose of designing with table.

  • Weird. When I enable this plugin, this shows up — http://screencast.com/t/5vSYjKWGU4f — and I can't even put my cursor into the box to type anything. Any idea why this is happening?

  • The plugin was last updated in 2010, are you using Vanilla 2.1.8? It may not be working with the newest versions of Vanilla.

  • Yep, I am on 2.1.8 ... Is there another alternative that you or anybody knows of that does work? Like the one that's here on my screen? http://screencast.com/t/cMMf2JgY

  • The one on your screen is the hosted version of Vanilla which is not the same as the Open source.
    This one: http://vanillaforums.org/addon/creativecleditor-plugin appears to be fairly recent and may do what you need.

Sign In or Register to comment.