Hello
I understand from this forum that FCK Editior 01.00.06 works with DNN 3.2.2. But I am having a problem.
I have uploaded the single dll file to the bin, removing the two old FCK dll files, I FTP's the FckhtmlEditorProvider folder into the HtmlEditorProviders folder. I have edited my web.config file according th the install instructions:
<
dotnetnuke>
<!-- start changed editor provider -->
<htmlEditor defaultProvider="FckHtmlEditorProvider">
<providers>
<clear />
<!--
FTB options:
============
toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac" Sets the default FTB Toolbar style
enableProFeatures="[true|false]" Pro features require a license from FreeTextBox
or you may test them with localhost only
spellCheck="[{none}|IeSpellCheck|NetSpell]" IeSpellCheck is free for non-commercial use only
NetSpell requires some integration work
--
>
<add name="Ftb3HtmlEditorProvider"
type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider"
providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\"
toolbarStyle="Office2003"
enableProFeatures="false"
spellCheck="" />
<!--
DSFCK options:
============
Documentation not ready yet
--
>
<add name="FckHtmlEditorProvider"
type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider"
providerPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/"
CustomConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfig.js"
EnhancedSecurityDefault="false"
SecureConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfigSecure.js"
ImageGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
ImageUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
ImageAllowedFileTypes="gif,png,bmp,jpg"
FlashGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
FlashUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
FlashAllowedFileTypes="fla,swf"
LinksGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fcklinkgallery.aspx"
DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKStyles.aspx"
DynamicStylesCaseSensitive="true"
DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"
StaticStylesFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/fckstyles.xml"
StylesDefaultMode="Static"
DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKCSS.aspx"
StaticCSSFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/css/fck_editorarea.css"
CSSDefaultMode="static"
spellCheck="ieSpell"
AvailableToolbarSkins="Office2003,Silver"
DefaultToolbarSkin="Office2003"
AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic"
DefaultToolbarSet="DNNDefault"
DefaultImageGallerySkin="Default"
DefaultFlashGallerySkin="Default"
DefaultLinksGallerySkin="Default"
FCKDebugMode="false"
UseFCKSource="false"
OptionsOpenMode="ShowModalDialog"
CustomOptionsDialog="Admin" />
</providers>
</htmlEditor>
<!
-- end changed editor provider -->
<navigationControl defaultProvider="SolpartMenuNavigationProvider">
<providers>
But I am unable to apply any styles and I am unable to edit any settings. When trying to use the FCKEditor custom options page, it shows as a small box with no facility to enlarge also the whole page mostly blank except for a feq ? and : Make all toobars available for users, Apply Clear. I tried clicking the available links and got an error page:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
What must I do to get it to work on DNN 3.2.2. Please advice.
Thanks
Lynn