This is driving me CRAZY!. I downloaded the install package for the FCK Editor from your site and it came with one file in bin folder (a file that already existed in the bin in my local install) and a directory for the providers folder for the FCK Editor which I added to the provders folder in my local install. I'm trying to configure the web.config file. I don't know if I placed the tags in the wrong place or something else. When I try to compile the project I get the error:
Unrecognized configuration section dotnetnuke/htmlEditor
Source error:
</runtime>
<dotnetnuke>
<htmlEditor defaultProvider = "FckHtmlEditorProvider">
<Providers>
<clear />
Forgive me if at any time the answer is obvious, I'm a newbie.
My config entry looks as follows:
<
<
<
<
<
dotnetnuke>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"
EnhancedSecurityDefault="false"
SecureConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfigSecure.js"
ImageGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
ImageUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
ImageAllowedFileTypes="gif,png,bmp,jpg"
FlashGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
FlashUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
FlashAllowedFileTypes="fla,swf"
LinksGalleryPath="~/Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx"
DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKStyles.aspx"
DynamicStylesCaseSensitive="true"
DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"
StaticStylesFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/fckstyles.xml"
</
</
providers>htmlEditor>StylesDefaultMode="Static".....
Any Help Would be most appreciated; I'm a newbie