Jump to content

Need some help from a CKEditor expert.


beats23

Recommended Posts

I want to add a couple useful third party ckeditor plugins to the IPS ckeditor. 

IPS uses their own inhouse file browser which is great but third party CKEditor plugins that need access to the media does not work.

Does anyone know if third party CKEditor plugins that need access to IPS media files will work if I assign the filebrowserBrowseUrl and filebrowserUploadUrl, to the third party plugin? https://ckeditor.com/docs/ckeditor4/latest/guide/dev_file_browse_upload.html

Does anyone know the URL for the IPS filebrowserBrowseUrl and the IPS filebrowserUploadUrl?

CKEDITOR.replace( 'editor1', {
    filebrowserBrowseUrl: '/browser/browse.php',
    filebrowserUploadUrl: '/uploader/upload.php'
});

Thanks 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...