The following guide shows the steps to implement a Cute Chat and Cute messenger
into Community Server 1.x application. If you haven't downloaded the software, please
download the software copy from nbsp;
here.
|
Unzip the zip file and copy CuteChat client files to the Community Server solution.
CuteSoft_Client folder and all file it contains should be
deployed to CS_FOLDER\.
Skin-ForumLinkBar should be
deployed to CS_FOLDER\Themes\default\Skins\.
RedirectForumToChat.aspx should be
deployed to CS_FOLDER\.
global.asax should be
deployed to CS_FOLDER\.
Display the screenshot of this step
|
|
Deploying the CuteSoft.Chat.dll assembly and license file
The following files should be deployed to CS_FOLDER\Bin.
Display the screenshot of this step
- CuteSoft.Chat.dll
- cutechat.lic
- CuteMessenger.lic
|
|
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.
Display the screenshot of this step
|
|
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 CS_FOLDER\Themes\default\Skins\.
-
Adding a chat tab into your CS top navigation bar.
1. Copy chat.aspx to CS_FOLDER\
2. Open SiteUrls.config file, find "navigation" section and add the following entry behind home tab:
<link name="Chat" navigateUrl="/Chat.aspx" text="Chat" />
|