Protesqu Posted February 17, 2017 Author Share Posted February 17, 2017 (edited) 52 minutes ago, ansube said: @Protesqu I still get the same error. Here is my configuration: /home/#/public_html/applications/core/interface/ckeditor/ckeditor/config.js /* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig=function(a){a.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}];a.removeButtons="Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript"; a.removeDialogTabs="link:advanced"}; CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'imgur,dropler'; config.imgurClientId = 'b730c68...'; }; I'm missing a line to add? Dropler might be causing this... Try to remove the Dropler settings completely to see if it fixes the issue. If removing Dropler solves the issues, you might want to contact the developer and ask for assistance in solving this. Are you using the last version of Dropler? What IPS version are you using ? Edited February 17, 2017 by Protesqu Quote Link to comment Share on other sites More sharing options...
ansube Posted February 17, 2017 Share Posted February 17, 2017 7 hours ago, Protesqu said: Dropler might be causing this... Try to remove the Dropler settings completely to see if it fixes the issue. If removing Dropler solves the issues, you might want to contact the developer and ask for assistance in solving this. Are you using the last version of Dropler? What IPS version are you using ? v4.1.18.2 Quote Link to comment Share on other sites More sharing options...
Protesqu Posted February 17, 2017 Author Share Posted February 17, 2017 11 minutes ago, ansube said: v4.1.18.2 Can you try this config for a sec: /* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig=function(a){a.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}];a.removeButtons="Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript"; a.removeDialogTabs="link:advanced"}; CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'imgur'; config.imgurClientId = '123....'; }; Quote Link to comment Share on other sites More sharing options...
RoSiCkY Posted February 17, 2017 Share Posted February 17, 2017 lol why make a button imgur embedded is now supported just paste the link and it will embed 15 minutes ago, ansube said: v4.1.18.2 Quote Link to comment Share on other sites More sharing options...
Protesqu Posted February 17, 2017 Author Share Posted February 17, 2017 Just now, RoSiCkY said: lol why make a button imgur embedded is now supported just paste the link and it will embed lol direct link would embed anyway before 4.1.18 This plugin is enabling users to upload images to imgur from the editor. Quote Link to comment Share on other sites More sharing options...
RoSiCkY Posted February 17, 2017 Share Posted February 17, 2017 Just now, Protesqu said: lol direct link would embed anyway before 4.1.18 This plugin is enabling users to upload images to imgur from the editor. oh ok I get ya Quote Link to comment Share on other sites More sharing options...
ansube Posted February 17, 2017 Share Posted February 17, 2017 (edited) 2 hours ago, RoSiCkY said: lol why make a button imgur embedded is now supported just paste the link and it will embed I understand that it is because of the convenience and ease of the end user not having to go to the page directly from IMGUR but it would only be more feasible from the same editor (independently if done in a conventional way), that makes sense if taken in Consideration comfort. Edited February 17, 2017 by ansube Quote Link to comment Share on other sites More sharing options...
Little Monsters Posted February 21, 2017 Share Posted February 21, 2017 (edited) I think this mod has broken my editor. Now whenever I click to post a reply it automatically has <p></p> in the box, but when I post it disappears. But what I've also noticed is everything goes on one line. Like if I copy and paste this post into my forum, it ends up like this: and then when I click edit post it displays html, like this: even though I've disabled 'can post html' on all usergroups. This is my config file at the moment (edited the numbers): /* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig=function(a){a.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}];a.removeButtons="Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript"; a.removeDialogTabs="link:advanced"}; CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'imgur'; config.imgurClientId = 'c0086760e096c85'; config.imgurClientSecret = 'b33c97a9fd8e4a98b59c18b00c45826a5d7f88c1'; }; Please can you help me fix my editor? Even if I can't have the imgur plugin working tbh, I just want it so it stops displaying html and recognises new lines. and here's to show when I click in the editor it already has the html for paragraph in the reply box: Would appreciate a fix. Edited February 21, 2017 by Little Monsters Quote Link to comment Share on other sites More sharing options...
Protesqu Posted February 22, 2017 Author Share Posted February 22, 2017 16 hours ago, Little Monsters said: I think this mod has broken my editor. Now whenever I click to post a reply it automatically has <p></p> in the box, but when I post it disappears. But what I've also noticed is everything goes on one line. Like if I copy and paste this post into my forum, it ends up like this: and then when I click edit post it displays html, like this: even though I've disabled 'can post html' on all usergroups. This is my config file at the moment (edited the numbers): /* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig=function(a){a.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}];a.removeButtons="Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript"; a.removeDialogTabs="link:advanced"}; CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'imgur'; config.imgurClientId = 'c0086760e096c85'; config.imgurClientSecret = 'b33c97a9fd8e4a98b59c18b00c45826a5d7f88c1'; }; Please can you help me fix my editor? Even if I can't have the imgur plugin working tbh, I just want it so it stops displaying html and recognises new lines. and here's to show when I click in the editor it already has the html for paragraph in the reply box: Would appreciate a fix. Why would the plugin even cause this? doesn't make sense. Upload the default config from your ips installation folder. Quote Link to comment Share on other sites More sharing options...
Maxtron Posted March 21, 2017 Share Posted March 21, 2017 (edited) Why BBCode me direct this? How do I fix it? @Protesqu Edited March 21, 2017 by Maxtron Quote Link to comment Share on other sites More sharing options...
globe Posted August 4, 2017 Share Posted August 4, 2017 I added this code to my ipb 4.2 setup. I got it fixed so it no longer display the error message to add the clent id in the config.js so I am assuming its correctly configured. However when I click the button and select a image nothing happens. it does not upload the image. anyone know how to fix this or debugg this? Quote Link to comment Share on other sites More sharing options...
grabbin Posted August 7, 2017 Share Posted August 7, 2017 Thanks, that's super useful! Quote Link to comment Share on other sites More sharing options...
mahmoodma Posted August 13, 2017 Share Posted August 13, 2017 For me currently using 4.2.2 setup, this doesn't work also, might need an update I guess Quote Link to comment Share on other sites More sharing options...
Alexander132 Posted September 1, 2017 Share Posted September 1, 2017 Update please? Dosn't work 4.2.3 Quote Link to comment Share on other sites More sharing options...
darknes4o Posted October 29, 2018 Share Posted October 29, 2018 Not working, shows js config file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.