By aaronmchale on
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
_
are you using the fckeditor or wysiwyg module?
FCKeditor module, version:
FCKeditor module, version: 6.x-2.0-rc2.
_
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.
The problem was, I was
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
thank
thank