Re: CuteEditor & DNN 4.4.0

  •  01-17-2007, 10:45 AM

    Re: CuteEditor & DNN 4.4.0

    I don't have access to your test page.
     
    >>My-color is already set to #ffffff, but my background color is still my skin.
     
    It's strange.
     
    It should work.
     
    Can you change it to EditorBodyStyle="background-color:#ff0000;text-align:left" and test again?
     
     >>I would also like to use the image gallery, but I would like to lock my users into 1 folder, so they can't browse all over my site, but I did not see any configuration setting in the Web.Config to do that. As a reminder, I am using DNN 4.4.0.

    Edit security policy file.


    The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the ImageGalleryPath element which contains the image gallery path information within Cute Editor.  By default, it contains the following value:


    <
    security name="ImageGalleryPath">~/uploads</security>
      

    You can modify the ImageGalleryPath element to meet your own requirements.

    For example:

    Use absolute path:

    <security name="ImageGalleryPath">/uploads</security> 

    Use physical path:

    <security name="ImageGalleryPath">c:\inetpub\wwwroot\uploads</security>

     
     
     

    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