gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

Tiny MCE 5 issue #30

Closed endorbilisim closed 1 year ago

endorbilisim commented 1 year ago

its not working with version 5 due to Tiny MCE changes

gordon-matt commented 1 year ago

As per the README:

For TinyMCE integration, you will need to copy the plugin from this solution to your tinymce/plugins folder. Plugins for TinyMCE versions 4 and 5 can be found in /Misc/TinyMCE Plugin.
endorbilisim commented 1 year ago

Tinymce itself is not working, files need to be updated.

gordon-matt commented 1 year ago

It was working perfectly fine the last time I checked it. You're going to have to elaborate some more.. what exact version of TinyMCE are you using? What exactly have you done to try make it work? etc... and also if you can make a small sample app and put it up on GitHub somewhere, that will be helpful for me to take a look as well.

endorbilisim commented 1 year ago

After a few edits I completed the integration but when uploading images I get "Unexpected end of JSON input". Thumbnails are not visible even though the images have been uploaded. After solving the last problem, I will share a working version with you on Github.