milesmowbray wrote:
Have you been into the mambot configuration page for joomlafck2 and saved the defaults?
If so could you post the output of this URL:
http://yoursiteroot/mambots/editors/joomlafck2.js.phpNick
Yes; I've been to the configuration page and saved the defaults. Below is the output, from the requested page.
Code:
FCKConfig.AutoDetectLanguage = true;
FCKConfig.DefaultLanguage = 'en';
FCKConfig.EnterMode = 'br';
FCKConfig.ShiftEnterMode = 'br';
FCKConfig.ContentLangDirection = 'ltr';
FCKConfig.SkinPath = 'http://10.1.1.222/mambots/editors/joomlafck2/editor/skins/silver/';
FCKConfig.CustomStyles = {
'Red Text' : { Element : 'span', Styles : { 'color' : '#d21242' } }, 'Blue Text' : { Element : 'span', Styles : { 'color' : '#1f3873' } }
};
FCKConfig.Plugins.Add('JoomlaContent');
FCKConfig.Plugins.Add('ImageManager');
FCKConfig.ToolbarSets["Default"] = [
['Source','Templates','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['JoomlaContent','Link','Unlink','Anchor'],
['Image','ImageManager','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','ShowBlocks','-','About'] // No comma for the last row.
] ;
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','JoomlaContent','Link','Unlink']
] ;
FCKConfig.ProcessHTMLEntities = true;
FCKConfig.IncludeLatinEntities = true;
FCKConfig.IncludeGreekEntities = true;
FCKConfig.ForceSimpleAmpersand = false;
Thanks.