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