For some reason, the "Basic Text Box" setting is default rather than the "Rich Text Editor" for the text/html module, and every other module that uses the editor. Does anyone know how to make "Rich Text Editor" the default setting
Thank you for your help,
Joe.
So far, Rob has tried to help me:
ok, I probably won't be able to help much, but have you checked all the usual suspects:
Reset permissions on your site - sometimes a host might mess up the permissions whilst doing something else, which in turn can mess up upgrades and such.
In your web.config, ensure all this is correct:
<htmlEditor defaultProvider="FckHtmlEditorProvider">
<providers>
<clear />
<add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Fck/" CustomConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js" .............. up to............ CustomOptionsDialog="host" />
</providers>
Also, copy the FCK folder from the install.zip over to the /Providers/HtmlEditorProviders folder on your site in case something is corrupted.
If that doesn't fix it, try posting in the FCK Project forum for further help there.
Rob