MyBB Community Forums

Full Version: Rin Editor 1.2.4 (Powerd by CKEditor)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2021-01-22, 07:53 AM)Dr_The_One Wrote: [ -> ]I don't know how it happened? I just edited the post and it appears like that.

Sorry, but I can only help with the preventing this from happening if you can provide steps to reproduce the problem.

(2021-01-22, 07:53 AM)Dr_The_One Wrote: [ -> ]I noticed that while editing document, there is automatically extra space created against [/td] code as [/ td]. That's creating issue, as I thinking.

I know that this problem occurs with Sceditor. And the first time I hear this type of problem with the rin editor, if this post was really created using this plugin.
I do not believe that the table space is related to the appearance of unnecessary font tags.
(2021-01-22, 05:02 AM)martec Wrote: [ -> ]
Example of how to change imgur dragdrop support to your own server or host

martec! You are the star! 
Many many thanks! 

I will give it a try ASAP  Big Grin
(2021-01-23, 05:34 AM)Alhimika Wrote: [ -> ]
(2021-01-22, 05:02 AM)martec Wrote: [ -> ]
Example of how to change imgur dragdrop support to your own server or host

martec! You are the star! 
Many many thanks! 

I will give it a try ASAP  Big Grin

I hope it works properly.
Great support, thx!
(2021-01-23, 09:37 AM)Eldenroot Wrote: [ -> ]Great support, thx!

thanks for positive feedback! Smile
(2021-01-23, 05:48 AM)martec Wrote: [ -> ]
(2021-01-23, 05:34 AM)Alhimika Wrote: [ -> ]
(2021-01-22, 05:02 AM)martec Wrote: [ -> ]
Example of how to change imgur dragdrop support to your own server or host

martec! You are the star! 
Many many thanks! 

I will give it a try ASAP  Big Grin

I hope it works properly.

Works like a charm!   Big Grin
Many thanks one more time
(2021-01-23, 07:08 PM)Alhimika Wrote: [ -> ]Works like a charm!   Big Grin
Many thanks one more time

Glad to know it worked. Smile
Hi martec
I'm trying to add local server upload and to extend insert photo dialog as per this tutorial
https://www.webslesson.info/2019/01/uplo...h-php.html
tutorial itself id quite straight forward but dealing with plugin is a way bit complicated to me
I've no idea where to add "filebrowserUploadUrl"
Can you please help with it?

Many thanks
(2021-01-25, 09:03 PM)Alhimika Wrote: [ -> ]Hi martec
I'm trying to add  local server upload and to extend insert photo dialog as per this tutorial
https://www.webslesson.info/2019/01/uplo...h-php.html
tutorial itself id quite straight forward but dealing with plugin is a way bit complicated to me
I've no idea where to add "filebrowserUploadUrl"
Can you please help with it?

Many thanks

sorry, but the tutorial above it will not work.
They are assuming that you have installed filebrowser plugin https://ckeditor.com/cke4/addon/filebrowser ...
And filebrowser plugin has dependencies...

Popup https://ckeditor.com/cke4/addon/popup
FileTools (this is installed when you are done "How unofficially enable imgur drag and drop support" tips)...

so you need install filebrowser and Popup plugin... and add this to your config.js on config.extraPlugins part.

the config.filebrowserUploadUrl you can add in config.js... more detail here https://ckeditor.com/docs/ckeditor4/late...rUploadUrl ... you can probably use the same link of config.imageUploadUrl of https://community.mybb.com/thread-189422...pid1361363

so undo any changes you made using the link tutorial (https://www.webslesson.info/2019/01/uplo...h-php.html) that you provided me, it may cause other problems.

if you need more help on this, unfortunately only with paid support. but I believe that if you are patient you will be able to make it work.
thanks martec
I managed to enable filebrowser and popup plugins
Obviuosly created upload.php
Dialog window opens, but when trying to upload to server I'm getting "Incorrect Server Repsonse"
adding "config.filebrowserUploadMethod = 'form';" didn't solve the issue
I'll google a bit more for solution but since I'm not any kind of programmer my chances are slim