Uninstall CEditor in DNN site.

Last post 09-12-2011, 9:02 AM by AggieDan97. 4 replies.
Sort Posts: Previous Next
  •  09-07-2011, 5:28 PM 69985

    Uninstall CEditor in DNN site.

    I need to temporarily remove CEditor until I get the new licensing straightened out.
    I have the install instructions but it doesn't appear to be that clear cut when uninstalling.
    Can someone please provide instructions for such.
     
    Thank You,
    Dan 
  •  09-08-2011, 7:00 AM 69991 in reply to 69985

    Re: Uninstall CEditor in DNN site.

    Hi AggieDan97 ,
     
    1.Delete the files/folders you deployed on your site.
     
    2. Delete the code you added in your site.
     
    If you just need to disable the CuteEditor,  please open your web.confg, then comment the CuteEditor section then add your old editor section in it.
     
    The code below is the defalut editor section I copy from DotNetNuke 5
     
       <!--<htmlEditor defaultProvider="TelerikEditorProvider">
          <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" StylesDefaultMode="Static" DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKCSS.aspx" StaticCSSFile="~/Providers/HtmlEditorProviders/Fck/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" />
            
            --><!--Upgraded by DotNetNuke.TelerikEditorProvider version 5.4.2 - Date: 7/30/2010 1:22:52 PM--><!--
            --><!--<add name="TelerikEditorProvider" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.EditorProvider, DotNetNuke.HtmlEditor.TelerikEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Telerik/" toolsFile="~/Providers/HtmlEditorProviders/Telerik/Config/ToolsDefault.xml" configFile="~/Providers/HtmlEditorProviders/Telerik/Config/ConfigDefault.xml" FilterHostExtensions="True" />--><!--
            <add name="TelerikEditorProvider" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.EditorProvider, DotNetNuke.HtmlEditor.TelerikEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Telerik/" toolsFile="~/Providers/HtmlEditorProviders/Telerik/Config/ToolsDefault.xml" configFile="~/Providers/HtmlEditorProviders/Telerik/Config/ConfigDefault.xml" FilterHostExtensions="True" />
          </providers>
        </htmlEditor>-->
     
    Regards,
     
    Ken
     
     
     
  •  09-08-2011, 7:40 AM 69994 in reply to 69991

    Re: Uninstall CEditor in DNN site.

    I attempted to comment out and it renders the site unavailable.
  •  09-09-2011, 7:30 AM 69999 in reply to 69994

    Re: Uninstall CEditor in DNN site.

    Hi AggieDan97 ,
     
    You need to delete the CuteEditor section  first, then use the old code.
     
    Regards,
     
    Ken
  •  09-12-2011, 9:02 AM 70016 in reply to 69999

    Re: Uninstall CEditor in DNN site.

    Thank You! 
     
    That worked much better. 
View as RSS news feed in XML