CuteEditor CuteEditor for ASP
  Home | CS 1.x Integration | Forums | Developer's Guide | Feature Comparison Chart | Order

Installing Cute Editor for Community Server 1.x

The following guide shows the steps to implement a CuteEditor for .NET Control into Community Server 1.x application.

1.

Unzip the zip file and copy CuteEditor client files and CuteEditor.dll to the Community Server solution.

CuteSoft_Client folder and all file it contains should be deployed to CS_FOLDER\.
bin folder and all file it contains should be deployed to CS_FOLDER\.

2.

Modify communityserver.config file and specify the textEditorType:

Version 1.1
textEditorType = "Telligent.CuteEditorWraper11.CE, Telligent.CuteEditorWraper11"

Version 1.0
textEditorType = "Telligent.CuteEditorWraper10.CE, Telligent.CuteEditorWraper10"

3.

Open View-CreateEditPost.ascx file and remove the Emotion Panel:

Copyright 2005 CuteSoft.Net. All rights reserved.