beats23 Posted January 27, 2019 Share Posted January 27, 2019 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.