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

Last post 04-14-2005, 10:40 AM by jhoelz. 4 replies.
Sort Posts: Previous Next
  •  04-14-2005, 9:09 AM 5714

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

    New release seems to work great!

    Sorry, but I can't seem to find anywhere in the docs how to make these settings. Please point me in the right direction.
     
  •  04-14-2005, 9:47 AM 5716 in reply to 5714

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

    The new Editor.EditorBodyStyle Property has been introduced. This style will be applied to the Editor body.
     
    For example:

    <CE:Editor id="Editor1" runat="server" EditorBodyStyle="background-color:tan;Color:white"></CE:Editor>
     
    We will update the Cute Editor provider for DNN today and include this property.
     
     

    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

  •  04-14-2005, 9:58 AM 5717 in reply to 5716

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

    Thanks Adam, but at the risk of exposing my complete stupidity, I have no idea what your talking about.
     
    I look to make the changes in one of these places:
    • Web.config
    • AutoConfigure files
    • Security files
    • Common.config
    If it's not there I'm lost.
     
    Sorry....
  •  04-14-2005, 10:20 AM 5720 in reply to 5717

    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

  •  04-14-2005, 10:40 AM 5722 in reply to 5720

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

    Now your speaking my language!
     
    Thanks Adam!
View as RSS news feed in XML