Re: Forgive my ignorance - How to set Background Color and Perms with 4.0.7 and DNN 3.0.13?

  •  04-14-2005, 10:20 AM

    Re: Forgive my ignorance - How to set Background Color and Perms with 4.0.7 and DNN 3.0.13?

    No problem.
     
     
    Please follow the steps below.
     
    1. Download the new provider from: http://cutesoft.net/Downloads/default.aspx
     
    2. Copy the new DotNetNuke.CEHtmlEditorProvider.dll to your DNN bin folder
     
    3. Modify your web.config
     
     
    <add name="CEHtmlEditorProvider"
             type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
             providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
             UseDNNRootImageDirectory="true"
             RemoveServerNamesFromUrl="true"
             UseRelativeLinks="false"
             RenderRichDropDown="true"
             MaxHTMLLength="0"
             MaxTextLength="0"
             CustomCulture=""
             ThemeType=""
             DisableAutoFormatting="false"
             DisableClassList=""
             HelpUrl=""
             BreakElement="div"
             EditorBodyStyle="background-color:#DFE5F2; color:#003366"
             Admin_AutoConfigure = "Full"
             Admin_SecurityPolicyFile = "admin.config"
             Admin_DisableItemList = ""
             Admin_AllowPasteHtml = "true"
             Admin_EditorOnPaste  = "default"
             Admin_ReadOnly = "false"
             Admin_ShowBottomBar ="true"
             Admin_ShowHtmlMode = "false"
             Admin_ShowPreviewMode = "true" 
             Registered_AutoConfigure = "Simple"
             Registered_SecurityPolicyFile = "default.config"
             Registered_DisableItemList = ""
             Registered_AllowPasteHtml = "true"
             Registered_EditorOnPaste  = "default"
             Registered_ReadOnly = "false"
             Registered_ShowBottomBar ="true"
             Registered_ShowHtmlMode = "false"
             Registered_ShowPreviewMode = "true"        
             Guest_AutoConfigure = "Minimal"
             Guest_SecurityPolicyFile = "guest.config"
             Guest_DisableItemList = "Save"
             Guest_AllowPasteHtml = "true"
             Guest_EditorOnPaste  = "default"
             Guest_ReadOnly = "false"
             Guest_ShowBottomBar ="true"
             Guest_ShowHtmlMode = "true"
             Guest_ShowPreviewMode = "true"
            />
           

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread