Search

You searched for the word(s): change username
Showing page 2 of 8 (80 total posts) < 1 second(s)
  • Re: width and height of an image

    The following is a full code,   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>   protected override void OnInit(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: Usernames for CuteChat 3.0 and DNN 3.0

    Yes, please open your Global.asax and find the following code:     Public Function GetUserDisplayName(ByVal useruniquename As String) As String Implements CuteSoft.Chat.IHttpApplicationDataProvider.GetUserDisplayName        Return GetUser(useruniquename).FirstName    End ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 8, 2006
  • Re: Is this scenario possible ...

    John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005
  • Re: Way to change from Username to Display Name?

    Hi, I am currently using this in GetUserInfo function  nickName = userObj.Screenname;  But still in the Web messenger in online friends when I mouse over the contact I can see the username alongwith display name. Regards,Dhananjay  
    Posted to Cute Chat and Cute Web Messenger (Forum) by dhananjaym on August 17, 2009
  • Re: Problem with cache

    We've created a form to manage user rights using a custom table. Then we change the provided IsAdministrator function from global.asax to return state true or false.The status is not reloaded by the Chat 'til all users have left the chat or global.asax is modified (simply put a space on it...)Even if the user were not only at this time.Other ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by gwladysb on February 13, 2007
  • Re: Way to change from Username to Display Name?

    Yes. It's possible.   Please open App_Code\DNNChatProvider.vb and change line 84 to:                   user.FullName                 ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 5, 2009
  • Re: DNN 7 error after install

    HI RevPeter,   1. You can go to the chat admin panel to create new chat room and change the settings.   http://your_dnn_site/DesktopModules/CuteSoft_Client/CuteChat/chatadmin/default.aspx    2. The display name handle by the method below in file "\App_Code\DNNChatProvider.vb". The red part is the display name ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on February 18, 2013
  • 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&UserName=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
  • Change image gallery path by user

    I am trying to change the image gallery path by user, we have a need to keep the images seperated by users so that a different dll can use them. The code is below:   CuteEditor.Editor editor1 = (CuteEditor.Editor)(FormView1.FindControl(''MyAnswerTextBox''));editor1.SetSecurityImageGalleryPath = @''C:\Inetpub\wwwroot\app1\Users\'' + ...
    Posted to Cute Editor for .NET (Forum) by scanner2001 on October 4, 2006
  • Re: Ajax based user profile not reloading image

    Do you mean you want to implement the same function as our example ?   You can check our code ! the ajaxuplader.zip already contains it.   Check the folder ...
    Posted to Ajax Uploader (Forum) by cutechat on June 26, 2009