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.