Explanation of DNN provider settings

Last post 04-17-2008, 6:29 AM by sunsethill. 2 replies.
Sort Posts: Previous Next
  •  04-16-2008, 8:58 PM 39354

    Explanation of DNN provider settings

    Hello,
     
    I am seriously considering the Cute Editor for all of my DNN sites.  Is there documentation explaining all of the web.config settings for the DNN provider?
     
    Here are a couple of examples:
     
    1.  I don't want the form icons to be visible (i.e. Form, TextArea, Textbox, ect.).  How can I remove these?
     
    2.  I want images that users upload to be automatically resized to no larger than 600x450.  Is this possible - and if so - how do I do this?  Throught the web.config settings - or somewhere else?
     
    3.  Where are the EMail Signature and Contact Us templates stored - and what is the procedure to add more content templates?
     
    Thanks in advance, Al
  •  04-16-2008, 10:44 PM 39357 in reply to 39354

    Re: Explanation of DNN provider settings

    sunsethill,
     
    >>1.  I don't want the form icons to be visible (i.e. Form, TextArea, Textbox, ect.).  How can I remove these?
     
     
    In DNN, please juse modify the web.config file:
     
              
               Admin_AutoConfigure = "Full_noform"
               Registered_AutoConfigure = "Full_noform"
               Guest_AutoConfigure = "Minimal"
     
    >>2.  I want images that users upload to be automatically resized to no larger than 600x450.  Is this possible - and if so - how do I do this?  Throught the web.config settings - or somewhere else?
     
    Yes.
     
     

    You can juse 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 AutoResizeUploadedImages element. By default, it contains the following value:

    <security name="AutoResizeUploadedImages">true</security>  
     
    You also need to modify the follow two entries to specify the max width and height of the image.
     
    <security name="MaxImageWidth">1024</security>
     <security name="MaxImageHeight">768</security> 
     
    >>3.  Where are the EMail Signature and Contact Us templates stored - and what is the procedure to add more content templates?
     
    Please check the following article:
     
     

    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-17-2008, 6:29 AM 39392 in reply to 39357

    Re: Explanation of DNN provider settings

    Thanks for the response.   I have just purchased the Developer license. 

     
View as RSS news feed in XML