Installing Cute Chat/messenger for DNN 2.x
The following guide shows the steps to implement a Cute Chat and Cute messenger
into DotNetNuke 2.x application. If you haven't downloaded the software, please
download the software copy from
http://richscripts.com/download/NukeChat2.zip.
|
Unzip the zip file and copy CuteChat client files to the DotNetNuke solution.
DesktopModules folder and all file it contains should be deployed to
DOTNETNUKE_FOLDER\.
global.asax should be deployed to DOTNETNUKE_FOLDER\.
Display the screenshot of this step
|
|
Deploying the CuteSoft.Chat.dll assembly and license file
The following files should be deployed to DOTNETNUKE_FOLDER\Bin. Display the screenshot of this step
-
CuteSoft.Chat.dll
-
cutechat.lic
-
CuteMessenger.lic
|
|
Execute SQLScripts\cutechat3.sql against your DotNetNuke 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
DotNetNuke database.
Display the screenshot of this step
|
|
Modify web.config file and Specify the CuteChat.DataDirectory
<appSettings>
...
<add key="CuteChat.DataDirectory"
value="DesktopModules/CuteSoft_Client/CuteChat" />
</appSettings>
|
|
Add new module definition (Chat)
-
Log into your portal using the Host Admin account. From the 'Host' menu, select
the 'Module Definitions' menu item.
-
Fill in Module Name (Chat) and Description (Chat), then click Update.
-
The form should now be extended allowing you to add definitions. Enter "Chat"
as New Definition and click Add Definition to continue. The form should extend
further, so click Add Control to continue.
-
First add the control that normally will be used, for viewing the chat. From
Source you should be able to select a control named DesktopModules/CuteChatControls/Lobbies.ascx.
Select View as Type, and click Update to add the control.
Display the screenshot of this step
|
|
Add new module definition (Messenger)
-
Log into your portal using the Host Admin account. From the 'Host' menu, select
the 'Module Definitions' menu item.
-
Fill in Module Name (Messenger) and Description (Messenger), then click Update.
-
The form should now be extended allowing you to add definitions. Enter
"Messenger" as New Definition and click Add Definition to continue. The form
should extend further, so click Add Control to continue.
-
First add the control that normally will be used, for viewing the chat. From
Source you should be able to select a control named DesktopModules/CuteChatControls/Messenger.ascx.
Select View as Type, and click Update to add the control.
|
|
Log in as "admin", click the "Chat Admin" button and add one or more chat rooms
to your site.
|