I edited the web.config to include:
AvailableToolBarSets="DNNDefault,Basic,LS_editor" DefaultToolbarSet="LS_editor"
I edited the /custom/fckconfig.js file to include:
FCKConfig.ToolbarSets["LS_editor"] = [ ['Source','ShowBlocks','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat','FitWindow',], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Table','Rule'], ['FontFormat'] ] ;
I refreshed the page, cntrl+f5 the page, cleared my cache, restarted my browser, restarted the server, restarted my computer, waited a day and still no change to the 'editor view page options' in DNN. Is there something else that I need to edit that I have missed?
Thanks for any help |