When I change the DrupalFull toolbar in the fckeditor.config.jg file the toolbar does not change on the editor, also the same happens when I add a toolbar.

This is my alteration:

'Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'],

Note: I have not shown all of the toolbar code here, just the part that has been altered, and the additions to the script are in bold.

Can anyone help me?

Thanks,
Azz McH.

Comments

WorldFallz’s picture

are you using the fckeditor or wysiwyg module?

aaronmchale’s picture

FCKeditor module, version: 6.x-2.0-rc2.

WorldFallz’s picture

Ok then it should work-- looks right to me and I have no problems altering the toolbar. Maybe clear the caches (drupal's and the browser's) and turn off js aggregation if you're using it.

aaronmchale’s picture

The problem was, I was altering FCKeditor in /modules/fackeditor/ and FCKeditor exists in /sites/all/modules/fackeditor/. Big problem, simple solution.

Thanks for everyones help with this
Azz McH

krujerd’s picture

thank