The following guide shows the steps to implement a Cute Chat and Cute messenger into Community Server 2.1 application. If you haven't downloaded the software, please download the software copy from here.
Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Unzip the zip file and copy CuteChat client files to the root of your Community Server installation.


The following files/folder should be deployed to the root of your Community Server installation.

  • CuteSoft_Client
  • RedirectForumToChat.aspx
  • global.asax

Skin-DisplayUserWelcome.ascx should be deployed to \Themes\default\Skins directory of your Community Server installation.


Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Deploying the CuteSoft.Chat.dll assembly and license file


The following files should be deployed to \bin directory of your Community Server installation. 

  • CuteSoft.Chat.dll
  • cutechat.lic
  • CuteMessenger.lic
Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Execute SQLScripts\cutechat3.sql against your Community Server database

  • Open your SQL Server Query Analyzer from within Enterprise Manager.
  • Once you have successfully connected to your SQL Server within query analyzer, open and execute the Chat SQL file(SQLScripts\cutechat3.sql) against your Community Server database.
Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

You have two options to add Chat rooms to your community Server. Skip this step if you want to install web messenger only.


  • Adding a chat column into your forum list.

    If you prefer this solution, please copy View-ForumGroupView.ascx to \Themes\default\Skins directory of your Community Server installation.
    Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具
  • Adding a chat tab into your CS top navigation bar.

    1. Copy chat.aspx to the root of your Community Server installation.
    2. Open SiteUrls.config file, find "navigation" section and add the following entry behind home tab:

    <link name="Chat" navigateUrl="/Chat.aspx" text="Chat" />
    Installing Cute Chat/messenger for CS 2.1 cs论坛聊天工具

相关文章:

  • 2021-09-12
  • 2021-10-07
  • 2021-09-05
  • 2021-07-28
  • 2021-05-21
  • 2022-12-23
  • 2021-12-23
  • 2021-12-27
猜你喜欢
  • 2022-01-27
  • 2021-12-05
  • 2022-12-23
  • 2021-10-02
  • 2021-10-20
  • 2021-11-05
  • 2021-11-12
相关资源
相似解决方案