Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): user
More Search Options
Showing page
7
of
607
(
6,061
total posts)
< 1
second(s)
Re: Override culture/language based on user's profile?
Hi wolbrink, Try this way: 1. Open file 'Channel.aspx'(\CuteSoft_Client\CuteChat\Channel.aspx) 2. Find section override protected void OnInit(EventArgs args) { base.OnInit(args); } 3. Add the code below into the section above CommunityServer.Components.
User
user
= ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
April 20, 2009
Re: Need a Correct user guide to implement Chat/web messenger
Decepticons: Hi i try to deploy and run the Chat/web messenger in my visual studio 2008. but i didn't find the correct
user
manual to deploy the files. so somebody help me to run it... Open Vs 2008, Choose File-->Open-->Web Site-->Browse to Cute Chat web folder.
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
November 26, 2009
Re: Changing the anonymous user name
I have managed to do this now by changing a line in the script file chatclient.js (in the scripts folder). I then call my embedded chat page with a couple of parameters: For example: embed.aspx?room=1&
User
Name=Steve Then in chatclient.js I have altered the code in Function Connect(placename) so that the ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Gerard
on
August 7, 2008
Re: Display alret when user tries upload file/s with a same name that already exist in DB
Hi, Please try the example below, you can achieve it in "function myqueueuihandler(list)". <%@ Page Language="C#" Title="Customize the queue UI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 28, 2013
Re: Direct Conversation with a User without Messenger Window
Hi HenryLim, 1. The Messenger body is necessary 2. If you do not want the cofirm message show and show the chat window directly, please try the way below a) Open file \CuteSoft_Client\CuteChat\IntegrationUtility.js.aspx b) Find method below function ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
September 26, 2011
Re: HTML code being inserted when the user saves
Hi icanseeu, 1. This issue should be fixed in the latest version, please download the latest version and try again. Latest verstion downloads http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Also, you can try the way below 1) Open file ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 8, 2011
Re: Cutechat configuration for anonymous user
Hi innspiral, Try this way 1. Create a CS file use the code below public class MyChatSystem : CuteChat.AppSystem { protected override CuteChat.ChatPortal CreatePortalInstance(string name) ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
August 27, 2010
Re: On the client side, how to obtain plain text (like serverside's editor.PlainText) that DOES include whitespace entered by the user
Hi robertandrews, Try this way <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 23, 2009
Re: Redirect the user after the upload passing some variables
Hi, When uploader finish uploading files to temp directory , it will fire the JavaScript event OnPostback You can write function to handle this event : function CuteWebUI_AjaxUploader_OnPostback() { } In this function , you can submit a form for redirect at server side , or redirect to another page using ...
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
October 28, 2009
Re: How to get User count per room in CuteChat V5
Hi jbergeron9, You can use 'ClientCount' properties, like below: private void rptLobbies_ItemDataBound(object sender, DataListItemEventArgs e) { if (e.Item.DataItem == null) { return; } LobbyInfo lobby = ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
April 9, 2009
More Search Options
« First
...
< Previous
5
6
7
8
9
Next >
...
Last »