Thanks Rodney... I think I understand what you're talking about here, but have a few more questions.
I made changes to the fckconfig.js file and found the section where you can build custom toolbar sets, so I created one with a few less options than the "DNN Default" (see below).
The question I have is, how do I tell ActiveForums to use the new one that I created below, and NOT to use the DNNDefault one? Thanks a bunch!!!
FCKConfig.ToolbarSets["DNNDefault"] = [
['Source','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','Removeformat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
['Style','Fontformat'],['FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','-','About']
];
FCKConfig.ToolbarSets["Forums_NoImage"] = [
['Preview', '-'],
['Cut', 'Copy', 'Paste', 'PasteText', 'PasteWord', '-', 'Print', 'SpellCheck'],
['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'Removeformat'],
['Bold', 'Italic', 'Underline', 'StrikeThrough', '-', 'Subscript', 'Superscript'],
['OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent'],
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull'],
['Link', 'Unlink'],
['Rule', 'Smiley', 'SpecialChar', 'PageBreak'],
['Style', 'Fontformat'], ['FontName', 'FontSize'],
['TextColor', 'BGColor']