I added the latest ckeditor. But I cannot alter the toolbar at all. The config.js is basically empty although most tutorials refer to text within it. It seems like all the default info is now in the compressed ckeditor.js. I have tried altering (even just removing e.g. 'Italics' from the list that I could find in that file. no change. I have added custom toolbar configs to config.js and they (hooray) do show up in the list of editor toolbar options under site config > ckeditor. but if i choose it... then the whole editor disappears. Ugh.
I have read a lot of postings etc. and have tried lots of things. Can you help?
My original goal was to load mediaembed onto the toolbar. I have followed the instructions as best I can (given the fact that the config.js isn't the same any more.

Comments

rocheking’s picture

ok. I can get a button to disappear. In ckeditor.js I found the list for _full and if I delete 'Italics', then that button goes away.
If I try to set the Full toolbar in config.js as below it won't change the toolbar.
config.toolbar='Full';
config.toolbar_Full=[
...menubar options here... with out, e.g. 'Italics'
];
Is my config.js not being read ??

rocheking’s picture

ok so... I was working within the ckeditor config files NOT the drupal ckeditor config files.

It turns out I needed to edit ckeditor.config.js THat's where the lines to uncomment are that I've seen people talk about. ugh.

Also, per others' suggestions for mediaembed you need to fix the case issues. I went with changing mediaembed references to MediaEmbed (including the folder name) rather than the reverse... hopefully that will work out (although it's starting to sound like a bad idea - oh well).

Hopefully this will help someone else... it didn't seem like I was alone in wrestling with this issue.