hi,
I tried to remove a plugin/toolbar from the editor. This is what I did:
- opened ckeditor.js in notepad++ and went to line 21
- removed "forms" from "plugins"
- saved the file and uploaded to server
- opened the website and opened the ckeditor > no change what-so-ever
- I also saw that there was a 'removePlugins:' also added it in there, uploaded again without any result.
- this also happens when I tried to change the theme: theme:'default',skin:'office2003'
Standard = kama. I changed it to office2003, but nothing happens.
I added a few extra font-sizes and they are there, so I don't know what I'm doing wrong.
Thanks for the help in advance.
I tried to remove a plugin/toolbar from the editor. This is what I did:
- opened ckeditor.js in notepad++ and went to line 21
- removed "forms" from "plugins"
- saved the file and uploaded to server
- opened the website and opened the ckeditor > no change what-so-ever
- I also saw that there was a 'removePlugins:' also added it in there, uploaded again without any result.
- this also happens when I tried to change the theme: theme:'default',skin:'office2003'
Standard = kama. I changed it to office2003, but nothing happens.
I added a few extra font-sizes and they are there, so I don't know what I'm doing wrong.
Thanks for the help in advance.
Re: Removing plugins/toolbars / change theme not working
You should never edit ckeditor.js in order to change the configuration.
Use the provided methods instead: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Re: Removing plugins/toolbars / change theme not working