MyBB Community Forums

Full Version: Is there an editor that can upload images to the server?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm looking for an editor that can upload images to my server without using an image hosting site like imgur.

default attach function of mybb is a bit inconvenient. (I have to click button three times)

so I found that ckeditor has such a function. (rin editor doesn't)

but, ckedtor plugin version is too old and there are a lot of errors now...

Is there a plugin or other editor? I could not find it.
if you want to upload image from editor, you can use Simple Image Upload
https://community.mybb.com/mods.php?action=view&pid=682

your image will upload to imgbb.com

or
you can use ezGallery (images will upload to your server), but not in editor
https://community.mybb.com/mods.php?action=view&pid=259

like this
https://ziuma.com/ezgallery.php?cat=1
(2018-07-30, 07:03 AM)ziuma Wrote: [ -> ]if you want to upload image from editor, you can use Simple Image Upload
https://community.mybb.com/mods.php?action=view&pid=682

your image will upload to imgbb.com

or
you can use ezGallery (images will upload to your server), but not in editor
https://community.mybb.com/mods.php?action=view&pid=259

like this
https://ziuma.com/ezgallery.php?cat=1

Thanks . but SImple Image is also an image hosting. 

Image hosting has a request limit. So I want to upload images directly to my server.

Sadly, sceditor does not have such a feature as ckeditor does...

I'm trying to replace the default attach function with ajax.