1. Installed FCKeditor 6.x-2.0-alpha4
2. Installed Image assist 6.x-2.0-alpha2
3. Copied /modules/fckeditor/img_assist_fckeditor.js to /modules/img_assist/img_assist_fckeditor.js
4. Created a new toolbar in fckeditor.config.js using the following code, placing the Image Assist button last:
FCKConfig.ToolbarSets['Foo'] = [
['Bold','Italic','Blockquote','OrderedList','UnorderedList','imageassist'],
] ;
5. Assigned the user/role to use FCKeditor
6. (Create content > Story)
7. On the new story node screen is where the error message appears
On line 18 of fckeditor.config.js the Image Assist plugin is referenced:
FCKConfig.Plugins.Add( 'imgassist' ) ;
So "imgassist" is the name I used for the button. I have also tried other variations, such as "ImageAssist" with no luck either.
Comments
Comment #1
wwalc commentedThe name of the toolbar item is "ImageAssist", it is automatically added to some toolbars if Image Assist module is enabled.
On the other side, this code should be used to load imgassist plugin:
Comment #2
Jorrit commentedClosed because of inactivity.