• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

No upload button with Vanilla forum's 'Rich' editor

lumiworx

Chevereto Member
I think the 'Rich' editor is a recent addition and now it's the new default in the latest Vanilla forum v.3.3. It's a simpler editor geared for mobile use, and with that editor enabled, the upload button won't display on a desktop, tablet, or mobile.

vanilla-v33-editor-selections.jpg

The theme in use is the default theme - for both desktop and mobile - and has only minor CSS tweaks and a couple of very basic plugins enabled. Using any other selected editor type with the provided 'Advanced Editors' plugin enabled will insert the upload button under the div for the comment textarea.

@Rodolfo ... If it would help to have access to the forum backend, I have a test instance setup online and can set up an admin account for you to explore with. PM or email me and I'd be happy to send out an invitation... public registrations are disabled.
 
PUP works by hooking to known siblings, it is understood that with the updates some support won't be immediate available as shown in this case.

I will take a look at this for the next revision.
 
I can confirm this, it doesn't work in their new editor. I will try to sneak it 😉 .
 
Vanilla's new rich text editor is provided by https://quilljs.com/ and I managed to get the editor to insert our HTML codes:

JavaScript:
quill.clipboard.dangerouslyPasteHTML(quill.getText() == "\n" ? 0 : quill.getLength(), '<img src="https://demo.chevereto.com/images/2020/01/25/ITmp4Zy5aAc.jpg" alt="ITmp4Zy5aAc.jpg" border="0" />');

1585596070753.png

Vanilla quill support will be added for the next revision (3.14.2).
 
Back
Top